JSONBin.io integration (Storage, Developer Tools). Imported from open-connector.
https://api.jsonbin.io/v3/b
| Param | Type | Required | Description |
|---|---|---|---|
| record | object | required | The JSON object stored in the bin. JSONBin bins store object records. |
| name | string | optional | Optional bin name sent with the X-Bin-Name header. |
| collectionId | string | optional | Optional collection id sent with the X-Collection-Id header. |
| private | boolean | optional | Whether the bin should be private. |
/b/{binId}
| Param | Type | Required | Description |
|---|---|---|---|
| binId | string | required | The JSONBin bin identifier. |
| version | string | optional | Optional JSONBin version identifier to read. |
/b/{binId}
| Param | Type | Required | Description |
|---|---|---|---|
| binId | string | required | The JSONBin bin identifier. |
| record | object | required | The JSON object stored in the bin. JSONBin bins store object records. |
| versioning | boolean | optional | Whether JSONBin should create a new version for this update. |
/b/{binId}
| Param | Type | Required | Description |
|---|---|---|---|
| binId | string | required | The JSONBin bin identifier. |