We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the current indexing code, we build URLs assuming old-school base URLs. So far, this has not been a problem, but it will fail if we update the production/api system-config file to use host-only base URLs, as we currently do in the development/devapi file.
EDIT: Fixed system-config file links (thanks @kcranston!)
The text was updated successfully, but these errors were encountered:
On a related note, just a reminder that some dependencies on v1 APIs remain, for example this URL for deferred pushes to GitHub, which points to
https://devapi.opentreeoflife.org/phylesystem/push/v1
Sorry, something went wrong.
Also restored this (internal) v1 API for fetching duplicate study IDs.
jimallman
No branches or pull requests
In the current indexing code, we build URLs assuming old-school base URLs. So far, this has not been a problem, but it will fail if we update the production/api system-config file to use host-only base URLs, as we currently do in the development/devapi file.
EDIT: Fixed system-config file links (thanks @kcranston!)
The text was updated successfully, but these errors were encountered: