Skip to main content

A python library for https://jsonbin.marcusweinberger.repl.co/

Project description

# jsonbin-client

## Installation

pip install jsonbin-client

## Usage

import jsonbin

client = jsonbin.Client(“YOUR_TOKEN_HERE”) # use jsonbin.generate() or custom token

client.store(“key”, “hello world”) # supports any data type - including raw binary data

client.retrieve(“key”) # returns “hello world”

client.delete(“key”)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jsonbin-1.0.0.tar.gz (1.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page