\PinningApi
All URIs are relative to https://api.estuary.tech
Method | HTTP request | Description |
---|---|---|
PinningPinsGet | Get /pinning/pins | List all pin status objects |
PinningPinsPinidDelete | Delete /pinning/pins/{pinid} | Delete a pinned object |
PinningPinsPinidGet | Get /pinning/pins/{pinid} | Get a pin status object |
PinningPinsPinidPost | Post /pinning/pins/{pinid} | Replace a pinned object |
PinningPinsPost | Post /pinning/pins | Add and pin object |
PinningPinsGet
PinningPinsGet(ctx, ) List all pin status objects
This endpoint lists all pin status objects
Required Parameters
This endpoint does not need any parameter.
Return type
(empty response body)
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PinningPinsPinidDelete
PinningPinsPinidDelete(ctx, pinid) Delete a pinned object
This endpoint deletes a pinned object.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
pinid | string | Pin ID |
Return type
(empty response body)
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PinningPinsPinidGet
PinningPinsPinidGet(ctx, pinid) Get a pin status object
This endpoint returns a pin status object.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
pinid | string | cid |
Return type
(empty response body)
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PinningPinsPinidPost
PinningPinsPinidPost(ctx, pinid) Replace a pinned object
This endpoint replaces a pinned object.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
pinid | string | Pin ID |
Return type
(empty response body)
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PinningPinsPost
PinningPinsPost(ctx, cid, name) Add and pin object
This endpoint adds a pin to the IPFS daemon.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
cid | string | cid | |
name | string | name |
Return type
(empty response body)
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]