File size: 437 Bytes
c211499
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
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