Very basic details (name and hours) work now

This commit is contained in:
2022-12-19 21:08:20 -08:00
parent 976562e8bd
commit 546dbb8911
7 changed files with 95 additions and 21 deletions

View File

@@ -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)