I need to call an endpoint that uses the experimental QUERY HTTP verb, but I can't do it from JetClient.
Describe the solution you'd like
On the dropdown for selecting the HTTP verb, there could be an "Custom" option, where I could write any HTTP verb as text. I'm not a 100% sure, but I think the only validation should be that it's a string without whitespaces.
Is your feature request related to a problem?
I need to call an endpoint that uses the experimental
QUERY
HTTP verb, but I can't do it from JetClient.Describe the solution you'd like
On the dropdown for selecting the HTTP verb, there could be an "Custom" option, where I could write any HTTP verb as text. I'm not a 100% sure, but I think the only validation should be that it's a string without whitespaces.
Additional context
No response