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