UNPKG
put.io-node
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A Node.js wrapper for put.io APIv2 http://put.io
github.com/alormil/put.io-node
alormil/put.io-node
put.io-node
/
js
/
ts
/
src
/
methods
/
Zips.d.ts
7 lines
(6 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
PutIoHelper
}
from
'../helpers/PutIoHelper'
;
export
declare
class
Zips
extends
PutIoHelper
{
createZip
(
fileIds
:
number
[]):
Promise
<
string
>;
getZipsList
():
Promise
<
string
>;
getZipId
(
id
:
number
):
Promise
<
string
>; }