Sha256: e5c7d2e1531b0acf7d8b3ec60477d4de5ee6f62da0e6b0c3545bbaf201a038b2
Contents?: true
Size: 397 Bytes
Versions: 12
Compression:
Stored size: 397 Bytes
Contents
module Fog module Brightbox class Compute class Real 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 end end end end
Version data entries
12 entries across 12 versions & 2 rubygems