forked from wesleyzhao/python-yipit-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
51 lines (35 loc) · 1.26 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
2011-10-09
bumped version to 0.2.2
YipitObject
Added this abstract class to implement certain methods that will
always be implemented the same way multiple classes will share.
And also includes some un-implemented abstract methods.
class Deal, Division, Source, Tag, Business
All now implement the abstract class YipitObject
Documentation
Added docs to /docs/index.html
2011-10-08
bumped version to 0.2.1
Deals API
Added methods to Deal class that allow for easy string representation
Divisions API
Added and filled out Division class. Also added get_divisions() to
Api class to search for divisions by params.
Sources API
Added and filled out Source class. Also added get_sources() to Api
class to search for sources by params.
Tags API
Added and filled out Tag class. Also added get_tags() to Api class to
get all tags.
Businesses API
Added and filled out Business class. Also added get_businesses() to Api
class to search for businesses by params.
yipit_test.py
Created this to show how to use the api and to make sure all the main
functions work.
YipitError
Created this class to extend Exception for specific yipit errors.
README
Added several examples...maybe should create an examples folder?
2011-10-08
Don't know what to write here...