Versions in this module Expand all Collapse all v0 v0.2.1 Apr 5, 2026 v0.2.0 Apr 4, 2026 v0.1.0 Apr 3, 2026 Changes in this version + type BaseClient struct + func NewClient(opts ClientOptions) (*BaseClient, error) + func (c *BaseClient) Close() + func (c *BaseClient) GraphQL() *api.GraphQLClient + func (c *BaseClient) REST() *github.Client + type ClientOptions struct + Host string + Token string