Sha256: c46d4774871e376b4941749a9b13578a05b9d734b3b431299ca62da2e3f83c22
Contents?: true
Size: 625 Bytes
Versions: 23
Compression:
Stored size: 625 Bytes
Contents
module Fog module Brightbox class Compute class Real # Lists summary details of API clients owned by the account. # # @param [Hash] options # @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded. # # @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(options = {}) wrapped_request("get", "/1.0/api_clients", [200], options) end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems