Skip to main content

Python client for oncall API

Project description

Python client for Oncall API
==========================

Install
------

.. code-block:: bash

pip install oncallclient


Usage
-----

.. code-block:: python

from oncallclient import OncallClient

client = OncallClient(
app='SERVICE_FOO',
key='oncall_API_KEY',
api_host='http://localhost:5000'
)
print client.get_user('username')
print client.get_team('team_name')
print client.get_oncall_now('team_name', role='primary')
print client.get('http://localhost:5000/api/v0/events?team=example_team&role=primary').json()


Test
----

.. code-block:: bash

pip install tox
tox


Release
-------

.. code-block:: bash

python setup.py sdist
twine upload dist/*


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oncallclient-1.1.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

oncallclient-1.1.0-py2-none-any.whl (3.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page