Function: buildPathFn()
buildPathFn(
pathTemplate,pathParams): (args) =>string
Defined in: schema.ts:170
Builds a function that substitutes path params into the path template.
Parameters
| Parameter | Type |
|---|---|
pathTemplate | string |
pathParams | object[] |
Returns
(args) => string