apipilottest
v0.0.6
Published
## apipilot示例项目
Readme
apipilottest
apipilot示例项目
1. Introduction
2. Usage
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,
});