Exemple #1
0
        public async Task Given_A_Clent_Get_User_Account_Infromation()
        {
            var client             = new DropNetClient(AppKey, AppSecret, UserToken, UserSecret);
            var accountInfromation = await client.AccountInfoAsync();

            Assert.NotNull(accountInfromation);
            Assert.NotNull(accountInfromation.QuotaInfo);
        }