MCPcopy Create free account
hub / github.com/ShaanCoding/makeread.me / constructor

Function constructor

frontend/openAPI/generated/core/BaseHttpRequest.ts:11–11  ·  view source on GitHub ↗
(public readonly config: OpenAPIConfig)

Source from the content-addressed store, hash-verified

9export abstract class BaseHttpRequest {
10
11 constructor(public readonly config: OpenAPIConfig) {}
12
13 public abstract request<T>(options: ApiRequestOptions): CancelablePromise<T>;
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected