MCPcopy Create free account
hub / github.com/VanishMax/foton / runGetMethod

Function runGetMethod

packages/api/src/requests/runGetMethod.ts:9–13  ·  view source on GitHub ↗
(client: OpenapiClient, options: RunGetMethodOptions)

Source from the content-addressed store, hash-verified

7export type GetMethodParameterInput = components['schemas']['GetMethodParameter-Input'];
8
9export const runGetMethod = (client: OpenapiClient, options: RunGetMethodOptions) => {
10 return client.POST('/api/v3/runGetMethod', {
11 body: options,
12 });
13};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected