Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseClient ¶
type BaseClient struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(opts ClientOptions) (*BaseClient, error)
func (*BaseClient) Close ¶
func (c *BaseClient) Close()
func (*BaseClient) GraphQL ¶
func (c *BaseClient) GraphQL() *api.GraphQLClient
func (*BaseClient) REST ¶
func (c *BaseClient) REST() *github.Client
type ClientOptions ¶
Click to show internal directories.
Click to hide internal directories.