Example #1
0
        static void Main(string[] args)
        {
            var client = new GithubRestApiClient( @"https://api.github.com");
            client.WithAuthentication(new HttpBasicAuthenticator("[user name here]", "[password here]"));

            CreateAuthorization(client);
            //GetAuthorizations(client);
        }