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 able to import RestBuilder #46

Closed kastone closed 8 years ago

kastone commented 8 years ago

Hello, We are using Grails 2.4.5 and are trying to use the RestBuilder class to implement some functional tests for our REST API's. I have included compile "org.grails.plugins:rest-client-builder:2.1.1" in the BuildConfig.groovy file. I can see that the plugin is downloaded but do not see the RestBuilder class in any src directory. I also do not see any references to other dependencies that might include RestBuilder.

screen shot 2016-05-26 at 12 26 20 pm

Could this be an issue when the plugin was upgraded/moved for Grails 3.x? Thanks, Kathy

graemerocher commented 8 years ago

For questions please try Slack (http://slack-signup.grails.org) or StackOverflow (http://stackoverflow.com/tags/grails)