From d3976a5e55e024a3e8c4c4f75aff1e4c18ce15ad Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 9 Mar 2020 19:08:53 +0100 Subject: [PATCH] Prepare for documentation of endpoints --- docs/ENDPOINTS.md | 1 + docs/README.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 docs/ENDPOINTS.md 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)