Very basic details (name and hours) work now
This commit is contained in:
@@ -29,7 +29,6 @@ module Wince::Yelp
|
||||
scheme: "https",
|
||||
host: "api.yelp.com",
|
||||
path: "/v3/businesses/#{id}",
|
||||
query: params
|
||||
)
|
||||
headers = HTTP::Headers{ "Authorization" => "Bearer " + @@token }
|
||||
response = HTTP::Client.get(uri, headers)
|
||||
|
||||
Reference in New Issue
Block a user