# File lib/fog/compute/requests/brightbox/create_api_client.rb, line 6 def create_api_client(options = {}) request( :expects => [201], :method => 'POST', :path => "/1.0/api_clients", :headers => {"Content-Type" => "application/json"}, :body => options.to_json ) end