forest44
Results
1
issues of
forest44
Hello, I try the following python code copied from this site: from yelp.client import Client MY_API_KEY = 'xxxx' client = Client(MY_API_KEY) business_response = client.business.get_by_id('yelp-san-francisco') Then, I have the error "'Client'...