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

Make Key Actions Enum #418

Open
Sherlouk opened this issue Sep 23, 2023 · 0 comments
Open

Make Key Actions Enum #418

Sherlouk opened this issue Sep 23, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Sherlouk
Copy link
Collaborator

Similar to #363, but for key actions.

  • All values are available in documentation here: https://www.meilisearch.com/docs/reference/api/keys#actions
  • Enum should use camelCase (so documents.add = documentsAdd)
  • User should be able to provide unsupported action to array
  • Response should be able to handle unsupported actions returned (minus compiler safety)
@curquiza curquiza added enhancement New feature or request good first issue Good for newcomers labels Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants