Sha256: 23020e5ac24af0a9d3cca6114570d485ef49cceb649e4c914976b484745d8676
Contents?: true
Size: 448 Bytes
Versions: 7
Compression:
Stored size: 448 Bytes
Contents
module Fog module Compute class Brightbox class Real # Lists summary details of API clients owned by the account. # # # @return [Hash] if successful Hash version of JSON object # # @see https://api.gb1.brightbox.com/1.0/#api_client_list_api_clients # def list_api_clients wrapped_request("get", "/1.0/api_clients", [200]) end end end end end
Version data entries
7 entries across 7 versions & 2 rubygems