Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 956 Bytes

README.rst

File metadata and controls

39 lines (27 loc) · 956 Bytes

StatusCake

https://travis-ci.org/trbs/statuscake.svg?branch=master Latest PyPI version

API for StatusCake

Installation

Create a virtualenv and install the requirements.

$ virtualenv -p python3.5 status_cake
$ source status_cake/bin/activate
(status_cake) $ pip install -r requirements.txt

Usage

You will need a valid StatusCake api_key and api_user that you can find here:

Examples

from statuscake import StatusCake
client = StatusCake(api_key="YNWHGOBX4w8gbc19", api_user="test")
client.get_all_tests()