Skip to content

params #148

@Patas106

Description

@Patas106

Is your feature request related to a problem?

Request:
I need JetClient (the paid plugin) to automatically convert single-brace path parameters from imported Swagger JSON into double-brace format so that they become variables.

Details:

After I place the OpenAPI/Swagger documentation into a .json file and import it into JetClient, the generated endpoints currently look like:

/api/resource/{param}

Describe the solution you'd like

What I want is for JetClient to automatically transform that into:

/api/resource/{{param}}
so that param becomes a recognisable and reusable variable in JetClient requests.

Additional context

Let me know if you need this refined or formatted differently for a bug report or feature request.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions