Skip to content

Instantly share code, notes, and snippets.

@donigian
Created July 5, 2012 06:42
Show Gist options
  • Save donigian/3051847 to your computer and use it in GitHub Desktop.
Save donigian/3051847 to your computer and use it in GitHub Desktop.
Google Python API Docs
Google Python API Docs
http://api-python-client-doc.appspot.com
python
>>> from apiclient.discovery import build
>>> service = build("prediction", "v1")
Get help on the service, or a collection, or a method on a collection:
>>> help(service)
>>> help(service.training())
>>> help(service.training().insert)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment