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

kvstore API: implement /api/get with HTTP GET #8

Open
rg0now opened this issue Oct 26, 2023 · 0 comments
Open

kvstore API: implement /api/get with HTTP GET #8

rg0now opened this issue Oct 26, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@rg0now
Copy link
Member

rg0now commented Oct 26, 2023

Currently /api/get accepts HTTP POST requests only and expects the key in the request body, which is not really intuitive. This should be re-implemented over HTTP GET, accepting the key in a query parameter or as the last component of the HTTP path (i.e., like /api/get/key).

This issue tracks the progress on this change.

@rg0now rg0now added enhancement New feature or request good first issue Good for newcomers labels Oct 26, 2023
@rg0now rg0now self-assigned this Oct 26, 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

1 participant