Sha256: c131767f563165065c9d0d8fa9d8a467698770e413d07f1fe88f69b7a2b2b8d1
Contents?: true
Size: 434 Bytes
Versions: 5
Compression:
Stored size: 434 Bytes
Contents
module Fog module Compute class Brightbox class Real # Lists summary details of API clients owned by the account. # # # @return [Hash] The JSON response parsed to a Hash # # @see https://api.gb1.brightbox.com/1.0/#api_client_list_api_clients # def list_api_clients request("get", "/1.0/api_clients", [200]) end end end end end
Version data entries
5 entries across 5 versions & 4 rubygems