Exemplo n.º 1
0
        public async Task TestCustomHttpClient()
        {
            var client = TestClientFactory.GetClient(new HttpClient());
            var resp   = await client.GetRateLimits(new GetRateLimitsOptions());

            Assert.NotNull(resp);
        }
Exemplo n.º 2
0
 public void Setup()
 {
     _client = TestClientFactory.GetClient();
 }
Exemplo n.º 3
0
 public void Setup()
 {
     _client   = TestClientFactory.GetClient();
     _endpoint = _client.Users;
 }