kwent / syno

Simple Node.js wrapper and CLI for Synology DSM REST API 5.x and 6.x.
http://kwent.github.io/syno
MIT License
316 stars 51 forks source link

Fix typo in Download Station API example #44

Closed 1deadpixl closed 4 years ago

1deadpixl commented 4 years ago

The current version shows syno dl listFiles to show download tasks, but that returns an error. The command syno dl listTasks returns the expected result.

kwent commented 4 years ago

Thank you !