1.0.1 • Published 2 years ago

debrid-link-api v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Usage example

npm install debrid-link-api --save
const DebridLinkClient = require('debrid-link-api')
const DL = new DebridLinkClient('Your API Token')

DL.seedbox.cached('infoHash1,infoHash2').then(results => console.log(results));
DL.seedbox.activity('some-id').then(results => console.log(results));
DL.seedbox.add('someMagnetLink').then(results => console.log(results));