UNPKG

workflowmax

Version:
9 lines (7 loc) 269 B
import formatUrl from './formatUrl' // Format url function wrapper for predefined entity export default function (entity) { return function formatEntityUrl (apiKey, accountKey, method, params) { return formatUrl(entity, method, apiKey, accountKey, params) } }