if i have that, which should i use for .get and .put, the name or the value?
if i have that, which should i use for .get and .put, the name or the value?

wishlist_kv, the namewishlist_kv.get(key) gives me Cannot find name 'wishlist_kv'.Property 'put' does not exist on type '"wishlist_kv"'
addEventListener('fetch', event => {
event.respondWith(handleRequest(event.request));
});

Game should not exist after 19:20



fetch() context and not at the root). But decided the fetch context (only the namespace_id needed + location within that context) might be more worth it than having to force the users to find their account_id , the namespace_id and the Bearer token . Would've preferred a lot more ofc if it was available at the root, but ALAS. Here is the Cloudflare KV-specific docs!wishlist_kvwishlist_kv.get(key)Cannot find name 'wishlist_kv'.Property 'put' does not exist on type '"wishlist_kv"'addEventListener('fetch', event => {
event.respondWith(handleRequest(event.request));
});
PutOptionsBuilder { this: Object { obj: JsValue(Object({})) }, put_function: Function { obj: Object { obj: JsValue(Function(put)) } }, name: JsValue("27c43d0052d59077f496"), value: JsValue("{"description":"test game, don't register","players":{},"guests":[],"comments":[]}"), expiration: Some(1729279200), expiration_ttl: None, metadata: None }Gamenamespace_idnamespace_idBearer token