Beispiel #1
0
 public GithubApi(GithubApiVersion version, IGithubAuthenticator authentication)
 {
     _version = version;
     _authentication = authentication;
 }
Beispiel #2
0
 public GithubApi(IGithubAuthenticator authentication)
     : this(GithubApiVersion.Unknown, authentication)
 {
 }