Skip to content

lsliangshan/apipilottest

Repository files navigation

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,
});

About

## Auto Generate by Apipilot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published