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 repo we provide an example OCAPI client configuration here: documentation/ocapi-example-configuration.json
The resource /orders fails due to the get method being included.
/orders
get
{ "resource_id":"/orders", "methods":["post", "get"], "read_attributes":"(**)", "write_attributes":"(**)" }
The text was updated successfully, but these errors were encountered:
example OCAPI client configuration cannot be applied as is
039291c
Fixes #70
chrismshea
Successfully merging a pull request may close this issue.
In the repo we provide an example OCAPI client configuration here: documentation/ocapi-example-configuration.json
The resource
/orders
fails due to theget
method being included.The text was updated successfully, but these errors were encountered: