From 4d7d17a98ae96cc2de7c398fa730512705741905 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 29 Jul 2017 04:39:18 +0400 Subject: Release of version 2.0.0. --- docs/global.html | 1644 ------------------------------------------------------ 1 file changed, 1644 deletions(-) delete mode 100644 docs/global.html (limited to 'docs/global.html') diff --git a/docs/global.html b/docs/global.html deleted file mode 100644 index 49827b3..0000000 --- a/docs/global.html +++ /dev/null @@ -1,1644 +0,0 @@ - - - - - - Global - Documentation - - - - - - - - - - - - - - - - - -
- -

Global

- - - - - - - -
- -
- -

- -

- - -
- -
-
- - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - -

Members

- - - -
-

http

- - - - - - - - -
- - - - - - - - - - - - - - - - - - -
Author:
-
- -
- - - - - -
License:
-
  • See LICENSE.md file included in this distribution.
- - - - - -
Source:
-
- - - - - - - -
- - - - - - - -
- - - - - -

Methods

- - - -
- - - -

connect(uuid, callback)

- - - - - -
- Connects to the server and returns the connection data. -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Source:
-
- - - - - - - -
- - - - - - - - - -
Parameters:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
uuid - - -String - - - - - The bot UUID. - -
callback - - -requestCallback - - - - - The callback that handles the response. - -
- - - - - - - - - - - - - - - - -
- - -
- - - -

createPackage(raw) → {String}

- - - - - -
- Creates an encrypted package to send. -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Source:
-
- - - - - - - -
- - - - - - - - - -
Parameters:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
raw - - -Object - - - - - The data to send. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
cuid - - -String - - - - - Session identifier. - -
text - - -String - - - - - Message text. - -
- - -
- - - - - - - - - - - - - - -
-
Returns:
- - - -
-
- Type: -
-
- -String - - -
-
- - -
- - Encrypted string. -
- - -
- - - -
- - -
- - - -

decrypt(raw) → {String}

- - - - - -
- Decrypts the incoming data. -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Source:
-
- - - - - - - -
- - - - - - - - - -
Parameters:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
raw - - -String - - - - - Encrypted data. - -
- - - - - - - - - - - - - - -
-
Returns:
- - - -
-
- Type: -
-
- -String - - -
-
- - -
- - Decrypted string. -
- - -
- - - -
- - -
- - - -

decryptJSON(raw) → {Object}

- - - - - -
- Decrypts an encrypted JSON object. -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Source:
-
- - - - - - - -
- - - - - - - - - -
Parameters:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
raw - - -String - - - - - Encrypted data. - -
- - - - - - - - - - - - - - -
-
Returns:
- - - -
-
- Type: -
-
- -Object - - -
-
- - -
- - Decrypted JSON. -
- - -
- - - -
- - -
- - - -

encrypt(raw) → {String}

- - - - - -
- Encrypts the incoming data. -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Source:
-
- - - - - - - -
- - - - - - - - - -
Parameters:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
raw - - -String - - - - - Decrypted data. - -
- - - - - - - - - - - - - - -
-
Returns:
- - - -
-
- Type: -
-
- -String - - -
-
- - -
- - Encrypted string. -
- - -
- - - -
- - -
- - - -

isVerification(data) → {Boolean}

- - - - - -
- Validation UUID format string. -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Source:
-
- - - - - - - -
- - - - - - - - - -
Parameters:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
data - - -String - - - - - The string to check. - -
- - - - - - - - - - - - - - -
-
Returns:
- - - -
-
- Type: -
-
- -Boolean - - -
-
- - - -
- - - -
- - -
- - - -

mergerString(raw) → {String}

- - - - - -
- Merge and convert a string. -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Source:
-
- - - - - - - -
- - - - - - - - - -
Parameters:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
raw - - -String - - - - - The string to convert. - -
- - - - - - - - - - - - - - -
-
Returns:
- - - -
-
- Type: -
-
- -String - - -
-
- - -
- - The converted string. -
- - -
- - - -
- - -
- - - -

send(raw, callback)

- - - - - -
- Send a message to the server and return a response. -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Source:
-
- - - - - - - -
- - - - - - - - - -
Parameters:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
raw - - -Object - - - - - The data to send. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
cuid - - -String - - - - - Session identifier. - -
text - - -String - - - - - Message text. - -
- - -
callback - - -requestCallback - - - - - The callback that handles the response. - -
- - - - - - - - - - - - - - - - -
- - - - - - -
- -
- - - - -
- -
- - - - - - - \ No newline at end of file -- cgit v1.2.3