Hello again,
I went through the document at https://github.com/restfulapi/restful-api/blob/master/README.md to setup an application (grails 2.4.3) and using the plugin dependency method (not git method) to use the restful-api
I have a "ProductService" grails service
I try to invoke it via browser:
http://localhost:8080/pim/api/products/
I get the following error:
{"errors":[{"type":"general","errorMessage":"No signature of method: net.hedtech.restfulapi.EtagGenerator.shaFor() is applicable for argument types: (java.util.ArrayList, null, java.lang.String) values: [[forgebiz.Product : 1], null, application/json]\nPossible solutions: shaFor(java.lang.Object, java.lang.String), shaFor(java.util.Collection, long, java.lang.String)"}]}
Thank you,
Phillip