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.
Param | Type | Description |
---|---|---|
body | object/Blob/ArrayBuffer | The 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
Updated 10 months ago