| Index: dashboard/dashboard/services/milo_service.py
|
| diff --git a/dashboard/dashboard/services/milo_service.py b/dashboard/dashboard/services/milo_service.py
|
| index a398deb7fd9b19a9b8f4d551c7297ec73d45cc4e..c5c37b23e6210422190e5332b2e0cd59a4757219 100644
|
| --- a/dashboard/dashboard/services/milo_service.py
|
| +++ b/dashboard/dashboard/services/milo_service.py
|
| @@ -11,6 +11,9 @@ The API basically returns the same thing as the buildbot JSON API. We use the
|
| milo API instead of raw buildbot json because this is the method supported by
|
| Chrome infra team; the data is available longer and pinging the API does not
|
| DOS buildbot pages.
|
| +
|
| +There is some documentation on the buildbot JSON API here:
|
| +https://buildbot.buildbot.net/json/help
|
| """
|
|
|
| import base64
|
|
|