Import request collection from proto(s) #4062
Unanswered
jstafford5380
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
BloomRPC does this as do most SOAP tools, I believe. But in a nutshell, right now, Insomnia will import a proto or a directory of protos, but it doesn't create requests for everything, it only makes it choosable from a drop down menu; you still have to create individual requests for each rpc service. This gets really tedious when I need to make a bunch of them.
I'd like to see an "import as collection" feature that will simply import ALL of the services, or maybe even let me choose from a list. Each one would have a request created. The collection folder structure would follow the hierarchy of the imported protos, e.g.:
All reactions