MCPcopy Create free account
hub / github.com/EvilFreelancer/openapi-to-cli / HttpClient

Interface HttpClient

src/cli.ts:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { VERSION } from "./version";
13
14export interface HttpClient {
15 // eslint-disable-next-line @typescript-eslint/no-explicit-any
16 request(config: AxiosRequestConfig): Promise<AxiosResponse<any>>;
17}
18
19export interface RunOptions {
20 cwd?: string;

Callers 2

cli.tsFile · 0.80
runApiCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected