photo-front/documentation/api/README.markdown
Jaisen Mathai 7e750234b8 Adding more detailed docs for the photo upload API.
If this format is deemed good then other docs will follow.
2011-07-18 21:56:59 -07:00

21 lines
639 B
Markdown

Open Photo API
=======================
#### OpenPhoto, a photo service for the masses
----------------------------------------
### How do I authenticate?
The Open Photo API uses [OAuth2][oauth2] for authentication. See the complete [guide on authentication][authentication] for details.
### API Endpoints
1. [GET /photos.json][GetPhotos]
Get a list of the user's photos.
1. [POST /photo/upload.json][PostPhotoUpload]
Upload a new photo.
[GetPhotos]: api/GetPhotos.markdown
[PostPhotoUpload]: api/PostPhotoUpload.markdown
[authentication]: api/Authentication.markdown
[oauth2]: http://wiki.oauth.net/w/page/25236487/OAuth-2