aboutsummaryrefslogtreecommitdiff
path: root/describe.py
diff options
context:
space:
mode:
authorSai Cheemalapati <saicheems@gmail.com>2016-10-21 13:59:49 -0700
committerJon Wayne Parrott <jonwayne@google.com>2016-10-21 13:59:49 -0700
commitdf61397973d36909a46fc4c3bf0e006dbb69f79a (patch)
tree5c6605f0fffed3789ff986b94145644ea45938e2 /describe.py
parentdb5a0ed106aff656a031a99ad64780ffd88c8425 (diff)
downloadgoogle-api-python-client-df61397973d36909a46fc4c3bf0e006dbb69f79a.tar.gz
Refresh all docs (#298)
Change the discovery query to fetch all discovery docs, not just the preferred ones.
Diffstat (limited to 'describe.py')
-rwxr-xr-xdescribe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/describe.py b/describe.py
index c5b15a745..6d577defa 100755
--- a/describe.py
+++ b/describe.py
@@ -129,7 +129,7 @@ METHOD_LINK = """<p class="toc_element">
BASE = 'docs/dyn'
-DIRECTORY_URI = 'https://www.googleapis.com/discovery/v1/apis?preferred=true'
+DIRECTORY_URI = 'https://www.googleapis.com/discovery/v1/apis'
parser = argparse.ArgumentParser(description=__doc__)