UNPKG

e621-sdk

Version:

从E621抓取帖子。支持搜索、引用、随机。

3 lines (2 loc) 201 B
import type { E621 } from "./client"; export declare function request(url: string, method: "get" | "post" | "patch", client: E621, body?: FormData): Promise<import("axios").AxiosResponse<any, any>>;