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

Documention doesn't match current Maven version #11

Closed gschrader closed 8 years ago

gschrader commented 11 years ago

The plugin page states "Latest : 1.0.2" but I believe what is in the github repos is 1.0.3 which resulted in some frustration since the section "Exchanging JSON and XML content" doesn't work in 1.0.2 specifically being able to pass a string or a map in the json block.

If 1.0.3 isn't ready to release yet perhaps a static page for 1.0.2 documentation should be linked to from the plugin page, I would think you'd want to do that on an ongoing basis as well.