Hi,
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,
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