vscode-httpyac
vscode-httpyac copied to clipboard
[Just some random ideas] Add the option to convert postman collections into .http files (and vice versa)
Compared to postman, httpyac (together with httpbook) is a real pain reliever for API developers (using vscode or IntelliJ)
We can easily commit .http files to source control, so everyone can access and modify them and you don’t have to click around to do simple things …
And it would be a huge benefit to migrate some of those huge postman collections into this simple format.
While importing postman might be one step, another step could be exporting .http files to an openAPI (swagger) file, at least partly. OpenAPI has similar issues, you have to click around too much. But it is super helpful to have openAPI files if you want to generate docs or whatever you want, since it’s a widely adopted standard.
Again: These are just ideas, not real „feature requests“.
And it would be a huge benefit to migrate some of those huge postman collections into this simple format.
Intellij already provides such a tool, but only for Ultimate if I'm not mistaken. Yes, I agree that it would be helpful. Even more important I would see OpenAPI import, but I can't really get to it right now. I'll add it to my list.