Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 653 Bytes

File metadata and controls

31 lines (17 loc) · 653 Bytes

Python Status.io

Python package for Status.io

Downloads

This library provides a pure Python interface for the Status.io API. It works with Python versions from 2.6+.

Installation

$ pip install statusio-python

Usage

import statusio
api = statusio.Api(api_id='api_id', api_key='api_key')

Retrieve status page summary:

summary = api.StatusSummary('status_page_id')
print(summary)

View the full API documentation at: http://developers.status.io/