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

20 lines (17 loc) 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _jsApiCreator = require("@zohodesk/js-api-creator"); var _default = { "tcInteg": { url: "tcInteg", method: _jsApiCreator.constants.get }, "tcInteg.create": { url: "tcInteg", method: _jsApiCreator.constants.post } }; exports["default"] = _default;