Some methods have a page parameter (e.g. /api/clubs/xxx/animes, /api/clubs/xxx/mangas etc.), but they don't seem to work yet (no matter how I try to call them as a query (?page=xxx) or in body), API returns only the first 20 results and that's it. When this is fixed, I'll add support right away. In the meantime, this issue will stick around as a reminder for the future
Some methods have a
page
parameter (e.g./api/clubs/xxx/animes
,/api/clubs/xxx/mangas
etc.), but they don't seem to work yet (no matter how I try to call them as a query (?page=xxx
) or in body), API returns only the first 20 results and that's it. When this is fixed, I'll add support right away. In the meantime, this issue will stick around as a reminder for the futureThe source file of the club's API controller: https://github.com/shikimori/shikimori/blob/master/app/controllers/api/v1/clubs_controller.rb