Hi,
> On 5 Dec 2017, at 12:15, Ben Coman <b...@openinworld.com> wrote: > > 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. I’m currently playing with my latest fun project pharo-mastodon, http://github.com/estebanlm/pharo-mastodon <http://github.com/estebanlm/pharo-mastodon> (the long term project is “getting out twitter” :P). 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 > > cheers -ben >