bug fixes and documentation

This commit is contained in:
Matthew Fettig
2014-06-13 14:35:01 -07:00
parent 94c7408b5b
commit 2e0536ea2d
4 changed files with 17 additions and 8 deletions

View File

@@ -24,14 +24,15 @@ data stored using credentials originally obtained at ripple.com
vaultClient.register(options, callback);
# Blob Client Methods
vaultClient.rename(options, callback);
blobClient.get(url, id, crypt, callback);
vaultClient.changePassword(options, callback);
blobClient.create(options, callback);
vaultClient.recoverBlob(options, callback);
blobClient.verify(url, username, token, callback);
vaultClient.verify(username, token, callback);
vaultClient.resendEmail(options, callback);
# Blob Methods