diff --git a/docs/ENDPOINTS.md b/docs/ENDPOINTS.md new file mode 100644 index 0000000..163a11d --- /dev/null +++ b/docs/ENDPOINTS.md @@ -0,0 +1 @@ +# Endpoints diff --git a/docs/README.md b/docs/README.md index 488c758..bdb59ce 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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)