1.2.0 • Published 1 year ago

all-debrid-api v1.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago