0.0.4 • Published 1 year ago
@jiangweiye/cloudflare-api v0.0.4
@jiangweiye/cloudflare-api
install
with pnpm
pnpm add @jiangweiye/cloudflare-apiwith yarn
yarn add @jiangweiye/cloudflare-apiwith npm
npm install @jiangweiye/cloudflare-apitype
export declare const BASE_URL = 'https://api.cloudflare.com/client/v4';
export declare class CloudflareAPI {
private static match_reg;
protected static format(url: string, values: IApiContent): string;
}