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
Maybe to do with the new beta that they are launching?
The text was updated successfully, but these errors were encountered:
i'd think so as well. their APIs AFAICT suddenly changed, I didn't get any warning 😢
Sorry, something went wrong.
i can only see traits accessible via their new "cypher" service https://github.com/EOL/eol_website/blob/master/doc/query-examples.md
i asked about it here https://discuss.eol.org/t/where-does-traitbank-live-wrt-api-access/816
@rvosa sounds like it's only available via their cypher service now. here's an example, note to self
library(crul) x = crul::HttpClient$new( url = "https://eol.org", headers = list(Authorization = Sys.getenv("EOL_CYPHER_KEY")) ) res = x$get("service/cypher", query = list(query = "MATCH (n:Trait) RETURN n LIMIT 1;")) jsonlite::fromJSON(res$parse("UTF-8"), FALSE)
not an example for traits yet ...
5527cd1
No branches or pull requests
Maybe to do with the new beta that they are launching?
The text was updated successfully, but these errors were encountered: