Sha256: 1a7c9edfb53c80cba94f4689e9687259ab2f177401047d1ad171c62ed3d98f07
Contents?: true
Size: 479 Bytes
Versions: 3
Compression:
Stored size: 479 Bytes
Contents
module Fog module Compute class Brightbox class Real def get_api_client(identifier, options = {}) return nil if identifier.nil? || identifier == "" request( :expects => [200], :method => 'GET', :path => "/1.0/api_clients/#{identifier}", :headers => {"Content-Type" => "application/json"}, :body => options.to_json ) end end end end end
Version data entries
3 entries across 3 versions & 2 rubygems