# File lib/chef/api_client.rb, line 274
    def create
      Chef::REST.new(Chef::Config[:chef_server_url]).post_rest("clients", self)
    end