Skip to content

Add withPathParameters #243

@Thy3634

Description

@Thy3634

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions