Where full URLs are provided in responses they will be rendered as if service is running on 'http://testserver/'.
Open endpoints require no Authentication.
- Token in cookie
personal-gallery_auth
, can be set via the login endpoint. - Bearer token in
Authorization
header, can be aquiered via the getApiKey endpoint.
- Image list :
GET /api/images/
- Add image :
POST /api/images/
- Get thumbnail :
GET /api/thumbnails/:image/:type/
- API key :
POST /api/user/getApiKey/
- User credentials update :
POST /api/user/updateCredentials/