damn_server.api¶
Web app serving JSON API.
API documentation, used for the development of clients, is generated automatically.
This module processes user’s input in the form of GET
, POST
, and
PUT
requests, and translates these requests to calls to the
procedures of area, list_of, new, square, and user modules.
Functions
|
|
OpenStreetMap authorization process redirects to this endpoint. |
|
|
|
|
|
|
Return display name from the authorization bearer. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authorization starts here. |
|
|
Retrieve the JWT paired to your temporary identifier. |
|
Close database pool after the application shutdown. |
|
|
|
|
|
Init database pool before the application start. |
|
|
|
Classes
Structure containing detail string |
|
Structure containing JWT token. |