Documentation ¶
Overview ¶
Package githubapi implements a change.Service using GitHub API clients. Aside from ability to leave reactions, it is read-only.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewService ¶
func NewService(clientV3 *githubv3.Client, clientV4 *githubv4.Client, router github.Router) change.Service
NewService creates a GitHub-backed change.Service using given GitHub clients. At this time it infers the current user from GitHub clients (their authentication info), and cannot be used to serve multiple users. Both GitHub clients must use same authentication info.
If router is nil, github.DotCom router is used, which links to subjects on github.com.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.