ipqs-node-sdk
Version:
React package to interface with the various IPQS APIs
9 lines (8 loc) • 380 B
JavaScript
;
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'
};