GitHub.

GitHub(string) Constructor

Summary

Creates a connection to the GitHub API with OAuth authentication.
Assembly
Wyam.GitHub.dll
Namespace
Wyam.GitHub
Containing Type
GitHub

Syntax

public GitHub(string token)

Parameters

Name Type Description
token string The token to use.

Return Value

Type Description
void
GitHub