UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

6 lines (5 loc) 227 B
import { IRequestHandler, Options, RequestCallback } from './iRequestHandler'; export declare class RequestHandler implements IRequestHandler { constructor(); post(options: Options, callback?: RequestCallback): void; }