We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4211af4 commit 3ef0fb4Copy full SHA for 3ef0fb4
README.md
@@ -47,6 +47,9 @@ void Logout()
47
// It allows to store encrypted credentials in your application settings instead login and password
48
static AuthInfos GenerateAuthInfos(string email, string password)
49
50
+// Gives total and used quota for the logged user
51
+IAccountInformation GetAccountInformation()
52
+
53
// Nodes management
54
IEnumerable<INode> GetNodes()
55
IEnumerable<INode> GetNodes(INode parent)
0 commit comments