Summary
Submits a request to the YouTube client. This allows you to incorporate data from the execution context in your request.
Syntax
public YouTube WithRequest(string key, Func<IExecutionContext, YouTubeService, Object> request)
Parameters
Name |
Type |
Description |
key |
string |
The metadata key in which to store the return value of the request function. |
request |
Func<IExecutionContext, YouTubeService, Object> |
A function with the request to make. |
Return Value
Type |
Description |
YouTube |
The current module instance. |