macropin / statuscake

Forked to fix bugs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WARNING: If you're thinking of using the StatusCake API, then please reconsider! It is buggy and inconsistent (just like the UI). You have been warned!

StatusCake

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

API for StatusCake

Installation

Create a virtualenv and install the requirements.

$ python3 -m venv 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="my-api-key", api_user="my-user")
client.get_all_tests()

About

Forked to fix bugs

License:Apache License 2.0


Languages

Language:Python 100.0%