Extendsclass Json Storage
Connector for the extendsclass-json-storage API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://extendsclass.com/api/json-storage - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_bin_id— GET /bin/{id} — Return a json binpost_bin— POST /bin — Create a json binput_bin_id— PUT /bin/{id} — Update a json bindelete_bin_id— DELETE /bin/{id} — Delete a json binpatch_bin_id— PATCH /bin/{id} — Partially update a json bin with JSON Merge Patch
Inputs
apiKey— your extendsclass-json-storage API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_bin_id
apiKey: <your key>