Summary
Submits a request to the GitHub client.
- Assembly
- Wyam
.GitHub .dll - Namespace
- Wyam
.GitHub - Containing Type
- GitHub
Syntax
public GitHub WithRequest(string key, Func<GitHubClient, Object> request)
Parameters
Name | Type | Description |
---|---|---|
key | string | The metadata key in which to store the return value of the request function. |
request | Func |
A function with the request to make. |
Return Value
Type | Description |
---|---|
GitHub | The current module instance. |