Method: Chef::ApiClient#create

Defined in:
lib/chef/api_client.rb

#createObject

Create the client via the REST API



209
210
211
# File 'lib/chef/api_client.rb', line 209

def create
  http_api.post("clients", self)
end