The problem with having a “plush” REST client library is that REST itself isn’t that well-defined. REST, in and of itself, just means that you want to use HTTP standards whenever possible, but other than that, the field is wide open.
Is the data encoded with JSON? What are the URL schemes and what do they mean?
Since REST basically just means HTTP, your best bet is httplib, but I wouldn’t describe it as plush.