particle-api-js
particle-api-js copied to clipboard
JS Library for the Particle API
This is a patch to address what was mentioned in this issue: https://github.com/spark/particle-api-js/issues/19 I chose the default timeout to be 30 seconds, but let me know if this doesn't work...
Are you guys considering adding timeouts to the requests made in the library? My understanding is that there is no timeouts in `superagent`, and therefore some requests might never end,...
The `downloadFirmwareBinary` method doesn't support piping the data and doesn't have another documented way to save the downloaded file. https://github.com/spark/particle-api-js/blob/7bf11d2c863275280cf7598b79d7e7524a230f8f/src/Particle.js#L246 Raised in the community: https://community.particle.io/t/working-example-of-downloadfirmwarebinary-method-in-particle-js-api/25549
I would like to push events and listen to event streams from a server inside a corporate proxy. From what I can gather from the code, there's no current way...
Received this as a feature request from a customer, I think right now this library is fairly user-centric, and doesn't provide features for Orgs. Happy to answer any questions offline...
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) and [documentation](https://github.com/documentationjs/documentation). These dependencies needed to be updated together. Updates `parse-url` from 1.3.11 to 7.0.2 Release notes Sourced from parse-url's releases. 7.0.2 Add the url in the error...
Hey, I have installed: ``` pi@pi3:~/.node-red/node_modules/particle-api-js $ npm -v 10.3.0 ``` And a NodeRed installation. I try to install the https://flows.nodered.org/node/node-red-contrib-nspanel-lui package. the I get the error: ``` 2024-01-21T00:26:44.201Z npm...
Bumps [fsevents](https://github.com/fsevents/fsevents) from 1.2.7 to 1.2.13. Release notes Sourced from fsevents's releases. Release v1.2.13 Only build on Mac-OSX Release v1.2.11 Removing node-pre-gyp so that building fsevents becomes easier and enabled...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.4 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `socket.io-parser` from 2.3.1 to 4.2.4 Release notes Sourced from socket.io-parser's releases. 4.2.4 Bug...
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp), [karma](https://github.com/karma-runner/karma), [handlebars](https://github.com/wycats/handlebars.js) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from...