Sha256: 31c219882cbd4975da9ec1a9406e5de3b555cd240e86792277783009250c7abe
Contents?: true
Size: 449 Bytes
Versions: 66
Compression:
Stored size: 449 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
66 entries across 66 versions & 4 rubygems