grails-plugins / grails-rest-client-builder

REST client plugin that uses Spring's RestTemplate
http://grails.org/plugin/rest-client-builder
Apache License 2.0
65 stars 32 forks source link

Not Supporting PATCH request type #31

Closed skaluva closed 9 years ago

skaluva commented 9 years ago

Hi, I'm using grails2.4.4 and grails-rest-client-builder latest version. I'm trying to invoke, PATCH request with this api. Looks like its not yet supported. Could you please help me out:

I'm getting below exception java.net.ProtocolException Message: Invalid HTTP method: PATCH

skaluva commented 9 years ago

Anyways, i'm able to do it after some trial and errors. Below is the link where i answered my own question:

http://stackoverflow.com/questions/27988574/grails-grails-rest-client-builder-plugin-with-patch-request-method/28001929#28001929

So closing this issue.

(May be you can add the same in your documentation. It really helps others like me.)