MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / postWithMeta

Method postWithMeta

src/lib/http.ts:212–214  ·  view source on GitHub ↗
(path: string, options: RequestOptions = {})

Source from the content-addressed store, hash-verified

210 }
211
212 async postWithMeta<T>(path: string, options: RequestOptions = {}): Promise<RequestResult<T>> {
213 return this.requestWithMeta<T>('POST', path, options);
214 }
215
216 async putWithMeta<T>(path: string, options: RequestOptions = {}): Promise<RequestResult<T>> {
217 return this.requestWithMeta<T>('PUT', path, options);

Callers 5

triggerRunMethod · 0.95
triggerRunWithMetaMethod · 0.95
triggerRerunMethod · 0.95
triggerBatchRerunMethod · 0.95
triggerBatchRunFreshMethod · 0.95

Calls 1

requestWithMetaMethod · 0.95

Tested by

no test coverage detected