C# 클래스 YukiYume.GitHub.BaseService

All GitHub services should inherit from BaseService BaseService sets up a GitHubClient for inheriting classes to use
상속: IGithubService
파일 보기 프로젝트 열기: yukiyume/YukiYume.GitHub

보호된 메소드들

메소드 설명
BaseService ( FormatType format ) : System
BaseService ( FormatType format, string gitHubUserName, string gitHubApiToken ) : System

메소드 상세

BaseService() 보호된 메소드

protected BaseService ( FormatType format ) : System
format FormatType
리턴 System

BaseService() 보호된 메소드

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