Skip to main content

Function: buildPathFn()

buildPathFn(pathTemplate, pathParams): (args) => string

Defined in: schema.ts:170

Builds a function that substitutes path params into the path template.

Parameters

ParameterType
pathTemplatestring
pathParamsobject[]

Returns

(args) => string