You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just as a heads up it may be a good idea to add some sort of limiting to the recently launch request. Currently you can call load_more_projects and while the response says there are more results, it won't allow requests beyond the 200th page.
The text was updated successfully, but these errors were encountered:
Oh yeah. That's a really good idea. I didn't realize that Kickstarter didn't allow requests past the 200th page. If you want to make that change and submit a pull request, that would be awesome!
@mrGreenbean it has nothing to do with the IP address ... it literally will not let you go past page 200 now. That's a recent addition. Not a rate limit.
Just as a heads up it may be a good idea to add some sort of limiting to the recently launch request. Currently you can call
load_more_projects
and while the response says there are more results, it won't allow requests beyond the 200th page.The text was updated successfully, but these errors were encountered: