UNPKG

@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

16 lines (13 loc) 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _jsApiCreator = require("@zohodesk/js-api-creator"); var _default = { "departmentChatDetails": { url: 'support/:portalName/AsapwebSetup.do', method: _jsApiCreator.constants.get } }; exports["default"] = _default;