1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
use crateEndpointSpec;
use crateMethod;
use crateApiResult;
/// Returns the value associated with the given key in the given namespace.
///
/// Use URL-encoding to use special characters (for example, `:`, `!`, `%`) in the key name.
/// If the KV-pair is set to expire at some point, the expiration time as measured in seconds since
/// the UNIX epoch will be returned in the expiration response header.
///
/// <https://developers.cloudflare.com/api/resources/kv/subresources/namespaces/subresources/values/methods/get/>