diff --git a/README.md b/README.md index ab4d88c..6a7708c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ For example: The API supports pagination on all endpoints that require it, and by default the first page of 10 elements is returned. If you would like to customize the pagination, simply add the `page=` and `page_size=` paramaters to your query. For example, using curl: `curl -v 'http://127.0.0.1:8000/artists?name=a&page=2&page_size=100'` + This would return the second page of 100 elements from the artist name search endpoint. Currently the genre listing endpoint also supports these parameters.