zooniverse / talk-api

Apache License 2.0
6 stars 0 forks source link

please make tags/popular sortable by taggable_id or created_at #314

Open Marfir opened 10 months ago

Marfir commented 10 months ago

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&section=project-7929&name=eclipsingbinary&page=1

expected: "&sort=taggable_id" or "&sort=created_at" works