mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
bug fixes and documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user