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