module Ably::Rest

Rest provides the top-level class to be instanced for the Ably Rest library

@example

client = Ably::Rest.new("xxxxx")
channel = client.channel("test")
channel.publish "greeting", "data"