Starton integration (Storage, Developer Tools). Imported from open-connector.
https://api.starton.com/v3/ipfs/pin
| Param | Type | Required | Description |
|---|---|---|---|
| cid | string | optional | Filter pins by CID. |
| includeDirectoryContent | boolean | optional | Whether Starton should include directory entries inside directory pin results. |
| limit | integer | optional | The number of entities returned on each page. |
| name | string | optional | Filter pins by pin name. |
| page | integer | optional | The zero-based page number returned by Starton. |
| status | string | optional | The Starton pin status returned by the API. |
/v3/ipfs/pin/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The unique Starton pin identifier. |
| includeDirectoryContent | boolean | optional | Whether Starton should include nested directory content in the response. |
/v3/ipfs/json
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The name recorded for the uploaded JSON file. |
| content | object | required | The JSON content that Starton should upload. |
| metadata | object | optional | Optional metadata stored alongside the uploaded JSON file. |
/v3/ipfs/pin
| Param | Type | Required | Description |
|---|---|---|---|
| cid | string | required | The existing IPFS CID that Starton should pin. |
| name | string | optional | An optional display name recorded for the new pin. |
| metadata | object | optional | Optional metadata stored alongside the new pin. |
/v3/ipfs/pin/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The unique Starton pin identifier. |