all-debrid-api

1.2.0 • Public • Published

Usage example

npm install all-debrid-api --save
const AllDebridClient = require('all-debrid-api')
const AD = new AllDebridClient('Your API Token')

AD.magnet.instant(['infoHash1', 'infoHash2']).then(results => console.log(results));
AD.link.infos('some-link').then(results => console.log(results));
PM.magnet.upload('someMagnetLink').then(results => console.log(results));

Readme

Keywords

Package Sidebar

Install

npm i all-debrid-api

Weekly Downloads

42

Version

1.2.0

License

MIT

Unpacked Size

6.28 kB

Total Files

5

Last publish

Collaborators

  • thebeastlt