# Functions
New initializes a new GitHub Service instance with the provided opts.
WithPaginationMaxLimit sets the maximum number of items to request per page when paginating through results.
WithToken sets up authentication for the GitHub client using a personal access token.
# Constants
DefaultPaginationMaxLimit is the default maximum number of items to request per page when paginating through results.
# Type aliases
Options defines a function signature for configuring a GitHub Service instance.