Skip to main content

API for BLOBs

GET /blob/:hash

Fetches the blob specified by the hash.

:hash is the SHA-1 hash of the desired object.

PUT /blob/:hash

Stores a new blob. The hash is a SHA-1 of the binary to be stored.

Expected Content-Type
application/octet-stream

This API accepts binary data as the request body.