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