We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I do an API call for a specific repository, e.g. https://glittr.org/api/repositories?filter[name]=theislab/single-cell-tutorial, the tag order is the same as represented on the website. In the example the first (and main tag) would be 'Single-cell sequencing'. However, when I do an API call on all repositories with https://glittr.org/api/repositories. The order of the tags is different (the example is entry 42):
Here, the main tag is 'Python'. I would expect to see the same tag order here as on the website.
The text was updated successfully, but these errors were encountered:
The tag order is also correct with pages:
https://glittr.org/api/repositories?page[size]=50&page[number]=1
Sorry, something went wrong.
the order of tags has been fixed in API calls
Thanks a lot @yhaefligsib !
The issue seems to be back, is that possible?
yhaefligsib
No branches or pull requests
When I do an API call for a specific repository, e.g. https://glittr.org/api/repositories?filter[name]=theislab/single-cell-tutorial, the tag order is the same as represented on the website. In the example the first (and main tag) would be 'Single-cell sequencing'. However, when I do an API call on all repositories with https://glittr.org/api/repositories. The order of the tags is different (the example is entry 42):
Here, the main tag is 'Python'. I would expect to see the same tag order here as on the website.
The text was updated successfully, but these errors were encountered: