Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
add API doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Newson committed Mar 7, 2011
1 parent 06e67fa commit 15b519a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions API
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Request Responses
PUT /file 201 or 409
DELETE /file 200 or 404
POST /file 201 (+ Location) or error
GET /file/key 200 or 304 or 404
DELETE /file/key 200 or 404
Empty file added tmp/.gitignore
Empty file.

0 comments on commit 15b519a

Please sign in to comment.