Simple key-value data store as a service for serverless apps, small apps, metrics, and IoT.
Save or Update a Key, You can store a maximum of (500 keys free account or 50,000 Premium account) per space and 50,000 spaces.
Keys not updated expire after "expire_in" value (timestamp)
{ "success": boolean, "data": { "space": text, "key": text, "value": text, "expire_in": timestamp } }
{ "success": boolean, "error": text }
Update space name to another
{ "success": boolean, "renamed": { "from": text, "to": text } }
{ "success": boolean, "error": text }
Get key
{ "success": boolean, "data": { "space": text, "key": text, "value": text, "expire_in": timestamp } }
{ "success": boolean, "error": text }
Get all keys into space
Details = false { "success": boolean, "space": text, "length": integer, "keys": { text:text } } Details = true { "success": boolean, "space": text, "length": integer, "keys": [ { "key": text, "value": text, "expire_in": timestamp }, ] }
{ "success": boolean, "error": text }
Delete all keys into space
{ "success": boolean, "deleted": integer }
{ "success": boolean, "error": text }
Delete key from space
{ "success": boolean, "deleted": integer }
{ "success": boolean, "error": text }
Happi bring new value to your company by driving innovation in many ways. Since APIs are being utilized every day.