Auto-completion or a form for GRPC args #6358
Unanswered
06kellyjac
asked this question in
Ideas
Replies: 1 comment 1 reply
-
Really stupid this isn't already done - like you said, the foundation is there, it knows this information already... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With a GRPC proto definition insomnia knows exactly what elements are required for the message
If I feed this to insomnia it can give me a dropdown with
/SearchService/Search
but then it just gives me{}
to fill in myself.Insomnia knows that this request wants
query
ofstring
, andpage_number
orresults_per_page
asint32
but I don't get any autocompletion or any warnings when I add a superfluoushello
field.I'd like it to either help with writing out the body, or have a form style input where I can fill out the parameters
I expected this to already exist so I've had a look around in the docs, issues, and discussions but this doesn't seem to currently be a feature or anything raised before.
Beta Was this translation helpful? Give feedback.
All reactions