class Seatsio::HttpClient

def get_raw(endpoint, params = {})

def get_raw(endpoint, params = {})
  execute(:get, endpoint, params, true)
end