Skip to main content

A Python package for interacting with APIs using OpenAPI schema.

Project description

PyBridge

A lightweight library that auto-generates API clients from OpenAPI schemas.

GitHub Repo stars GitHub issues GitHub

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


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)

Uploaded Source

Built Distribution

pybridgeclient-0.1.0-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

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