TestingApi constructor

TestingApi(
  1. Client client, {
  2. String rootUrl = 'https://testing.googleapis.com/',
  3. String servicePath = '',
})

Implementation

TestingApi(http.Client client,
    {core.String rootUrl = 'https://testing.googleapis.com/',
    core.String servicePath = ''})
    : _requester =
          commons.ApiRequester(client, rootUrl, servicePath, requestHeaders);