Open endpoints require no Authentication.
- Login :
POST /api/login/ - Patrons :
GET /api/patrons/ - Server Info :
GET /api/serverInfo/
Closed endpoints require a valid Token to be included in the header of the request. A Token can be acquired from the Login view above.
Each endpoint manipulates or displays information related to the User whose Token is provided with the request:
- Show user info :
GET /api/userInfo/