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

15 lines 304 B
import { constants } from '@zohodesk/js-api-creator'; export default { "mentions": { url: "mentions", method: constants.get }, "myPreferences": { url: "myPreferences", method: constants.get }, "updateMyPreferences": { url: "myPreferences", method: constants.patch } };