UNPKG

apx-toolkit

Version:

Automatically discover APIs and generate complete integration packages: code in 12 languages, TypeScript types, test suites, SDK packages, API documentation, mock servers, performance reports, and contract tests. Saves 2-4 weeks of work in seconds.

8 lines 362 B
import type { HttpCrawlingContext } from 'crawlee'; import type { ActorInput } from '../types.js'; /** * Handler for API_PROCESS requests * Uses HttpCrawler for fast data extraction with pagination support */ export declare function handleAPIProcessing(context: HttpCrawlingContext, input: ActorInput): Promise<void>; //# sourceMappingURL=api-handler.d.ts.map