OpenTreeOfLife / phylesystem-api

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

Force collection download to JSON file #264

Closed jimallman closed 6 months ago

jimallman commented 6 months ago

Returning to our old behavior of appending '.json' to a collection fetch URL to set the Content-Disposition response header to download a file, and giving that file a sensible name. This matches the existing behavior for study fetch in our APIs. (Look for a companion pull request in the opentree/webapp repo.)