MCPcopy Index your code
hub / github.com/simstudioai/sim / bind

Function bind

apps/sim/tools/workday/soap.ts:630–632  ·  view source on GitHub ↗
(operation: WorkdayOperation)

Source from the content-addressed store, hash-verified

628 logger.info('Creating Workday SOAP client', { service, endpoint })
629
630 function bind(operation: WorkdayOperation): SoapOperationFn {
631 return (args) => callOperation(operation, args, endpoint, username, password)
632 }
633
634 return {
635 Get_WorkersAsync: bind('Get_Workers'),

Callers 1

createWorkdaySoapClientFunction · 0.85

Calls 1

callOperationFunction · 0.85

Tested by

no test coverage detected