Abstract
Protected
getPerform a GET request and retrieve a JSON response
Url to request
Optional
data: T2Optional object to use for the query string attributes
JSON object of the response, otherwise undefined
.
Private
methodPerform any type of request and retrieve a JSON response
Method to use for the request
Url to request
Optional
data: T2Optional object to include in the body of the request
JSON object of the response, otherwise undefined
.
Protected
postPerform a POST request and retrieve a JSON response
Url to request
Optional
data: T2Optional object to include in the body of the request
JSON object of the response, otherwise undefined
.
Base class for services to communicate with routes of the server application
Remarks
All requests will include a header with the player session id