@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
13 lines • 523 B
TypeScript
import { GoogleSoapServiceOptions, ImportClass } from '../common/types';
import { SERVICE_MAP } from '../common/constants';
export declare class GoogleSoapService<T extends keyof typeof SERVICE_MAP> {
private networkCode;
private applicationName;
private service;
private token;
private _client;
constructor(service: T, options: GoogleSoapServiceOptions);
createClient(): Promise<ImportClass<typeof SERVICE_MAP, T>>;
private getSoapHeaders;
}
//# sourceMappingURL=googleSoap.service.d.ts.map