class Seatsio::EventsClient

def list

def list
  Pagination::Cursor.new(Event, 'events', @http_client)
end