UNPKG

webcrawlerapi-js

Version:

JS client for WebcrawlerAPI

17 lines (16 loc) 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpStatus = exports.JobStatus = void 0; exports.JobStatus = { IN_PROGRESS: 'in_progress', NEW: 'new', DONE: 'done' }; exports.HttpStatus = { OK: 200, BAD_REQUEST: 400, UNAUTHORIZED: 401, FORBIDDEN: 403, NOT_FOUND: 404, INTERNAL_SERVER_ERROR: 500 };