AxAPI
Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/util/apicall.ts#L46
Extended by
Properties
| Property | Type | Description |
|---|
headers? | Record<string, string> | - |
localCall? | <TRequest, TResponse>(data: TRequest, stream?: boolean) => Promise<TResponse | ReadableStream<TResponse>> | - |
method? | "POST" | "PUT" | "PATCH" | HTTP method for JSON API requests. Defaults to POST. |
name? | string | - |
put? | boolean | Deprecated Use method: 'PUT' instead. |
url? | string | URL | - |