Establish Connection
For a web application to send requests by using functions available on Adena, it must establish a connection with the account with the AddEstablish
method. Once the user approves the connection, the domain will be added to a locally-stored whitelist.
The application will encounter Error 1000 if it attempts to use a function without having established a connection.
Code
Params
Key | Type | Description |
---|---|---|
|
| The name of the website requesting to connect |
Response
Key | Type | Description |
---|---|---|
|
| Numeric result code |
|
| Returns |
|
| Response type |
|
| Descriptive message of the result |
|
| - |
Sample Request
Sample Response
Last updated