biothings / mygene.info

MyGene.info: A BioThings API for gene annotations
http://mygene.info
Other
115 stars 20 forks source link

Fetch all feature for POST query #65

Closed kevinxin90 closed 3 years ago

kevinxin90 commented 5 years ago

fetch_all is a valid parameter for the query endpoint using the HTTP GET method. But it's not a valid parameter for the query endpoint using the HTTP POST method (making it difficult to get all results back in batch query mode).

namespacestd0 commented 3 years ago

Batch pagination is introduced in https://github.com/biothings/biothings.api/commit/eb9bd40ad4c0c02f21622b55fbf02a7ed3f2bbea. Please use this instead.