AdSenseHostApi constructor

AdSenseHostApi(
  1. Client client, {
  2. String rootUrl = 'https://www.googleapis.com/',
  3. String servicePath = 'adsensehost/v4.1/',
})

Implementation

AdSenseHostApi(http.Client client,
    {core.String rootUrl = 'https://www.googleapis.com/',
    core.String servicePath = 'adsensehost/v4.1/'})
    : _requester =
          commons.ApiRequester(client, rootUrl, servicePath, requestHeaders);