Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aguynamedben/893414 to your computer and use it in GitHub Desktop.
Save aguynamedben/893414 to your computer and use it in GitHub Desktop.
>>> results = client.places.search(40.016983, -105.27753)
>>> results = client.places.search(40.016983, -105.27753, query='coffee')
>>> results = client.places.search(40.016983, -105.27753, category='restaurant')
>>> results = client.places.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