MCPcopy Create free account
hub / github.com/openai/openai-node / get

Method get

src/client.ts:713–715  ·  view source on GitHub ↗
(path: string, opts?: PromiseOrValue<RequestOptions>)

Source from the content-addressed store, hash-verified

711 ): Promise<void> {}
712
713 get<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp> {
714 return this.methodRequest('get', path, opts);
715 }
716
717 post<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp> {
718 return this.methodRequest('post', path, opts);

Callers 15

index.jsFile · 0.80
main_test.tsFile · 0.80
index.tsFile · 0.80
validateHeadersMethod · 0.80
fetchWithAuthMethod · 0.80
shouldRetryMethod · 0.80
retryRequestMethod · 0.80
buildBodyMethod · 0.80
retrieveMethod · 0.80
downloadContentMethod · 0.80
getCharacterMethod · 0.80
retrieveMethod · 0.80

Calls 1

methodRequestMethod · 0.95

Tested by 3

fetchFunction · 0.64
fetchFunction · 0.64
prepareRequestFunction · 0.64