Skip to content
Sumio Kiyooka edited this page Apr 16, 2021 · 8 revisions

HUB REST API Python

The hub-rest-api-python library provides Python bindings for Hub REST API.

There are two implementations available:

  1. Legacy HubInstance class (in HubRestApi.py)
  2. New Client class (in Client.py) announced in 1.0.0

Important Pages