Update README

This commit is contained in:
froge 2025-02-14 12:25:54 +10:00
parent dc3820d6f4
commit d4486fc7d5
Signed by: froge
GPG key ID: A825E09930271BFA

View file

@ -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.