Skip to content
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

example OCAPI client configuration cannot be applied as is #70

Open
chrismshea opened this issue Nov 1, 2023 · 0 comments · May be fixed by #71
Open

example OCAPI client configuration cannot be applied as is #70

chrismshea opened this issue Nov 1, 2023 · 0 comments · May be fixed by #71
Assignees

Comments

@chrismshea
Copy link
Contributor

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.

{
    "resource_id":"/orders",
    "methods":["post", "get"],
    "read_attributes":"(**)",
    "write_attributes":"(**)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant