Submits a request to the GitHub client.
- Namespace
- Statiq
.Web .GitHub - Containing Type
- ReadGitHub
Syntax
public ReadGitHub(Func<GitHubClient, Task<object>> request)
Parameters
Name | Type | Description |
---|---|---|
request | Func |
A function with the request to make. |