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
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