From d7cd1f3f60f8bc8e2e8ec2d9a96d4629738208bf Mon Sep 17 00:00:00 2001
From: LLLXY WebApi Based Key Value Pair Storage Api: https://storage.conchbrain.club/demo/set Api: https://kv.conchbrain.club/demo/set Method: PUT Content-Type: application/json
@@ -24,7 +24,7 @@ Api: https://storage.conchbrain.club/demo/get Api: https://kv.conchbrain.club/demo/get Method: GET Para:
Welcome to ConchBrain KVStorage
+ Welcome to ConchBrain KV
@@ -11,7 +11,7 @@ Welcome to ConchBrain KVStorage
Set Data
- Set Data
Example:
- curl -X PUT 'https://storage.conchbrain.club/demo/set' \
+ curl -X PUT 'https://kv.conchbrain.club/demo/set' \
-H 'Content-Type: application/json;' \
-d '{ "key": "Hi", "value": "ConchBrain KVStorage" }'
@@ -32,7 +32,7 @@ Example:
Get Data
-
@@ -42,26 +42,26 @@ Get Data
- curl https://storage.conchbrain.club/demo/get?Hi + curl https://kv.conchbrain.club/demo/get?Hi
Response: "Welcome"
Api: https://storage.conchbrain.club/demo
+Api: https://kv.conchbrain.club/demo
Method: GET
Para:
Custom bucket name (eg. demo)
- curl https://storage.conchbrain.club/demo + curl https://kv.conchbrain.club/demo
Response: JsonStr
Api: https://storage.conchbrain.club/demo/delete
+Api: https://kv.conchbrain.club/demo/delete
Method: DELETE
Para:
@@ -71,7 +71,7 @@
- curl -X DELETE https://storage.conchbrain.club/demo/delete?hello + curl -X DELETE https://kv.conchbrain.club/demo/delete?hello
Response: "Delete successful"