class Seatsio::ChartReportsClient
def by_label(chart_key)
def by_label(chart_key) url = "reports/charts/#{chart_key}/byLabel" body = @http_client.get(url) Domain::ChartReport.new(body) end
def by_label(chart_key) url = "reports/charts/#{chart_key}/byLabel" body = @http_client.get(url) Domain::ChartReport.new(body) end