RESTClient icon indicating copy to clipboard operation
RESTClient copied to clipboard

Adding PATCH support

Open liberathor opened this issue 10 years ago • 4 comments

Please add method PATCH support

liberathor avatar Jun 29 '14 21:06 liberathor

The "method" field is not a simple list but a combo-box. You can type any method you want (like PATCH).

benel avatar Jun 30 '14 13:06 benel

Is there a way that could be made more clear? It just looks like a standard drop down

nickhuber avatar Oct 22 '15 15:10 nickhuber

Adding the PATCH value to that combo box would be great, because without it there's really no way to tell that you can actually write in the value manually (unless you find this issue). Thanks, Eugen.

eugenp avatar Apr 15 '16 21:04 eugenp

Created a pull request to fix this as it is tedious to have to type PATCH over and over again.

Pull request: #236

techmaurice avatar Jun 02 '16 11:06 techmaurice