Sha256: 653049225d221a3dc91c552bb5c39a8f08efb906cdc85705b63b15c3d5226acd
Contents?: true
Size: 599 Bytes
Versions: 12
Compression:
Stored size: 599 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, nil] The JSON response parsed to a Hash or nil if no options 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
12 entries across 12 versions & 5 rubygems