node-syncthing
node-syncthing copied to clipboard
Lightweight Syncthing wrapper with promises, callbacks and events.
While fetching events, after some time I got this error : ``` (node:11544) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'forEach' of undefined at PATH_TO/node_modules/node-syncthing/lib/event-caller.js:49:18 at at process._tickCallback (internal/process/next_tick.js:188:7) (node:11544) UnhandledPromiseRejectionWarning: Unhandled...
Missing [GET /rest/events](https://docs.syncthing.net/rest/events-get.html) route. I can't use event emitter because i need to keep track of things that happened while listener was offline.