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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # infra\_clients
2
3 The [infra\_clients](infra_clients) module is for client libraries that
4 interacts with APIs of various infra services like buildbucket, Swarming,
5 Isolate, Reitveld codereview, etc.
6
7 It depends on the sibling [libs](libs) and [gae\_libs](gae_libs).
8
9 # How to use?
10
11 Create symbolic links to [infra\_clients](infra_clients), [gae\_libs](gae_libs)
12 and [libs](libs) in the same directory PARENT\_DIR, and ensure that PARENT\_DIR
13 is added to sys.path or PYTHONPATH.
14
15 The usage would look like: `from infra_clients import INFRA_SERVICE_API`
OLDNEW
« 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