MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk / fetchBlob

Method fetchBlob

client/js/src/interface/httpClient.ts:3–3  ·  view source on GitHub ↗
(request: ProtonDriveHTTPClientBlobRequest)

Source from the content-addressed store, hash-verified

1export interface ProtonDriveHTTPClient {
2 fetchJson(request: ProtonDriveHTTPClientJsonRequest): Promise<Response>;
3 fetchBlob(request: ProtonDriveHTTPClientBlobRequest): Promise<Response>;
4}
5
6export type ProtonDriveHTTPClientJsonRequest = ProtonDriveHTTPClientBaseRequest & {

Callers 3

fetchBlobMethod · 0.65
makeStorageRequestMethod · 0.65
fetchBlobMethod · 0.65

Implementers 3

DiagnosticHTTPClientclient/js/src/diagnostic/httpClient.ts
SharingPublicSessionHttpClientclient/js/src/internal/sharingPublic/s
HTTPClientcli/src/api/httpClient.ts

Calls

no outgoing calls

Tested by

no test coverage detected