UNPKG

ipqs-node-sdk

Version:

React package to interface with the various IPQS APIs

9 lines (8 loc) 380 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ERRORS = exports.URL_PROP_NAME = void 0; exports.URL_PROP_NAME = "average"; exports.ERRORS = { INCORRECT_DATE_PARAMETERS: 'Your update parameters contained invalid dates.', PK_CONFIG_NOT_ALLOWED: 'The config params `pkAsGetOrPostParam` and `pkAsHeader` aren\t used for this endpoint' };