Hyperdocs

Go SDK

The official Go client for the Hyperdocs API.

bash
go get github.com/hyperdocs/hyperdocs-go

Basic Usage

go
client := hyperdocs.NewClient("YOUR_API_KEY")
pages, err := client.Pages.List(ctx, "proj_abc")