@zohodesk/haas-api-creator
Version:
This is used to call server side api call as js api call in client side - hc -api javascript es6
24 lines (21 loc) • 631 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _jsApiCreator = require("@zohodesk/js-api-creator");
var _default = {
'smsAuthInitConf.get': {
url: 'api/web/helpCenter/:helpCenterId/smsAuthInitConf',
method: _jsApiCreator.constants.get
},
'smsAuthentication.post': {
url: 'api/web/helpCenter/:helpCenterId/smsAuthentication/init',
method: _jsApiCreator.constants.post
},
'userAuthInitConf.get': {
url: 'api/web/helpCenter/:helpCenterId/userAuthInitConfig',
method: _jsApiCreator.constants.get
}
};
exports["default"] = _default;