UNPKG

dfp-lib

Version:

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

28 lines (27 loc) 828 B
"use strict"; const oauth2Handler_1 = require("../common/util/oauth2Handler"); const requestHandler_1 = require("../common/util/requestHandler"); var DfpSettings; (function (DfpSettings) { DfpSettings.LOGGING = { LIB_LOG_DIR_PATH: undefined }; DfpSettings.SERVER = { VERSION: "v201611", HOST: "https://ads.google.com" }; DfpSettings.SOAP = { WSDL_CACHE: 0, REQUEST_HANDLER_CLASS: requestHandler_1.RequestHandler }; DfpSettings.PROXY = { HOST: undefined, PORT: undefined, USER: undefined, PASSWORD: undefined }; DfpSettings.AUTH = { AUTH_SERVER: "https://accounts.google.com", OAUTH2_HANDLER_CLASS: oauth2Handler_1.OAuth2Handler }; })(DfpSettings = exports.DfpSettings || (exports.DfpSettings = {}));