DatastoreApi constructor

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

Implementation

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