MCPcopy Create free account
hub / github.com/apitable/apitable /

Class

packages/api-client/types/ObservableAPI.ts:1096–1096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1094
1095import { AutomationApiRequestFactory, AutomationApiResponseProcessor} from "../apis/AutomationApi";
1096export class ObservableAutomationApi {
1097 private requestFactory: AutomationApiRequestFactory;
1098 private responseProcessor: AutomationApiResponseProcessor;
1099 private configuration: Configuration;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected