Shelby RPC API
Shelbynet
Localhost

Sessions

Use a session POSTCreate a session POSTCreate a micropayment channel POST

Storage

Retrieve a blob GETUpload a blob PUT

Multipart Uploads

Begin a multipart upload POSTUpload a part PUTComplete a multipart upload POST
Shelby RPC APILocalhost

Use a session

Use a session, decrementing the number of chunksets left.

POST
/v1/sessions/{sessionId}/use

Path Parameters

sessionIdstring

The ID of the session to use.

Response Body

curl -X POST "http://localhost:9090/v1/sessions/string/use"
Empty
Empty
Empty

Localhost API

API endpoints for Local Development

Create a session POST

Next Page

curl -X POST "http://localhost:9090/v1/sessions/string/use"