Skip to main content

kv_entry_path

Function kv_entry_path 

Source
pub fn kv_entry_path(namespace: &str, key_b64: &str) -> String
Expand description

GET/PUT/DELETE /agdx/kv/{namespace}/{key}. key is the URL-safe unpadded base64 form of the key bytes, the encoding this surface uses for every binary body.