jonathanscard-0.1: An implementation of the Jonathan's Card API.

Web.JonathansCard

Synopsis

Documentation

data Balance Source

Represents a Balance on Jonathan's Card

Instances

data Change Source

Represents the changes over time on Jonathan's Card

Constructors

Change 

Instances

balances :: IO (Either String [Balance])Source

Retrieve a list of balances on Jonathan's Card

latest :: IO (Either String Balance)Source

Retrieve the latest balance on Jonathan's Card

changes :: IO (Either String [Change])Source

Retrieve the changes in amounts on Jonathan's Card