Specifies and alternate API URL (such as to an Enterprise GitHub endpoint).
- Namespace
- Statiq
.Web .GitHub - Containing Type
- ReadGitHub
Syntax
public ReadGitHub WithUrl(Config<string> url)
Parameters
| Name | Type | Description |
|---|---|---|
| url | Config |
The URL to use. |
Return Value
| Type | Description |
|---|---|
| ReadGitHub | The current module instance. |