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
The /recent.json endpoint currently returns 25 projects per page, and if a bot need to fetch all submitted projects it should make lots of API requests witch is relatively inefficient, so I'd suggest to increase the number of projects returned in a single response to at least 100, and maybe it would make sense to allow the page_size to be passed as parameter.
The text was updated successfully, but these errors were encountered:
The
/recent.json
endpoint currently returns 25 projects per page, and if abot
need to fetch all submitted projects it should make lots of API requests witch is relatively inefficient, so I'd suggest to increase the number of projects returned in a single response to at least 100, and maybe it would make sense to allow thepage_size
to be passed as parameter.The text was updated successfully, but these errors were encountered: