Alexey's blog

haskell

Ballast, a library for talking to Shipwire

3 minute read Published: 2017-01-17

After finishing the wonderful Haskellbook, the first "real world" project I've started writing is a Haskell API wrapper for Shipwire called Ballast. While doing that, I was following the general architecture of dmjio's Stripe API wrapper. In this post I will try to describe an overview of how both the stripe library and Ballast are built.