Methods
-
<protected> getDataForRequest(service, args, data, additionalData) → {Object}
-
Parameters:
Name Type Description service
String args
Array data
Object additionalData
Object - Source:
Returns:
- Type
- Object
-
getResource() → {String}
-
Return name of resource
- Source:
Returns:
- Type
- String
-
getResponseCode() → {String|undefined}
-
Return "code" property of last received server response.
- Source:
Returns:
- Type
- String | undefined
-
getResponseMessage() → {String|undefined}
-
Return response message
- Source:
Returns:
- Type
- String | undefined
-
<protected> getServicePath(service, args) → {String}
-
Parameters:
Name Type Description service
String args
Array - Source:
Returns:
- Type
- String
-
<protected> getUrl(service, args) → {String}
-
Return url for the request
Parameters:
Name Type Description service
String args
Array - Source:
Returns:
- Type
- String