Implemented fetching data as a stream
- Implemented download method which executes GET request configured with responseType=stream and returning the readable stream to the client
- Implemented tests
- Updated documentation of the query method a bit
- Updated examples
- Fixed jsdoc