Re: [Pharo-users] Best Practices for Adapting JSON based APIs

2019-09-08 Thread Paul DeBruicker
Hi - 1. There is a Stripe package here: http://smalltalkhub.com/#!/~pdebruic/Stripe MCHttpRepository location: 'http://smalltalkhub.com/mc/pdebruic/Stripe/main' user: '' password: '' You can see how it adapts to Stripe's changing API spec. 2. NeoJSONObject, which is par

[Pharo-users] Best Practices for Adapting JSON based APIs

2019-09-08 Thread Eric Gade
Hello all, Several times in the past couple of years I've found myself attempting to create objects that incorporate/adapt a given APIs specification -- in other words, building a mini, pharo based SDK for the given API. These are always JSON based APIs. I am not sure what the best practices are