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.3.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file Apiwatcher-Pyclient-0.1.3.tar.gz.

File metadata

File hashes

Hashes for Apiwatcher-Pyclient-0.1.3.tar.gz
Algorithm Hash digest
SHA256 bad7a32b197694d226421ca545e5c44150f046abdd11bc52dbc1255ffea5cd7d
MD5 45b55c0b608ab6e7825d0084067f9c26
BLAKE2b-256 cc5612360cc7a2854ae2dae753a9b30bdae39721126fd327a8d0c29050bee953

See more details on using hashes here.

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