Values
Read key-value pair
kv.namespaces.values.get(strkey_name, ValueGetParams**kwargs) -> BinaryResponseContent
GET/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}
Write key-value pair with optional metadata
kv.namespaces.values.update(strkey_name, ValueUpdateParams**kwargs) -> ValueUpdateResponse
PUT/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}
Delete key-value pair
kv.namespaces.values.delete(strkey_name, ValueDeleteParams**kwargs) -> ValueDeleteResponse
DELETE/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}