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

Unified Diff: appengine/findit/infra_api_clients/README.md

Issue 2488113005: [Findit] Re-org code. (Closed)
Patch Set: Rebase. Created 4 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 | « appengine/findit/gae_libs/model/versioned_model.py ('k') | appengine/findit/infra_api_clients/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/infra_api_clients/README.md
diff --git a/appengine/findit/infra_api_clients/README.md b/appengine/findit/infra_api_clients/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..d8277ae10de36b6d214aec6b26e4d1b6d8a57f08
--- /dev/null
+++ b/appengine/findit/infra_api_clients/README.md
@@ -0,0 +1,15 @@
+# infra\_clients
+
+The [infra\_clients](infra_clients) module is for client libraries that
+interacts with APIs of various infra services like buildbucket, Swarming,
+Isolate, Reitveld codereview, etc.
+
+It depends on the sibling [libs](libs) and [gae\_libs](gae_libs).
+
+# How to use?
+
+Create symbolic links to [infra\_clients](infra_clients), [gae\_libs](gae_libs)
+and [libs](libs) in the same directory PARENT\_DIR, and ensure that PARENT\_DIR
+is added to sys.path or PYTHONPATH.
+
+The usage would look like: `from infra_clients import INFRA_SERVICE_API`
« no previous file with comments | « appengine/findit/gae_libs/model/versioned_model.py ('k') | appengine/findit/infra_api_clients/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698