Ask a question to get started
Enter to sendā¢Shift+Enter new line
get(namespace: string[], key: string): Promise<Item | null>
namespace
string[]
Hierarchical path for the item
key
string
Unique identifier within the namespace
Retrieve a single item by its namespace and key.