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