Index: appengine/findit/infra_clients/README.md |
diff --git a/appengine/findit/infra_clients/README.md b/appengine/findit/infra_clients/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..564d2507d985691693a29e839812e5d4c65cac7b |
--- /dev/null |
+++ b/appengine/findit/infra_clients/README.md |
@@ -0,0 +1,15 @@ |
+# infra_clients |
+ |
+This [infra\_clients](infra_clients) module is for client code that interacts |
wrengr
2016/11/15 00:38:01
s/^This /The /
wrengr
2016/11/15 00:38:01
I don't think "client code" is clear. In programmi
stgao
2016/11/16 18:44:11
I agree "client code" is misleading here. I change
stgao
2016/11/16 18:44:11
Done.
|
+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 containing directory, and ensure that the |
+containing directory is in sys.path or PYTHONPATH. |
+ |
+The usage would look like: `from infra_clients import INFRA_SERVICE_API` |