-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Describe the feature
withPathParameters('/api/users/{userId}', { userId: 'abc' })
// '/api/users/abc'
mustache mode:
withPathParameters('/api/users/{{userId}}', { userId: 'abc' }, { interpolate = /{{([\s\S]+?)}}/g })
// '/api/users/abc'
Additional information
- Would you be willing to help implement this feature?
AlexMeah, imrim12 and Thy3634
Metadata
Metadata
Assignees
Labels
No labels