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

11 lines 212 B
import { constants } from '@zohodesk/js-api-creator'; export default { "tcInteg": { url: "tcInteg", method: constants.get }, "tcInteg.create": { url: "tcInteg", method: constants.post } };