Create a new client for a Bonsai server.
Parameters:
Otions to create the client.
Options Hash (opts):
Bonsai server URL (such as bonsai-server.com)
Unique ID for each client
Returns:
24 25 26
# File 'lib/bonsai_client.rb', line 24 def self.create(opts = {}) Client.new(opts) end