Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.

Commit

Permalink
Specifying proper URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Sep 3, 2010
1 parent 54cd273 commit ad07abb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions v2/sign_request_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
consumer_secret = ''
token = ''
token_secret = ''
api_host = 'api.yelp.com'

api_path_check_ins = '/v2/check_ins'

consumer = oauth2.Consumer(consumer_key, consumer_secret)
url = 'http://%s%s' % (api_host, api_path_check_ins)
url = 'http://api.yelp.com/v2/search'

print 'URL: %s' % (url,)

Expand Down

0 comments on commit ad07abb

Please sign in to comment.