Sha256: d1d82cd1eec7fb09c89ce41d29a78a8fa6f6d6a0beb2cc73d4348558d7ca0514
Contents?: true
Size: 964 Bytes
Versions: 8
Compression:
Stored size: 964 Bytes
Contents
# 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`](https://yardoc.org/). View the [Ably docs](http://ably.com/docs/) for conceptual information on using Ably and for client library API references split between the [realtime](http://ably.com/docs/api/realtime-sdk) and [REST](http://ably.com/docs/api/rest-sdk) interfaces.
Version data entries
8 entries across 8 versions & 2 rubygems