for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
require 'ringcentral-avatars/creator'
module RingCentral
module Avatars
VERSION = '0.1.0'
class << self
def new(client)
RingCentral::Avatars::Creator.new client
end