CHANGELOG
---------

5/30/12
    0.3: Added MIT license and uploaded to pypi for easy installation for the end 
user. Added setup.py to perform needed operations. -Chris Statzer

5/25/12
    0.2: Small refactor of the call interface. The api can now be instanced 
without and auth object so that free to unauthed user calls can be made like 
register and login. May refinements to the documentation. Request examples added 
to show what a uri should look like when making the request. All api calls should 
now have sample JSON to show what they return on a successful call. -Chris Statzer

5/22/12
    0.1: Initial work on the API and documentation. -Chris Statzer
