-
Notifications
You must be signed in to change notification settings - Fork 43
RESTCapabilities undocumented #610
New issue
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
Comments
Indeed In principle it's not hard to add, but I'm bit hesitant to do that at the moment because I'm not really happy with the code architecture around it (and I don't want to over-promise that this is a public API yet). Is this an important/urgent thing for you, or you managed to workaround it and just wanted to signal the bad state of the docs? |
Just a signal for now. |
I did the simplification/merging of the Capabilities classes in 082a2f5 and added the (still) minimal documentation to the API docs at https://open-eo.github.io/openeo-python-client/api.html#openeo.rest.capabilities.OpenEoCapabilities |
Uh oh!
There was an error while loading. Please reload this page.
I'm looking at the Python client docs (HTML) and found the capabilities() method, which returns RESTCapabilities.
RESTCapabilities is not documented, search doesn't find it.
How can it be used? Documentation should be added.
Looking at the code reveals how to use it, e.g.
con.capabilities().get("federation")
but it's not clear from the docs.The text was updated successfully, but these errors were encountered: