File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -64,22 +64,22 @@ Release History
6464
6565
66660.5.1 (2013-12-8)
67- ++++++++++++++++++
67+ +++++++++++++++++
6868- 添加豆瓣ApiOAuth2
6969
7070
71710.5.0 (2013-12-8)
72- ++++++++++++++++++
72+ +++++++++++++++++
7373- 添加新浪微博、腾讯微博、人人的ApiOAuth2
7474- 添加淘宝ApiOAuth
7575
7676
77770.4.2 (2013-12-7)
78- ++++++++++++++++++
78+ +++++++++++++++++
7979- 移除packages
8080
81810.4.0 (2013-12-7)
82- ++++++++++++++++++
82+ +++++++++++++++++
8383
8484- 添加Token,App等models,并添加测试
8585- 添加ApiClientBase
@@ -89,7 +89,7 @@ Release History
8989
9090
91910.3.1 (2013-12-3)
92- ++++++++++++++++++
92+ +++++++++++++++++
9393
9494- 提取共用模块jsonDict,并增加测试
9595
Original file line number Diff line number Diff line change 11ChinaAPI
2- =========================
2+ ========
33
44.. image :: https://travis-ci.org/smallcode/ChinaAPI.png
55 :target: https://travis-ci.org/smallcode/ChinaAPI
@@ -16,7 +16,7 @@ ChinaAPI是一个API库,使用Python编写。
1616ChinaAPI就是为此目的而存在。
1717
1818安装
19- ----
19+ ---
2020项目地址:https://github.com/smallcode/ChinaAPI
2121
2222最简单的安装方法:
@@ -30,7 +30,7 @@ ChinaAPI就是为此目的而存在。
3030----
3131
3232新浪微博API:
33- ------------
33+ --------
3434
3535Client使用方法:
3636
@@ -103,7 +103,7 @@ OAuth2调用规则:**斜杠(/)映射为点(.)**
103103----
104104
105105淘宝API:
106- ------------
106+ ------
107107
108108
109109使用示例:
@@ -141,7 +141,7 @@ OAuth2调用规则:**斜杠(/)映射为点(.)**
141141----
142142
143143腾讯微博API:
144- ------------
144+ --------
145145
146146使用方法:
147147
@@ -191,7 +191,7 @@ OAuth2调用规则:**斜杠(/)映射为点(.)**
191191----
192192
193193人人API:
194- ------------
194+ ------
195195
196196使用方法:
197197
@@ -228,12 +228,12 @@ OAuth2调用规则:**斜杠(/)映射为点(.)**
228228----
229229
230230TODO:
231- -----------------------------------
231+ -----
232232
233233- 添加OAuth2说明
234234
235235感谢以下Python SDK的开发者们的贡献:
236- -----------------------------------
236+ -----------------------
237237
238238- 新浪微博:`sinaweibopy `_
239239- 腾讯微博:`tweibo `_
Original file line number Diff line number Diff line change 22
33
44__title__ = 'chinaapi'
5- __version__ = '0.8.3 '
5+ __version__ = '0.8.5 '
66__author__ = 'smallcode ([email protected] )' 77__license__ = 'Apache 2.0'
You can’t perform that action at this time.
0 commit comments