Skip to main content

Python interface to the RRPproxy API.

Project description

RRPproxypy

RRPproxypy is a Python interface to the RRPproxy HTTP API.

PyPI version Documentation Status

Usage

Create a RRPproxy interface with the credentials and use it to call the API.

import rrpproxypy

rrp = rrpproxypy.RRPproxy(
    'username',
    'password')
rrp.status_domain('example.com')

Supported by

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