Ably
Ruby
Client Library SDK API Reference¶ ↑
The Ruby
Client Library SDK supports a realtime and a REST interface.
The realtime interface enables a client to maintain a persistent connection to Ably
and publish, subscribe and be present on channels. The REST interface is stateless and typically implemented server-side. It is used to make requests such as retrieving statistics, token authentication and publishing to a channel.
Note: The Ruby
Client Library SDK implements the realtime and REST interfaces as two separate libraries.
The Ruby
API references are generated from the {Ably Ruby
Client Library SDK source code}[https://github.com/ably/ably-ruby] using {yard
}. View the Ably docs for conceptual information on using Ably
and for client library API references split between the realtime and REST interfaces.