kbaseattic / relation_engine_spec

Specifications and config for the KBase Relation Engine
https://kbase.us
MIT License
0 stars 7 forks source link

Add descendants query with a couple valid test cases #69

Closed jayrbolton closed 5 years ago

jayrbolton commented 5 years ago

Adds a descendants query for ncbi taxa

This is the first query I've tested that uses a default value in its params. I had to do a lot of tweaking of the API to get it to work, but it should work now in the API's develop branch/tag.

jayrbolton commented 5 years ago

Removed the unnecessary auth headers within these tests

jayrbolton commented 5 years ago

Added the limit in the query (10k) with a comment about it at the top