Hi,reading [1], I have two questions:* the "http://www.server.com/car" URL, shouldn't it be "http://www.server.com/cars" (plural)?==> and the later mentioned HTTP methods, e.g. "GET:/car" ==> "GET:/cars"?
* Do we really promote the direct access to the RestAdapter, instead of via the Pipeline ?==> Pipe<Car> pipe = new RestAdapter<pipe>(Car.class, new URL("http://www.server.com/"));
Thanks!Matthias[1] aerogear.org/docs/guides/aerogear-android/AerogearAndroidPipes101/
--
Matthias Wessendorf