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
On http://localhost:19001/ocm/ocm-provider/ I see:
{ "enabled": true, "apiVersion": "1.0-proposal1", "host": "localhost", "endpoint": "https://localhost/ocm", "provider": "cernbox", "resourceTypes": [ { "name": "file", "shareTypes": [ "user" ], "protocols": { "webdav": "/cernbox/ocm_webdav" } } ] }
but my code is looking for endPoint, not endpoint.
endPoint
endpoint
[Question to self:] Is this part of OCM documented somewhere?
The text was updated successfully, but these errors were encountered:
Looking at cs3org/OCM-API#37 it was suggested as camelCase, but apparently this didn't make it into https://github.com/cs3org/OCM-API/blob/develop/spec.yaml#L33.
Sorry, something went wrong.
Work around cs3org/reva#1962 and cs3org/reva#1752
18a1f96
Fix cs3org#1752
bb38d67
This was fixed in one of the last PRs around OCM
No branches or pull requests
On http://localhost:19001/ocm/ocm-provider/ I see:
but my code is looking for
endPoint
, notendpoint
.[Question to self:] Is this part of OCM documented somewhere?
The text was updated successfully, but these errors were encountered: