Sha256: 83b8dc3a4a9566297ea902162f868a186e19f3faea28c5682db1a5ce250e975f
Contents?: true
Size: 627 Bytes
Versions: 7
Compression:
Stored size: 627 Bytes
Contents
module Fog module Compute class Brightbox class Real # Create a new API client for the account. # # @param [Hash] options # @option options [String] :name # @option options [String] :description # # @return [Hash] if successful Hash version of JSON object # @return [NilClass] if no options were passed # # @see https://api.gb1.brightbox.com/1.0/#api_client_create_api_client # def create_api_client(options) wrapped_request("post", "/1.0/api_clients", [201], options) end end end end end
Version data entries
7 entries across 7 versions & 2 rubygems