API for BLOBs
GET /blob/:hash
Fetches the blob specified by the hash.
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.
Fetches the blob specified by the hash.
Stores a new blob. The hash is a SHA-1 of the binary to be stored.
This API accepts binary data as the request body.