File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ PyPI Version] ( https://img.shields.io/pypi/v/python-intercom.svg ) ] ( https://pypi.python.org/pypi/python-intercom )
4
4
[ ![ PyPI Downloads] ( https://img.shields.io/pypi/dm/python-intercom.svg ) ] ( https://pypi.python.org/pypi/python-intercom )
5
5
[ ![ Travis CI Build] ( https://travis-ci.org/jkeyes/python-intercom.svg ) ] ( https://travis-ci.org/jkeyes/python-intercom )
6
- [ ![ Coverage Status] ( https://coveralls.io/repos/jkeyes/intercom- python/badge.svg?branch=coveralls )] ( https://coveralls.io/r/jkeyes/intercom- python?branch=coveralls )
6
+ [ ![ Coverage Status] ( https://coveralls.io/repos/jkeyes/python-intercom /badge.svg?branch=master )] ( https://coveralls.io/r/jkeyes/python-intercom ?branch=master )
7
7
8
8
Python bindings for the Intercom API (https://api.intercom.io ).
9
9
Original file line number Diff line number Diff line change 1
1
python-intercom
2
2
===============
3
3
4
- |PyPI Version | |PyPI Downloads | |Travis CI Build | |Coverage Status |
4
+ | |PyPI Version|
5
+ | |PyPI Downloads|
6
+ | |Travis CI Build|
7
+ | |Coverage Status|
5
8
6
9
Python bindings for the Intercom API (https://api.intercom.io).
7
10
@@ -376,12 +379,14 @@ your behalf
376
379
}
377
380
)
378
381
379
- The metadata key values in the example are treated as follows- -
380
- order\_date: a Date (key ends with '\_date'). - stripe\_invoice: The
381
- identifier of the Stripe invoice (has a ' stripe\_invoice' key) -
382
- order\_number: a Rich Link (value contains 'url' and 'value' keys) -
383
- price: An Amount in US Dollars (value contains ' amount' and ' currency'
384
- keys)
382
+ The metadata key values in the example are treated as follows-
383
+
384
+ - order\_date: a Date (key ends with '\_date').
385
+ - stripe\_invoice: The identifier of the Stripe invoice (has a
386
+ ' stripe\_invoice' key)
387
+ - order\_number: a Rich Link (value contains 'url' and 'value' keys)
388
+ - price: An Amount in US Dollars (value contains ' amount' and
389
+ ' currency' keys)
385
390
386
391
Subscriptions
387
392
~~~~~~~~~~~~~
@@ -480,5 +485,5 @@ Integration tests:
480
485
:target: https://pypi.python.org/pypi/python-intercom
481
486
.. |Travis CI Build | image :: https://travis-ci.org/jkeyes/python-intercom.svg
482
487
:target: https://travis-ci.org/jkeyes/python-intercom
483
- .. | Coverage Status| image:: https:// coveralls.io/ repos/ jkeyes/ intercom - python/ badge.svg? branch = coveralls
484
- :target: https:// coveralls.io/ r/ jkeyes/ intercom - python? branch = coveralls
488
+ .. |Coverage Status | image :: https://coveralls.io/repos/jkeyes/python-intercom /badge.svg?branch=master
489
+ :target: https://coveralls.io/r/jkeyes/python-intercom ?branch=master
You can’t perform that action at this time.
0 commit comments