Skip to content

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

License

Notifications You must be signed in to change notification settings

sinantan/pybridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published