Severian's picture
Upload 7464 files
c211499
raw
history blame contribute delete
437 Bytes
import type { Anthropic } from "./index.js";
export declare class APIResource {
protected client: Anthropic;
constructor(client: Anthropic);
protected get: Anthropic['get'];
protected post: Anthropic['post'];
protected patch: Anthropic['patch'];
protected put: Anthropic['put'];
protected delete: Anthropic['delete'];
protected getAPIList: Anthropic['getAPIList'];
}
//# sourceMappingURL=resource.d.ts.map