feat: add ability to paginate results, add ability to retrieve certain fields, fix docker-compose output, update docs

This commit is contained in:
Liam Howell
2023-08-30 13:19:45 +01:00
parent a6c627a178
commit fe91ce6ed3
5 changed files with 277 additions and 120 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ DB_LOGGING=
SECRET_ACCESS=access
# Select the default number of articles returned by a GET request
QUERY_LIMIT=10
PAGE_SIZE=10