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
I want to fetch popular tags from a project to do some science stuff on it. But I need the result sorted, that I can used the page parameter to fetch only newer entries. Without the sorting I need to fetch all pages again and again to check which entries I already processed and which are new ones.
I want to fetch popular tags from a project to do some science stuff on it. But I need the result sorted, that I can used the page parameter to fetch only newer entries. Without the sorting I need to fetch all pages again and again to check which entries I already processed and which are new ones.
e.g.
https://talk.zooniverse.org/tags/popular?http_cache=true&taggable_type=Subject§ion=project-7929&name=eclipsingbinary&page=1
expected:
"&sort=taggable_id" or "&sort=created_at" works
The text was updated successfully, but these errors were encountered: