class Seatsio::EventsClient

def retrieve(key:)

def retrieve(key:)
  response = @http_client.get("events/#{key}")
  Event.from_json(response)
end