Skip to content

Commit 5ddae03

Browse files
committed
Update README
New CI badges and automatic rate-limit handling feature!
1 parent c33774d commit 5ddae03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ ciscosparkapi
44

55
*Simple, lightweight, scalable Python API wrapper for the Cisco Spark APIs*
66

7+
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
8+
:target: https://github.com/CiscoDevNet/ciscosparkapi/blob/master/LICENSE
79
.. image:: https://img.shields.io/pypi/v/ciscosparkapi.svg
810
:target: https://pypi.python.org/pypi/ciscosparkapi
11+
.. image:: https://travis-ci.org/CiscoDevNet/ciscosparkapi.svg?branch=master
12+
:target: https://travis-ci.org/CiscoDevNet/ciscosparkapi
913
.. image:: https://readthedocs.org/projects/ciscosparkapi/badge/?version=latest
1014
:target: http://ciscosparkapi.readthedocs.io/en/latest/?badge=latest
1115

@@ -74,6 +78,8 @@ ciscosparkapi does all of this for you...
7478

7579
+ **Automatic and transparent pagination!**
7680

81+
+ **Automatic rate-limit handling!** *(wait|retry)*
82+
7783
+ Multipart encoding and uploading of local files
7884

7985
+ Auto-completion in your favorite IDE, descriptive exceptions, and so much

0 commit comments

Comments
 (0)