elixir-cloud-aai / trs-filer

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

Implement pagination for "GET /tools" endpoint #23

Closed kushagra189 closed 1 year ago

kushagra189 commented 4 years ago

Implement pagination with headers. Currently stubs present for the same. Refer to toolsGet implemented in server.py and documentation in API specs.

Note that pagination has been implemented in cwl-WES and can be used as a reference.