Skip to content

Commit

Permalink
Fixing URL to coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeyes committed May 12, 2015
1 parent c284cfe commit c4724ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
[ ![PyPI Version](https://img.shields.io/pypi/v/python-intercom.svg) ](https://pypi.python.org/pypi/python-intercom)
[ ![PyPI Downloads](https://img.shields.io/pypi/dm/python-intercom.svg) ](https://pypi.python.org/pypi/python-intercom)
[ ![Travis CI Build](https://travis-ci.org/jkeyes/python-intercom.svg) ](https://travis-ci.org/jkeyes/python-intercom)
[![Coverage Status](https://coveralls.io/repos/jkeyes/intercom-python/badge.svg?branch=coveralls)](https://coveralls.io/r/jkeyes/intercom-python?branch=coveralls)
[![Coverage Status](https://coveralls.io/repos/jkeyes/python-intercom/badge.svg?branch=master)](https://coveralls.io/r/jkeyes/python-intercom?branch=master)

Python bindings for the Intercom API (https://api.intercom.io).

Expand Down
23 changes: 14 additions & 9 deletions README.rst
@@ -1,7 +1,10 @@
python-intercom
===============

|PyPI Version| |PyPI Downloads| |Travis CI Build| |Coverage Status|
| |PyPI Version|
| |PyPI Downloads|
| |Travis CI Build|
| |Coverage Status|
Python bindings for the Intercom API (https://api.intercom.io).

Expand Down Expand Up @@ -376,12 +379,14 @@ your behalf
}
)
The metadata key values in the example are treated as follows- -
order\_date: a Date (key ends with '\_date'). - stripe\_invoice: The
identifier of the Stripe invoice (has a 'stripe\_invoice' key) -
order\_number: a Rich Link (value contains 'url' and 'value' keys) -
price: An Amount in US Dollars (value contains 'amount' and 'currency'
keys)
The metadata key values in the example are treated as follows-
- order\_date: a Date (key ends with '\_date').
- stripe\_invoice: The identifier of the Stripe invoice (has a
'stripe\_invoice' key)
- order\_number: a Rich Link (value contains 'url' and 'value' keys)
- price: An Amount in US Dollars (value contains 'amount' and
'currency' keys)
Subscriptions
~~~~~~~~~~~~~
Expand Down Expand Up @@ -480,5 +485,5 @@ Integration tests:
:target: https://pypi.python.org/pypi/python-intercom
.. |Travis CI Build| image:: https://travis-ci.org/jkeyes/python-intercom.svg
:target: https://travis-ci.org/jkeyes/python-intercom
.. |Coverage Status| image:: https://coveralls.io/repos/jkeyes/intercom-python/badge.svg?branch=coveralls
:target: https://coveralls.io/r/jkeyes/intercom-python?branch=coveralls
.. |Coverage Status| image:: https://coveralls.io/repos/jkeyes/python-intercom/badge.svg?branch=master
:target: https://coveralls.io/r/jkeyes/python-intercom?branch=master

0 comments on commit c4724ed

Please sign in to comment.