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

Method post

client/js/src/internal/apiService/apiService.ts:135–141  ·  view source on GitHub ↗
(
        url: string,
        data?: RequestPayload,
        signal?: AbortSignal,
    )

Source from the content-addressed store, hash-verified

133 }
134
135 async post<RequestPayload, ResponsePayload>(
136 url: string,
137 data?: RequestPayload,
138 signal?: AbortSignal,
139 ): Promise<ResponsePayload> {
140 return this.makeRequest(url, 'POST', data, signal);
141 }
142
143 async postFormData<ResponsePayload>(
144 url: string,

Callers 6

rejectInvitationMethod · 0.45
resendInvitationEmailMethod · 0.45
apiService.test.tsFile · 0.45
malwareScanMethod · 0.45
sendMethod · 0.45

Calls 1

makeRequestMethod · 0.95

Tested by

no test coverage detected