@mornya/restful-libs
Version:
The project of wrapped library for RESTful API processing module.
11 lines (10 loc) • 476 B
JavaScript
export default {
CT_JSON: 'application/json',
CT_FORM: 'application/x-www-form-urlencoded',
CANCELLED_BY_DUPS: 'Operation canceled by the request is duplicated.',
CANCELLED_BY_MAXCOUNT: 'Operation canceled by the request reached its maximum count!',
NO_RESPONSES: 'No Responses.',
UNINITIALIZED_DEFAULT_CONFIG: 'Requested without using default Axios instance settings.',
REGEX_HAS_BASEURL: /^(https?:|\/\/)/,
REGEX_IS_JSON: /^\s*\{.*}\s*$/,
};