vscode-restclient icon indicating copy to clipboard operation
vscode-restclient copied to clipboard

Import requests using swagger JSON

Open wmedali opened this issue 5 years ago • 4 comments

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 avatar Feb 24 '20 15:02 wmedali

@wmedali nice suggestion, I am considering the feature that supports importing requests of postman, swagger and HAR format.

Huachao avatar Apr 18 '20 02:04 Huachao

up up up

verydemo avatar Mar 16 '23 05:03 verydemo

Upvote for this requirement! It will definitely speed up development and testing of APIs

vnadhan avatar Jul 11 '23 10:07 vnadhan

Check out my implementation in this PR https://github.com/Huachao/vscode-restclient/pull/1207

danishjoseph avatar Oct 14 '23 01:10 danishjoseph

Already fixed by @danishjoseph in PR #1207

Huachao avatar May 11 '24 10:05 Huachao