jonathanscard-0.1.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

data UTCTime

This is the simplest representation of UTC. It consists of the day number, and a time offset from midnight. Note that if a day has a leap second added to it, it will have 86401 seconds.