Prepare for documentation of endpoints

This commit is contained in:
Daniel Bulant 2020-03-09 19:08:53 +01:00
parent bf735b76fa
commit d3976a5e55
2 changed files with 5 additions and 0 deletions

1
docs/ENDPOINTS.md Normal file
View file

@ -0,0 +1 @@
# Endpoints

View file

@ -13,3 +13,7 @@ Every response is in JSON and contains at least these fields:
* `code` - HTTP status code
* `type` - Type of response, see [types](TYPES.md)
* `data` - Might be missing, depends of `type`.
## Endpoints
For list of endpoints, see [ENDPOINTS.md](ENDPOINTS.md)