Closed
Description
Is your feature request related to a problem?
Currently, the request paths (... that can be used in jc.runRequest
for example) if the naming of this follows the urls, then using the request path is hard if the Verb is also not part of the name.
However, when we do that, then we get the duplicate awkward looking GET GET /api/ping
Describe the solution you'd like
Since jetclient already knows of the verb:
If we can prepend it to distinguish between same naming paths that differ by VERB:
OR... if we have a 2nd parameter that you can pass in the verb to
Additional context
No response