Resty
Resty copied to clipboard
Allow setting a base url
It would be awesome if you could create Resty with a base url.
Resty r = new Resty("http://localhost/myApi");
r.json("/users")
Neat idea!