Hyperdocs

Python SDK

The official Hyperdocs Python SDK supports Python 3.9 and above.

bash
pip install hyperdocs

Basic Usage

python
import hyperdocs

client = hyperdocs.Client(api_key="YOUR_KEY")
pages = client.pages.list(project_id="proj_abc")