Informatiqal / qlik-rest-api

Interact with multiple Qlik Sense REST APIs from a single package
MIT License
7 stars 0 forks source link

Accept read stream for upload #195

Closed countnazgul closed 1 year ago

countnazgul commented 1 year ago

At the moment Post and Put methods accept Buffer as data parameter. In order to handle upload of large files these methods should not rely on Buffer but rather passing stream to Axios. Axios will then handle the upload

countnazgul commented 1 year ago

closed with https://github.com/Informatiqal/qlik-rest-api/commit/e14c34509762b40b6d4c09a14f6f27b66cffe40e