WGLab / PhenCards

Development of phencards.org web server for one stop shop of phenotype information
5 stars 1 forks source link

Add API for accessing PhenCards and its data #108

Open jimhavrilla opened 3 years ago

jimhavrilla commented 3 years ago

I'd like to use GraphQL...seems to be quite popular in the devops community. https://graphql.org/code/#python

jimhavrilla commented 3 years ago

For now, I am doing this with RESTful API. It is working pretty well, and is super fast to implement. I will make this more of a long term goal, but has already begun to be implemented in PR #112