# Functions
GetUser returns a GitHub user from its login.
ListComments returns the list of all comments on a GitHub issue in ascending order of creation.
ListIssues returns the list of GitHub issues since the last run of the tool.
NewClient creates a Client and returns it; which implementation it uses depends on the configuration of this run.
No description provided by the author
# Structs
No description provided by the author
# Interfaces
Client is a wrapper around the GitHub API Client library we use.