We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The getDeviceInterests method does not implement the pagination protocol used by the handler
getDeviceInterests
Call getDeviceInterests on a device that has > 100 subscriptions
All device interests should be returned
Only the first 100 interests (the first page) will be returned
The text was updated successfully, but these errors were encountered:
@britneycodes I would love to work on this.
Sorry, something went wrong.
Hey @akarsh-jain-790, it's all yours!
Is it still under work? I have already done this locally so can you assign this to me if it's inactive @britneycodes
Hey @Harsh-br0, could you create an issue with your solution and we'll be able to accept your solution for hacktoberfest!
Hi, so I've opened #115 and corresponding pull request #116 to it @britneycodes
akarsh-jain-790
No branches or pull requests
Bug Report
The
getDeviceInterests
method does not implement the pagination protocol used by the handlerReproduction Steps
Call
getDeviceInterests
on a device that has > 100 subscriptionsExpected Result
All device interests should be returned
Actual Result
Only the first 100 interests (the first page) will be returned
The text was updated successfully, but these errors were encountered: