UNPKG

webcrawlerapi-js

Version:

JS client for WebcrawlerAPI

14 lines (13 loc) 352 B
export declare const JobStatus: { readonly IN_PROGRESS: "in_progress"; readonly NEW: "new"; readonly DONE: "done"; }; export declare const HttpStatus: { readonly OK: 200; readonly BAD_REQUEST: 400; readonly UNAUTHORIZED: 401; readonly FORBIDDEN: 403; readonly NOT_FOUND: 404; readonly INTERNAL_SERVER_ERROR: 500; };