Skip to content

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

@rg0now

Description

@rg0now

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions