At the moment URIs for browseLibray are for example:
- favourites
- music-library
- radio/byCountry
- radio/byCountry/FR
as i’m working on pagination for dirble (webradios) i think we should have a common pattern to ask for this.
I’m used to use query params to do that. e.g :
- radio/byCountry?page=1&pageSize=20
- favourites?page=3&pageSize=30
wdyt ?