C# 클래스 gitcv.Models.Services.GithubService

파일 보기 프로젝트 열기: robertgreiner/gitcv 1 사용 예제들

공개 메소드들

메소드 설명
GetLanguages ( string userName ) : int>.Dictionary
GetRepositories ( string userName ) : List
GetUser ( string userName ) : GithubUser
GithubService ( ) : System

비공개 메소드들

메소드 설명
MakeRequest ( string uri ) : Stream

메소드 상세

GetLanguages() 공개 정적인 메소드

public static GetLanguages ( string userName ) : int>.Dictionary
userName string
리턴 int>.Dictionary

GetRepositories() 공개 정적인 메소드

public static GetRepositories ( string userName ) : List
userName string
리턴 List

GetUser() 공개 정적인 메소드

public static GetUser ( string userName ) : GithubUser
userName string
리턴 GithubUser

GithubService() 공개 메소드

public GithubService ( ) : System
리턴 System