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