MCPcopy Create free account
hub / github.com/cloudconvert/cloudconvert-cli / call

Method call

src/types.ts:58–58  ·  view source on GitHub ↗
(method: 'GET' | 'POST' | 'DELETE', route: string, parameters?: object)

Source from the content-addressed store, hash-verified

56
57export interface CloudConvertClient {
58 call(method: 'GET' | 'POST' | 'DELETE', route: string, parameters?: object): Promise<unknown>;
59 jobs: {
60 create(data: JobTemplate): Promise<Job>;
61 get(id: string): Promise<Job>;

Callers 2

cancelJobFunction · 0.80
fetchOperationsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected