Matt
Matt
Looks like the issue still exists for version `3.10.0`. Is there a plan to address this issue in the near future?
I think you placed your closing parenthesis to arguments to late. You have SpringDataRestAdapter.process($http.get('/totalcharges/ search/findByHoaId_hoaId?hoaId=1289','homeId',true)) Try SpringDataRestAdapter.process($http.get('/totalcharges/ search/findByHoaId_hoaId?hoaId=1289'),'homeId',true) The get request needs to turn the penis to the first argument,...
Sorry about the inappropriate word...I posted from my phone and auto correct replaced it. 😐 On Apr 17, 2017 8:22 AM, "Matthew Valli" wrote: > I think you placed your...
You may have already solved the problem, but with my experience that error occurs when the API server has either not configured a GET Request for the provided route or...