GitHub.

WithUrl(string) Method

Summary

Specifies and alternate API URL (such as to an Enterprise GitHub endpoint).
Assembly
Wyam.GitHub.dll
Namespace
Wyam.GitHub
Containing Type
GitHub

Syntax

public GitHub WithUrl(string url)

Parameters

Name Type Description
url string The URL to use.

Return Value

Type Description
GitHub The current module instance.
GitHub