Key-Value Storage
Description
Muhammad Aaqib
Last Update hace un año
This plugin integrates API League’s Key-Value Storage API, allowing you to store, retrieve, and delete key-value pairs in your Bubble app. It provides both Data API Calls (for fetching data) and Action API Calls (for performing actions in workflows).
Installation & Setup
- Install the plugin in your Bubble app.
- Navigate to Plugins → Select this plugin → Enter your API Key (Get it from API League).
- Ensure your API Key is active for all API calls.
1. Set Key-Value Pair
- Type: Action
- Description: Stores a value with a specified key.
- Parameters:
- key
: The key name - value
: The value to store
- key
- Response: Success message or error
- Type: Data & Action
- Description: Retrieves the value associated with a given key.
- Parameters:
- key
: The key name
- key
- Returned Fields:
- value
: The stored value
- value
- Type: Action
- Description: Deletes a key-value pair.
- Parameters:
- key
: The key name
- key
- Response: Success message or error
- Set Value: Use in workflows to save data persistently.
- Get Value: Use in text elements, workflows, or repeating groups to retrieve stored data.
