Correcting HTTP method on some of the endpoints.

Gh-180
This commit is contained in:
Jaisen Mathai 2011-10-03 15:36:05 -07:00
parent 86e8fa3a0b
commit abae53e08b

View file

@ -41,10 +41,10 @@ Every API endpoint returns a JSON response in a [standard envelope][Envelope].
Get a user's photo.
1. [GET /photos/list.json][GetPhotos]
Get a list of the user's photos.
1. [GET /photo/:id/nextprevious.json][GetPhotoNextPrevious]
Get the next and previous photo.
1. [POST /photo/upload.json][PostPhotoUpload]
Upload a new photo.
1. [POST /photo/:id/nextprevious.json][GetPhotoNextPrevious]
Get the next and previous photo.
#### Tag endpoints
1. [GET /tags/list.json][GetTags]