bebop / ark

Go REST API to replace Genbank, Uniprot, Rhea, and CHEMBL
MIT License
22 stars 5 forks source link

look into openAPI and GRAPHQL spec #80

Open TimothyStiles opened 1 year ago

rkrishnasanka commented 1 year ago

Look at #63 for an example implementation of the GraphQL library. We must use an OpenAPI / GraphQL integration as the fundamental first step for building any API for Ark.

Schema based API generation ensures that we can utilize automated code and test generation in the long run.