| Index: lib/http.dart
|
| diff --git a/lib/http.dart b/lib/http.dart
|
| index dd33ac8b2f29d0f9e627910cbcbdead871fb7c81..b6f0c6f50d0dce11d7b5aee705cd4fc76cad3164 100644
|
| --- a/lib/http.dart
|
| +++ b/lib/http.dart
|
| @@ -19,6 +19,7 @@ const Symbol _authenticatedClientKey = #_gcloud.http;
|
| /// scope.
|
| ///
|
| /// Accessing this getter outside of a service scope will result in an error.
|
| +/// See the `package:gcloud/service_scope.dart` library for more information.
|
| http.Client get authClientService => ss.lookup(_authenticatedClientKey);
|
|
|
| /// Registers the [http.Client] object within the current service scope.
|
|
|