import { APIPILOT_FUNCTION_NAME } from "apipilottest";
APIPILOT_FUNCTION_NAME({
data: APIPILOT_FUNCTION_ARGUMENTS,
headers: APIPILOT_FUNCTION_HEADERS,
});
Recommended Usage
import { APIPILOT_FUNCTION_NAME } from "apipilottest/APIPILOT_DOMAIN_NAME";
// OR
import { APIPILOT_FUNCTION_NAME } from "apipilottest/APIPILOT_DOMAIN_NAME/APIPILOT_FUNCTION_NAME";
APIPILOT_FUNCTION_NAME({
data: APIPILOT_FUNCTION_ARGUMENTS,
headers: APIPILOT_FUNCTION_HEADERS,
});