We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8383ca commit 0fb1587Copy full SHA for 0fb1587
.changeset/all-streets-crash.md
@@ -0,0 +1,13 @@
1
+---
2
+"miniflare": minor
3
4
+
5
+Implement local KV API for experimental/WIP local resource explorer
6
7
+The following APIs have been (mostly) implemented:
8
+GET /storage/kv/namespaces - List namespaces
9
+GET /storage/kv/namespaces/:id/keys - List keys
10
+GET /storage/kv/namespaces/:id/values/:key - Get value
11
+PUT /storage/kv/namespaces/:id/values/:key - Write value
12
+DELETE /storage/kv/namespaces/:id/values/:key - Delete key
13
+POST /storage/kv/namespaces/:id/bulk/get - Bulk get values
0 commit comments