Skip to main content

A simple client for Apiwatcher platform

Project description

Apiwatcher python client

This project aims to be a simple python client for interaction with Apiwatcher platform.

It solves authentication against platform’s ouath2 workflow and thus can be used as a base for more complex applications.

Installation

Best way is to use pip.

pip install apiwatcher-pyclient

Usage

from apiwatcher_pyclient.client import Client

cl = Client()
cl.authorize_client_credentials(
  "your_client_id", "your_client_secret", scope="apilisk"
)
cl.post(
    "/api/projects/xxx/testcase/123456/results",
    {
        "some": "data"
    }
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Apiwatcher-Pyclient-0.1.2.tar.gz (4.5 kB view hashes)

Uploaded Source

Supported by

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