biothings / biothings.api

BioThings API framework - Making high-performance API for biological annotation data
https://biothings.io
Apache License 2.0
46 stars 25 forks source link

Support OpenAPI metadata generation for BioThings API instance #109

Closed newgene closed 3 years ago

newgene commented 3 years ago

This can be done in two stages:

  1. Support creating generic OpenAPI metadata for all API endpoints enabled in a BioThings API instance

  2. Support adding OpenAPI extensions (e.g. x-bte, x-translator extensions supported in SmartAPI.

This issue depends on https://github.com/biothings/biothings.api/issues/105

zcqian commented 3 years ago

Partially implemented in PR #103