eLabSDK.API.Call

execute(body)

Builds and executes the API call.

Kind: global function
Returns: XMLHttpRequest - The XHR object which was used to execute the call.

ParamTypeDescription
bodyobject/Blob/ArrayBufferThe body of the request. It can either be an object which is serialized as JSON, or a Blob or ArrayBuffer which is uploaded as a file. The Content-Type is automatically determined.

© 2023 eLabNext