Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(558)

Unified Diff: lib/http.dart

Issue 766663007: Prepare pubspec/CHANGELOG for version 0.1.2 (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Rebased Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/db.dart ('k') | lib/service_scope.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « lib/db.dart ('k') | lib/service_scope.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698