UNPKG

dfp-lib

Version:

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

6 lines (5 loc) 160 B
import { AdsSoapClient } from './adsSoapClient'; export declare abstract class AdsService { static ENDPOINT: string; protected client: AdsSoapClient; }