Dec. 5, 2017
12:06 p.m.
Ben,
On 5 Dec 2017, at 12:15, Ben Coman <btc@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, 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.
cheers -ben
I am not sure what you are looking for, but it is not difficult to do. ZnClient is your go to class. The Enterprise Pharo book chapters about HTTP client & server are starting points (in particular section 11 of the former, and very specifically 11.3). HTH, Sven