Skip to main content
Module

x/openai/core.ts>APIClient#methodRequest

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
method APIClient.prototype.methodRequest
import { APIClient } from "https://deno.land/x/openai@v4.27.0/core.ts";

Parameters

method: HTTPMethod
path: string
optional
opts: PromiseOrValue<RequestOptions<Req>>