From d4486fc7d53e1e7041b1ff18469fa9ffedf3345f Mon Sep 17 00:00:00 2001 From: froge Date: Fri, 14 Feb 2025 12:25:54 +1000 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) 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.