.. | ||
Authentication.markdown | ||
Envelope.markdown | ||
GetPhoto.markdown | ||
GetPhotos.markdown | ||
PostPhotoUpload.markdown | ||
README.markdown |
Open Photo API
OpenPhoto, a photo service for the masses
How do I authenticate?
The Open Photo API uses OAuth2 for authentication. See the complete guide on authentication for details.
What's the response format?
Every API endpoint returns a JSON response in a standard envelope.
{
message: "A string describing the response",
code: 200,
result: {
foo: "bar"
}
}
API Endpoints
- GET /photos.json Get a list of the user's photos.
- GET /photo/:id.json Get a user's photo.
- POST /photo/upload.json Upload a new photo.