Skip to content

Commit 3ef0fb4

Browse files
committed
Added GetAccountInformation() method
1 parent 4211af4 commit 3ef0fb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ void Logout()
4747
// It allows to store encrypted credentials in your application settings instead login and password
4848
static AuthInfos GenerateAuthInfos(string email, string password)
4949

50+
// Gives total and used quota for the logged user
51+
IAccountInformation GetAccountInformation()
52+
5053
// Nodes management
5154
IEnumerable<INode> GetNodes()
5255
IEnumerable<INode> GetNodes(INode parent)

0 commit comments

Comments
 (0)