Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 976 Bytes

File metadata and controls

29 lines (19 loc) · 976 Bytes

REST API Documentation

Where full URLs are provided in responses they will be rendered as if service is running on 'http://testserver/'.

Open Endpoints

Open endpoints require no Authentication.

  • Login : POST /api/login/
  • Register : POST /api/login/register/
  • Logout : POST /api/login/logout/

Endpoints that require Authentication

Auth options

  • 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 related

User related