C# Class GitHubClient.Repository.DeployKeys.Get

Action to call GitHubClient.Repository.DeployKeys.Get() API.
Inheritance: GitHubAction
Datei anzeigen Open project: tomlm/iciclecreek.bot

Private Properties

Property Type Description

Public Methods

Method Description
Get ( string callerPath = "", int callerLine ) : System

Initializes a new instance of the Get class.

Protected Methods

Method Description
CallGitHubApi ( DialogContext dc, GitHubClient gitHubClient, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Method Details

CallGitHubApi() protected method

protected CallGitHubApi ( DialogContext dc, GitHubClient gitHubClient, CancellationToken cancellationToken = default(CancellationToken) ) : Task
dc DialogContext
gitHubClient Octokit.GitHubClient
cancellationToken CancellationToken
return Task

Get() public method

Initializes a new instance of the Get class.
public Get ( string callerPath = "", int callerLine ) : System
callerPath string Optional, source file full path.
callerLine int Optional, line number in source file.
return System