elixir-cloud-aai / drs-filer

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

feat: Create GET and POST endpoints with FOCA 0.3.0 #5

Closed sarthakgupta072 closed 4 years ago

sarthakgupta072 commented 4 years ago

The issue being addressed: #2, #7, #8

TODO:

sarthakgupta072 commented 4 years ago

okay. We'll stress on completing foca first and then I'll work on this.

sarthakgupta072 commented 4 years ago

@uniqueg Thank you for the earlier review. I have made the required changes and I have tried adding foca's generic exceptional handling to this PR.

I haven't tested the functionality of this change yet, because it contains two spec file, which should be combined once https://github.com/elixir-cloud-aai/foca/pull/75 is merged and released.

Also, I am not able to figure out how should I proceed with handling the gunicorn config part. Please advise.