-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetSeasonAsync doesn't have page param #43
Comments
Thanks, will check tomorrow |
Added method with paging in version 2.4.1. |
Just checked, now I can pass pages. I saw some weird thing where the consecutive pages get Anime dupes, checked the jikan API and tried to reproduce this, the consecutive pages returned as expected(no anime dupes). Should I open a new issue for this? I used this cenario:
|
Sure, I will take a look at this. |
I feel dumb now, the error was on my end, I was calling twice the first response to fetch the data, sorry for wasting your time with this silliness and thanks for the support. |
No worries, happens to everyone. Just a part of programmer's life :) |
I noticed the
GetSeasonAsync
method doesn't have overload withpage
param, in Jikan rest api it has a query param topage
.The text was updated successfully, but these errors were encountered: