CanDIG / rnaget_service

Implementation of GA4GH rnaget API
GNU General Public License v3.0
1 stars 2 forks source link

Implement POST for endpoint: /expressions/search #18

Closed alipski closed 5 years ago

alipski commented 5 years ago

The expressions search endpoint can be somewhat complex or could potentially take many variables. e.g. threshold searches should accept threshold objects as a parameter. Implementing a POST /expressions/search here to transmit request data will make the endpoint more functional.