Go SDK
The official Go client for the Hyperdocs API.
bash
go get github.com/hyperdocs/hyperdocs-goBasic Usage
go
client := hyperdocs.NewClient("YOUR_API_KEY")
pages, err := client.Pages.List(ctx, "proj_abc")The official Go client for the Hyperdocs API.
go get github.com/hyperdocs/hyperdocs-goclient := hyperdocs.NewClient("YOUR_API_KEY")
pages, err := client.Pages.List(ctx, "proj_abc")