| Index: generated/googleapis/lib/civicinfo/v1.dart
|
| diff --git a/generated/googleapis/lib/civicinfo/v1.dart b/generated/googleapis/lib/civicinfo/v1.dart
|
| index 023d282f038fc1418fc378b694170583d0373bfa..48022f2383c418a181f17cbd08f702d7ca231e16 100644
|
| --- a/generated/googleapis/lib/civicinfo/v1.dart
|
| +++ b/generated/googleapis/lib/civicinfo/v1.dart
|
| @@ -22,8 +22,8 @@ class CivicinfoApi {
|
| ElectionsResourceApi get elections => new ElectionsResourceApi(_requester);
|
| RepresentativesResourceApi get representatives => new RepresentativesResourceApi(_requester);
|
|
|
| - CivicinfoApi(http.Client client) :
|
| - _requester = new common_internal.ApiRequester(client, "https://www.googleapis.com/", "civicinfo/v1/");
|
| + CivicinfoApi(http.Client client, {core.String rootUrl: "https://www.googleapis.com/", core.String servicePath: "civicinfo/v1/"}) :
|
| + _requester = new common_internal.ApiRequester(client, rootUrl, servicePath);
|
| }
|
|
|
|
|
|
|