Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 1000 Bytes

API_REF_INTRO_BLURB.md

File metadata and controls

7 lines (4 loc) · 1000 Bytes

Ably Flutter Client Library SDK API Reference

The Flutter Client Library SDK supports a realtime and a REST interface. The Flutter API references are generated from the Ably Flutter Client Library SDK source code using dartdoc and structured by classes.

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.

View the Ably docs for conceptual information on using Ably, and for API references featuring all languages. The combined API references are organized by features and split between the realtime and REST interfaces.