MCPcopy
hub / github.com/OneUptime/oneuptime / ApiRequestOptions

Interface ApiRequestOptions

CLI/Core/ApiClient.ts:19–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 | "count";
18
19export interface ApiRequestOptions {
20 apiUrl: string;
21 apiKey: string;
22 apiPath: string;
23 operation: ApiOperation;
24 id?: string | undefined;
25 data?: JSONObject | undefined;
26 query?: JSONObject | undefined;
27 select?: JSONObject | undefined;
28 skip?: number | undefined;
29 limit?: number | undefined;
30 sort?: JSONObject | undefined;
31}
32
33function buildApiRoute(
34 apiPath: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected