Index: generated/googleapis/lib/civicinfo/v2.dart |
diff --git a/generated/googleapis/lib/civicinfo/v2.dart b/generated/googleapis/lib/civicinfo/v2.dart |
index 019a58e1c63fc0c62e97c1985c6bb43cab859099..7cd7ff37d3bd8fe5445c272d1d9cfd486d89fffe 100644 |
--- a/generated/googleapis/lib/civicinfo/v2.dart |
+++ b/generated/googleapis/lib/civicinfo/v2.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/v2/"); |
+ CivicinfoApi(http.Client client, {core.String rootUrl: "https://www.googleapis.com/", core.String servicePath: "civicinfo/v2/"}) : |
+ _requester = new common_internal.ApiRequester(client, rootUrl, servicePath); |
} |