Update README
This commit is contained in:
parent
dc3820d6f4
commit
d4486fc7d5
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue