Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@bergsalex bergsalex released this 09 Feb 21:41
· 229 commits to main since this release
2eeb080

Release v0.2.0

Swagger Documentation

  • Improved database connection handling by the API to improve response times.
  • Improved the data response schemas to make endpoint responses more understandable.
  • Added endpoints relating to publication information.
  • Added endpoint to return Geneset metadata.

Endpoints completed in this release:

  • GET /api/genesets/{geneset_id}/metadata: Get just geneset metadata.
  • GET /api/genesets/{geneset_id}/publication: Get a geneset's publication.
  • GET /api/publications/{pub_id}: Get a publication by its Geneweaver publication ID.
  • GET /api/publications/pubmed/{pubmed_id}: Get a publication by its PubMed ID.

Endpoints updated in this release:

  • GET /api/genesets
  • GET /api/genesets/{geneset_id}
  • GET /api/genesets/{geneset_id}/file
  • POST /api/genes/homologous-ids was renamed to POST /api/genes/homologs