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

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