[squeak-dev] Fwd: [Pharo-users] REST client hints

Tobias Pape Das.Linux at gmx.de
Tue Dec 12 07:41:11 UTC 2017


FYI, Paul has made a cross-platform wrapper for web api clients
 :)

> Begin forwarded message:
> 
> From: Paul DeBruicker <pdebruic at gmail.com>
> Subject: Re: [Pharo-users] REST client hints
> Date: 5. Dezember 2017 um 19:46:48 MEZ
> To: pharo-users at lists.pharo.org
> Reply-To: Any question about pharo is welcome <pharo-users at lists.pharo.org>
> 
> Hi Ben,
> 
> 
> I've made a few REST Clients
> 
> http://smalltalkhub.com/#!/~pdebruic/Stripe
> http://smalltalkhub.com/#!/~pdebruic/Tropo
> http://smalltalkhub.com/#!/~pdebruic/SegmentIO
> 
> And the elasticsearch one but its been advanced mostly lately by Sho Yoshida
> (https://github.com/newapplesho) here
> https://github.com/newapplesho/elasticsearch-smalltalk
> 
> He has also made REST clients for Twilio, AWS, SendGrid, Salesforce, and
> Mixpanel among others.
> 
> Norbert Hartl made one for Mandrill (Mailchimps transactional email service)
> http://smalltalkhub.com/#!/~NorbertHartl/Mandrill
> 
> And Francois Stephany made one for Postmark (another transactional email
> service) http://smalltalkhub.com/#!/~PharoExtras/Postmark
> 
> 
> So those are some examples of different approaches.  
> 
> 
vvvvvvvvvvvvvvvvvvvvvvvvvvvvv

> I also started/made a cross platform web client wrapper (just wraps calls to
> ZnClient or WebClient on Squeak)
> http://smalltalkhub.com/#!/~pdebruic/HTTPAPIClient
> 
> But IIRC I only used it in the Stripe API client.  
> 

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> Hope this gives you some ideas about how to approach your own solution
> 
> Paul
> 
> 
> 
> Ben Coman 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
> 
> 
> 
> 
> 
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
> 



More information about the Squeak-dev mailing list