AbstractProtectedgetPerform a GET request and retrieve a JSON response
Url to request
Optionaldata: T2Optional object to use for the query string attributes
JSON object of the response, otherwise undefined.
PrivatemethodPerform any type of request and retrieve a JSON response
Method to use for the request
Url to request
Optionaldata: T2Optional object to include in the body of the request
JSON object of the response, otherwise undefined.
ProtectedpostPerform a POST request and retrieve a JSON response
Url to request
Optionaldata: 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