1.2.0 • Published 14 days ago

all-debrid-api v1.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
14 days ago

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));
1.2.0

14 days ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago