elixir-cloud-aai / proTES

Proxy service for injecting middleware into GA4GH TES requests
Apache License 2.0
5 stars 6 forks source link

Implement endpoint "GET /tasks/{id}" #20

Closed uniqueg closed 5 years ago

uniqueg commented 5 years ago

Is your feature request related to a problem? Please describe. proTES should respond to all TES requests in the most reasonable or helpful way in a spec-conformant way.

In the case of the GET /tasks/{id} endpoint, this simply means to return the requested task's info from the database.

Describe the solution you'd like Return the task info from the database, if available. The solution is almost identical to that for the GET /runs/{run_id} endpoint in WES-ELIXIR, implemented in files:

Describe alternatives you've considered N/A

Additional context Depends on issue #19 being resolved.