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

Issue / Enable Bulk APIs #178

Merged
merged 3 commits into from
Sep 26, 2024

Conversation

cihandeniz
Copy link
Member

@cihandeniz cihandeniz commented Sep 25, 2024

Provide conventions for bulk api endpoints.

Tasks

  • Sync for PUT
    • should not use request clas for body if only parameter is list
  • Create for PATCH
    • should not use request clas for body if only parameter is list
  • Clear for DELETE
    • Delete by id convention should check if first arg is id

- add release notes
@cihandeniz cihandeniz self-assigned this Sep 25, 2024
@cihandeniz cihandeniz marked this pull request as ready for review September 26, 2024 11:56
@cihandeniz cihandeniz requested a review from dncsvr September 26, 2024 11:59
@cihandeniz cihandeniz merged commit 60e37a1 into mouseless:main Sep 26, 2024
5 checks passed
@cihandeniz cihandeniz deleted the issue/enable-bulk-apis branch September 26, 2024 12:18
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 this pull request may close these issues.

2 participants