I'm just about to write my first client interface to a REST service.
In some respects I understand this is as simple as doing GET responses
using Zinc,
yes, is about that.
GET/POST/PUT/DELETE
all have sense.
but I'm inquiring about tutorials or libraries that might help. Most
of the stuff turned up by searches is about server-side of REST.
It is actually a rest api��� and since is very young, is not complicated at all, so you can take it as an example (probably of "things not to do���, but well��� ;) )
Esteban