Methods
(async) request(method, url, dataopt) → {Object.<Data>}
- Source:
Makes a rest request
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
method |
String | The method of the rest request |
|
url |
String | The url to do a request |
|
data |
String |
<optional> |
The data for the request |
Returns:
- Type
- Object.<Data>