GitHub.

GitHub(string, string) Constructor

Summary

Creates a connection to the GitHub API with basic authenticated access.
Assembly
Wyam.GitHub.dll
Namespace
Wyam.GitHub
Containing Type
GitHub

Syntax

public GitHub(string username, string password)

Parameters

Name Type Description
username string The username to use.
password string The password to use.

Return Value

Type Description
void
GitHub