Make an AJAX request to the Boomi Flow platform
TODO
Type of event, Settings.event(event + '.done')
will be called when the request completes
The path to make the request against, excluding the host which is fetched from Settings.global('platform.uri')
AJAX request type e.g. GET, POST, etc
The GUID of the tenant to make the request against
The GUID of the state we are making the request from
Current running users authentication token
Body of the request data
JQuery deferred from the $.ajax request
Upload a file to the Boomi Flow platform
TODO
Type of event, Settings.event(event + '.done')
will be called when the request completes
The path to make the request against, excluding the host which is fetched from Settings.global('platform.uri')
FormData for the file being uploaded
The GUID of the tenant to make the request against
Current running users authentication token
Callback to recieve progress event info
JQuery deferred from the $.ajax request
Upload a file to the Boomi Flow platform
TODO
Type of event, Settings.event(event + '.done')
will be called when the request completes
The path to make the request against, excluding the host which is fetched from Settings.global('platform.uri')
List of files to be uploaded
Request payload data
The GUID of the tenant to make the request against
Current running users authentication token
Callback to recieve progress event info
(stateId) Only currently used when offline
JQuery deferred from the $.ajax request
Generated using TypeDoc
Adding authentication token and tenant id to request headers