Sha256: 7d7c2aa19138f1573ebcb9652b9ac180f66006c4adf95f6f2bb0242d334f423a
Contents?: true
Size: 407 Bytes
Versions: 1
Compression:
Stored size: 407 Bytes
Contents
module Fog module Compute class Brightbox class Real def create_api_client(options = {}) request( :expects => [201], :method => 'POST', :path => "/1.0/api_clients", :headers => {"Content-Type" => "application/json"}, :body => MultiJson.encode(options) ) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-0.10.0 | lib/fog/compute/requests/brightbox/create_api_client.rb |