📄️ Upload a temporary file.
Uploads a file buffer to temporary storage and provides a URL. The file is deleted after 24 hours.
📄️ Add a global variable.
The global variable is only visible for the user that created it. If `variableName` is not provided, it is generated automatically.
📄️ Delete a global variable.
A global variable can only be deleted by the user that created it.
📄️ Get a global variable.
The user can only access a global variable that they created themselves.
📄️ List all variables.
Lists all variables that the user has created before and not yet deleted.
📄️ Update a global variable.
Changes the value of the given global variable to the new value.
📄️ Add a JSON bin.
Add a JSON bin.
📄️ Delete a JSON bin.
Delete a JSON bin.
📄️ Get a JSON bin.
Get a JSON bin.
📄️ List JSON bins.
Returns a list of the bin IDs of all JSON bins this user has created.
📄️ Put data into JSON bin.
Replaces the data in the JSON bin with the new data.
📄️ Upload to permanent storage.
Upload to permanent storage.
📄️ Delete from permanent storage.
Delete from permanent storage.
📄️ DEPRECATED: Get permanent file.
Returns a URL to download the permanent file with the specified ID or name. If multiple files have the same name, which one is returned is unspecified. WARNING: This endpoint is deprecated. Please download permanent files using the URL provided when you create it.
📄️ List permanent files.
List permanent files.
📄️ Get file uploaded to 0CodeKit.
Get file uploaded to 0CodeKit.