TheDocumentation Index
Fetch the complete documentation index at: https://docs.major.build/llms.txt
Use this file to discover all available pages before exploring further.
CustomApiResourceClient allows you to make HTTP requests to external APIs that you have configured as connectors in Major.
Usage
Inputs
Theinvoke method accepts the following arguments:
The HTTP method to use:
"GET", "POST", "PUT", "PATCH", or "DELETE".The URL path to append to the resource’s base URL.
A unique identifier for this operation.
Optional configuration object.
Outputs
On success (ok: true), the result object contains:
Discriminator for the response type.
The HTTP status code returned by the API.
The response body.