module QuickbloxApi

Constants

VERSION

Public Class Methods

client(opts) click to toggle source
# File lib/quickblox_api.rb, line 13
def self.client(opts)
  QuickbloxApi::Client.new(secrets: opts)
end
user_client(opts) click to toggle source
# File lib/quickblox_api.rb, line 17
def self.user_client(opts)
  QuickbloxApi::UserClient.new(opts)
end