Skip to content

Commit

Permalink
updating notes
Browse files Browse the repository at this point in the history
  • Loading branch information
caseysoftware committed Sep 15, 2012
1 parent d01483a commit 6d0612c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -6,10 +6,16 @@ This is an attempt to make a proper API using Slim as a foundation.

== TODO ==

- Provide a variety of output formats/media
- Make use of accept headers to determine output format
- Support authentication


== DONE ==

- Figure out how to identify and include the super/sub-resources automatically
- Catch undefined resources (aka ones that don't have classes to map to) before the E_Fatal and return a 400 or 404
- Better error handling all the way around
- Figure out how to identify and include the super/sub-resources automatically



== OPTIONS ==
Expand Down

0 comments on commit 6d0612c

Please sign in to comment.