Summary
- Updates GET endpoints to consistently allow unauthenticated requests to view public data.
- Fix for the threshold update to match authorization scheme used on geneweaver-legacy.
Highlights
The following endpoints can be called without logging in:
GET/api/genesets/{geneset_id}GET/api/genesets/{geneset_id}/valuesGET/api/genesets/{geneset_id}/fileGET/api/genesets/{geneset_id}/metadataGET/api/genesets/{geneset_id}/publicationGET/api/genesets/{geneset_id}/ontologies
What's Changed
- G3-491: Allow unauthenticated requests on public Geneset data. by @bergsalex in #100
- Fixes for QA feedback on API changes by @bergsalex in #102
- Updating dependencies and releasing version 0.11.0 by @bergsalex in #101
Full Changelog: v0.10.0...v0.11.0