UNPKG

put.io-node

Version:

A Node.js wrapper for put.io APIv2 http://put.io

9 lines (8 loc) 372 B
import { Client } from './Client'; export declare class PutIoHelper { private putioClient; private API_URL; constructor(client: Client); protected requestData(requestType: string, apiEndpoint: string, apiParameters: string[]): Promise<string>; protected uploadData(requestType: string, apiEndpoint: string, apiParameters: string[]): Promise<string>; }