Matthias Wessendorf wrote:
Oh, wait - does the Android API "pluralize" the endpoints
?
(e.g. Car.class => "http:......../cars")
No! Android API never plularize your domain (e.g. Car)
If not, a PipeConfig needs to be applied (endpoint set to cars, for
the
Car.class)
Yes, If your endpoint is not the same of your domain class name. You
need set it using setEndPoint()