You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2017. It is now read-only.
/// Instantiates a new instance of the <see cref="Github"/> class.
/// </summary>
/// <param name="baseUrl">The base url for GitHub's API.</param>
/// <param name="username">The username to authenticate as.</param>
/// <param name="password">The password for the user. If authenticating with an API token, pass the token instead of the password.</param>
/// <param name="useApiKey">Indicates whether or not to use a Github.com API token. If <c>true</c>, then pass the token instead of the password.</param>