-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
16 lines (13 loc) · 666 Bytes
/
CHANGES
File metadata and controls
16 lines (13 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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