Skip to content

Add OpenAPI/Swagger spec importer with Variables panel#5

Open
enochCodes wants to merge 1 commit into
RobiMez:mainfrom
enochCodes:main
Open

Add OpenAPI/Swagger spec importer with Variables panel#5
enochCodes wants to merge 1 commit into
RobiMez:mainfrom
enochCodes:main

Conversation

@enochCodes

Copy link
Copy Markdown

Add ImportSwagger Go binding and new SwaggerImportModal + VariablesPanel Svelte components. Users can now drop an OpenAPI 2.0 or 3.0 spec (JSON/YAML) to auto-generate SavedRequest templates for each endpoint, then selectively import them. Path parameters are converted from {id} to {{id}} for use with the new Variables panel, which provides Postman-style environment variable substitution before requests are sent or tests run.

Add OpenAPI/Swagger spec importer with Variables panel

Add `ImportSwagger` Go binding and new `SwaggerImportModal` +
`VariablesPanel` Svelte components. Users can now drop an OpenAPI 2.0 or
3.0 spec (JSON/YAML) to auto-generate SavedRequest templates for each
endpoint, then selectively import them. Path parameters are converted
from `{id}` to `{{id}}` for use with the new Variables panel, which
provides Postman-style environment variable substitution before requests
are sent or tests run.

Add OpenAPI/Swagger spec importer with Variables panel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant