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

Unified Diff: third_party/gsutil/third_party/protorpc/demos/quotas/backend/README

Issue 1377933002: [catapult] - Copy Telemetry's gsutilz over to third_party. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Rename to gsutil. Created 5 years, 3 months 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
Index: third_party/gsutil/third_party/protorpc/demos/quotas/backend/README
diff --git a/third_party/gsutil/third_party/protorpc/demos/quotas/backend/README b/third_party/gsutil/third_party/protorpc/demos/quotas/backend/README
new file mode 100644
index 0000000000000000000000000000000000000000..b3c47c0a0939df22d853d687de95963819702ae8
--- /dev/null
+++ b/third_party/gsutil/third_party/protorpc/demos/quotas/backend/README
@@ -0,0 +1,18 @@
+Quota Service
+=============
+
+It is possible to set up a quota service in your own application by following
+these steps:
+
+ 1) Make a copy of the contents of this directory, including subdirectories
+ for use as a custom backend of any client application that will use it.
+
+ 2) Modify app.yaml:
+ a. Change the application to the name of your application.
+ b. Change the version to one that is appropriate for your application.
+
+ 3) Edit quotas.js so that its settings are appropriate for your application.
+ The format of the quotas.js file is a JSON encoded ProtoRPC message
+ as defined by quotas.service.QuotaConfig of this demo.
+
+TODO: Define an easy to use client library.

Powered by Google App Engine
This is Rietveld 408576698