elixir-cloud-aai / trs-filer

Lightweight, flexible Flask/Gunicorn-based GA4GH TRS implementation
Apache License 2.0
8 stars 6 forks source link

feat: add POST endpoint for tools #8

Closed kushagra189 closed 4 years ago

kushagra189 commented 4 years ago

Implementation of a POST /tools endpoint that stores data that should be sufficient to comply with GET /tools/ and related endpoints. Needs more work for supporting all functionality.

Addresses #6