Skip to content
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

Why does the number of followed lists displayed at once noticeably decrease in value despite the limit being 20? #125

Open
tehgarra opened this issue Dec 16, 2018 · 1 comment

Comments

@tehgarra
Copy link

For example, I'm testing an output of 160 total followed blogs at 20 shown per request. The offset parameter works at increment of 21 untl i reach 63 and then only 15 blogs are displayed and I'm accessing out of range indexes.

The largest value that's allowed to print 20 blogs is offset 57 and it decreases to 19, 19 18, 17, 16 , 15 (63), etc. How can I workaround this if I just want to be able to just output the total number urls? I haven't seen any reference to this. After just eight easy iterations, this should be over with but I can't even finish 3... Could anyone provide some insight to this? I thought my code was the problem but the API Console displays the same thing. Haven't found any documentation on this so far.

@tehgarra tehgarra changed the title Why does the number of followed lists displayed at once noticeably decrease in value limit being 20? Why does the number of followed lists displayed at once noticeably decrease in value despite the limit being 20? Dec 16, 2018
@tehgarra
Copy link
Author

Who would I need to contact about the API now that the google group is closed down?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant