-
Notifications
You must be signed in to change notification settings - Fork 105
Home
Sumio Kiyooka edited this page May 21, 2021
·
8 revisions
The hub-rest-api-python library provides Python bindings for Hub REST API.
There are two implementations available:
- New Client class (in Client.py) announced in 1.0.0
- Legacy HubInstance class (in HubRestApi.py)
See a side-by-side Client versus HubInstance Comparison.