A Python package for interacting with APIs using OpenAPI schema.
Project description
pybridge
Installation
You can easily install it via pip:
pip install pybridge
Usage
from pybridgeclient import PyBridge
base_url = "https://example.api.com/"
headers = {
"Authorization": "Bearer xxxxxxxx"}
py_bridge = PyBridge(base_url, headers)
# item_detail is endpoint that is generated from OpenAPI schema
item_detail = py_bridge.item_detail(item_id=1)
Contribution and Feedback
For any contributions and feedback, please visit my GitHub page or reach me via email.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pybridgeclient-0.1.0.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for pybridgeclient-0.1.0-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 5e7dc8d241e9c54b5ab19756ddcf9bac3eb35e540fb66757370bc57b21acd5b8 |
|
| MD5 | 41f6468ed411dd09ff9f202b8db85da8 |
|
| BLAKE2b-256 | 062caffe9eb2a76c31b3de9ed03d8ca7df4e950c29b917e6265d32e9388ab0c8 |