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

12 lines (11 loc) 327 B
import { constants } from '@zohodesk/js-api-creator'; export default { 'migrateNow.post':{ url:'api/web/helpCenter/:helpCenterId/migrateToIAM2', method:constants.post }, 'samlMetaData.get':{ url:'api/web/helpCenter/:helpCenterId/samlConfigMetaData', method:constants.get } }