-
Notifications
You must be signed in to change notification settings - Fork 53
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
map design doc #399
map design doc #399
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll discuss the design later, but the document can go in
None | ||
|
||
Returns: | ||
Value for gieven key as JSON or binary blob. Or 404 if not found |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gieven
-> given
|
||
* verbose: provide additional information in the respose | ||
|
||
Returns: JSON describing map object. If verbose is set, additional daa will be returned (e.g. number oF KV pairs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oF
-> of
|
||
### Delete a key | ||
|
||
This request removes a given key an its associatted value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
an its
-> and its
associatted
-> associated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed typos! |
Deisgn docs for Map support