cguillerminet / betteruptime-python

BetterUptime API client
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

betteruptime-python

Check PyPI version PyPI Supported Python Versions Code Style

betteruptime-python is a BetterUptime API client for python.

Installation

The package is published on PyPI and can be installed by running:

pip install betteruptime

Basic Use

Easily query the BetterUptime API from you Python code.

>>> client = betteruptime.Client(bearer_token='My BetterUptime Bearer Token')
>>> client.monitors.list()
>>> client.monitors.get('123456')