File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- ratelimit |build |
2
- =================
1
+ ratelimit |build | | maintainability |
2
+ ===================================
3
3
4
4
.. |build | image :: https://travis-ci.org/tomasbasham/ratelimit.svg?branch=master
5
5
:target: https://travis-ci.org/tomasbasham/ratelimit
6
6
7
+ .. |maintainability | image :: https://api.codeclimate.com/v1/badges/21dc7c529c35cd7ef732/maintainability
8
+ :target: https://codeclimate.com/github/tomasbasham/ratelimit/maintainability
9
+ :alt: Maintainability
10
+
7
11
APIs are a very common way to interact with web services. As the need to
8
12
consume data grows, so does the number of API calls necessary to remain up to
9
13
date with data sources. However many API providers constrain developers from
Original file line number Diff line number Diff line change 21
21
'sleep_and_retry'
22
22
]
23
23
24
- __version__ = '2.2.0 '
24
+ __version__ = '2.2.1 '
You can’t perform that action at this time.
0 commit comments