putdotio / putio-js

JavaScript SDK for interacting with the put.io API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not matching current API spec

davidchalifoux opened this issue · comments

Some of the methods are out of date and are no longer available from the API. For example File.Delete() does not work, and Files.Delete() should be used instead.

I'll hopefully make a PR to clean up some of that soon.