Re: [Pharo-users] New convenience method: ZnClient>>forJsonREST

2018-11-07 Thread Tudor Girba
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:

Re: [Pharo-users] New convenience method: ZnClient>>forJsonREST

2018-11-07 Thread Cédrick Béler
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

[Pharo-users] New convenience method: ZnClient>>forJsonREST

2018-11-07 Thread Sven Van Caekenberghe
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