class Seatsio::ChartsClient
def initialize(http_client)
def initialize(http_client) @http_client = http_client @archive = Pagination::Cursor.new(Chart, 'charts/archive', @http_client) end
def initialize(http_client) @http_client = http_client @archive = Pagination::Cursor.new(Chart, 'charts/archive', @http_client) end