# File lib/chef_zero/endpoints/rest_list_endpoint.rb, line 8
      def initialize(server, identity_key = 'name')
        super(server)
        @identity_key = identity_key
      end