Skip to content

Instantly share code, notes, and snippets.

@mager
Created December 8, 2010 22:42
Show Gist options
  • Save mager/734052 to your computer and use it in GitHub Desktop.
Save mager/734052 to your computer and use it in GitHub Desktop.
>>> results = client.search(40.016983, -105.27753)
>>> results = client.search(40.016983, -105.27753, query='coffee')
>>> results = client.search(40.016983, -105.27753, category='restaurant')
>>> results = client.search(40.016983, -105.27753, query='coffee', category='restaurant')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment