Python SDK
The official Hyperdocs Python SDK supports Python 3.9 and above.
bash
pip install hyperdocsBasic Usage
python
import hyperdocs
client = hyperdocs.Client(api_key="YOUR_KEY")
pages = client.pages.list(project_id="proj_abc")The official Hyperdocs Python SDK supports Python 3.9 and above.
pip install hyperdocsimport hyperdocs
client = hyperdocs.Client(api_key="YOUR_KEY")
pages = client.pages.list(project_id="proj_abc")