C# Class YukiYume.GitHub.BaseService

All GitHub services should inherit from BaseService BaseService sets up a GitHubClient for inheriting classes to use
Inheritance: IGithubService
ファイルを表示 Open project: yukiyume/YukiYume.GitHub

Protected Methods

Method Description
BaseService ( FormatType format ) : System
BaseService ( FormatType format, string gitHubUserName, string gitHubApiToken ) : System

Method Details

BaseService() protected method

protected BaseService ( FormatType format ) : System
format FormatType
return System

BaseService() protected method

protected BaseService ( FormatType format, string gitHubUserName, string gitHubApiToken ) : System
format FormatType
gitHubUserName string
gitHubApiToken string
return System