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