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

Use GET where possible #91

Open
razor-x opened this issue Apr 16, 2024 · 1 comment
Open

Use GET where possible #91

razor-x opened this issue Apr 16, 2024 · 1 comment

Comments

@razor-x
Copy link
Contributor

razor-x commented Apr 16, 2024

Supporting GET for all read-only endpoints is blocked on a few items

  • API does not parse all input for GET the same as POST
  • The openapi specs does not return GET for all endpoints
  • The openapi spec does not include the resource key for GET

Once openapi spec includes the resource key for GET, deriveResourceFromSchemaForGetRequest should be removed from here.

@razor-x
Copy link
Contributor Author

razor-x commented Aug 7, 2024

Depends on #73

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

No branches or pull requests

1 participant