Blobs

Download file blobs

Download file from server by it's digest.

GEThttp://127.0.0.1:8888/api/blobs/{digest}
Path parameters
digest*string

The Content Digests. A digest is a serialized hash result, consisting of a algorithm and hex portion. Only sha256 based digest accepted.

Example: "84d89877f0d4041efb6bf91a16f0248f2fd573e6af05c19f96bedb9f882f7882"
Response

OK

Headers
Body
string (binary)
Request
const response = await fetch('http://127.0.0.1:8888/api/blobs/{digest}', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
binary