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"
}
)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Apiwatcher-Pyclient-0.1.3.tar.gz.
File metadata
- Download URL: Apiwatcher-Pyclient-0.1.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bad7a32b197694d226421ca545e5c44150f046abdd11bc52dbc1255ffea5cd7d
|
|
| MD5 |
45b55c0b608ab6e7825d0084067f9c26
|
|
| BLAKE2b-256 |
cc5612360cc7a2854ae2dae753a9b30bdae39721126fd327a8d0c29050bee953
|