OpenTreeOfLife / phylesystem-api

API access to Open Tree of Life treestore
BSD 2-Clause "Simplified" License
9 stars 5 forks source link

We should return the response body from API calls #224

Closed jimallman closed 4 years ago

jimallman commented 4 years ago

We don't cache these, but sometimes the payload is informative.

This is working now on devapi, see for example https://devtree.opentreeoflife.org/opentree/argus/ottol@34907/Drosophila

(Use the dev tools to see a failed subtree call (response code=400), and the full response body.)

bredelings commented 4 years ago

This looks good to me.