Open dremekie opened 3 years ago
Just a note. My request would make #759 easy to implement (not necessarily by you... by the community).
I think to support this and other vscode-independent usages, the project would need to be split up into three packages: a parser, a cli runner and the vscode-plugin
I saw a comment from #432 that mentioned https://github.com/AnWeber/httpyac/.
It has all the features many have been asking for (in addition to the features of vscode-restclient
). CLI runner and a library allowing programmatic execution of any or all http regions. Very nice.
I'll leave this ticket open (in case the author does plan on adding the requested features).
Hi. Great plugin. We use it a lot.
From within Node, we would love to be able to do something like this:
I'm sure this must be possible in some manner using the logic you are already using in the plugin?