vscode-restclient
vscode-restclient copied to clipboard
Import requests using swagger JSON
Hello, It would be cool to be able to import HTTP requests from Swagger JSON file. This would reduce the requests implementation time and the errors that could be generated due to typos and will make requests build too fast. I hope you implement this soon if you find it valuable.
@wmedali nice suggestion, I am considering the feature that supports importing requests of postman, swagger and HAR format.
up up up
Upvote for this requirement! It will definitely speed up development and testing of APIs
Check out my implementation in this PR https://github.com/Huachao/vscode-restclient/pull/1207
Already fixed by @danishjoseph in PR #1207