ballast-0.2.0.0: Shipwire API client

Safe HaskellNone
LanguageHaskell2010

Ballast.Client

Synopsis

Documentation

paramsToByteString :: (Monoid m, IsString m) => [(m, m)] -> m Source #

Conversion of a key value pair to a query parameterized string

shipwireTest :: FromJSON (ShipwireReturn a) => ShipwireConfig -> Manager -> ShipwireRequest a TupleBS8 ByteString -> IO (Either ShipwireError (ShipwireReturn a)) Source #

This function is only used internally to speed up the test suite. Instead of creating a new Manager we reuse the same one.