Class: ExternalRESTClients

ExternalRESTClients


new ExternalRESTClients()

The RESTClient is a singleton class that handles the connection and data exchange from the back-end REST API.

Source:

Methods


<async> executeQuery(query)

Trigger the given query with Axios

Parameters:
Name Type Description
query
Source:
Returns:
Type
Promise.<*>