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