-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request