This is nice!
Doru
> On Nov 7, 2018, at 5:36 PM, Sven Van Caekenberghe wrote:
>
> Hi,
>
> I added a new convenience method to Zinc HTTP Components:
> ZnClient>>forJsonREST. This configures a ZnClient (HTTP client) to talk to
> standard JSON REST web services. Here are a couple of examples:
You’re (one of) my heroes !
Thanks Sven a lot for all your great contributions !
Cédrick
Side note: perfect late binding information for the lecture I do tomorrow with
Pharo where I show students client server interaction with ZnClient, ZnServer …
^_^
> Le 7 nov. 2018 à 17:36, Sven Van Caeken
Hi,
I added a new convenience method to Zinc HTTP Components:
ZnClient>>forJsonREST. This configures a ZnClient (HTTP client) to talk to
standard JSON REST web services. Here are a couple of examples:
ZnClient new
forJsonREST;
get: 'https://jsonplaceholder.typicode.com/users'.
What #forJso