$api
Last updated
Last updated
The $api instance object provides access to a shared instance of the EJS to be available across . This instance is created before any are loaded and is using the apiPath
from the 's configuration file.
The apiPath
directive is relative to the current host origin. Cross-origin API requests are currently not allowed and will be rejected, throwing a Http/NetworkError
.
The $api object allows you to make API requests without importing or instantiating REST Client. In addition, this enables the environment to fully manage the API authorization process, including the initial seed token.
The $api instance object can be enabled across an application by including it in the Plugin
and adding the related entry to the file.
In this example, the environment will expect to find the class at:
Plugin/Vue/InstanceMethod/Api.js
.
The $api instance object is an instance of , so its interface is the same.