docs
docs copied to clipboard
Ably Realtime API documentation
- **Browser used:** [firefox/chrome/internet explorer/etc] - **Device used:** [iPhone/macbook/Android/etc] - **Type of issue:** [graphical/content incorrect/failing code/etc] **Description of issue:** [A description of the issue covering expected behaviour and actual behaviour]...
- Extending https://github.com/ably/docs/issues/405 - Currently, official doc https://ably.com/documentation/mqtt, only contains JS specific sample code and doesn't show or point to other language specific code snippets. - As a part of...
In the messages docs section called [Enabling idempotent publishing](https://ably.com/documentation/rest/messages#idempotent), the example code that shows how to provide a unique ID for a message is only provided for JavaScript. It would...
- **Browser used:** [firefox/chrome/internet explorer/etc] - **Device used:** [iPhone/macbook/Android/etc] - **Type of issue:** [graphical/content incorrect/failing code/etc] **Description of issue:** [A description of the issue covering expected behaviour and actual behaviour]...
In [Token Authentication](https://ably.com/documentation/core-features/authentication#token-authentication) there are four ways documented, where each of those ways has a diagram. Diagram 2.3 is clearly an outlier, with a different presentation from 2.1, 2.2 and...
We never really made a decision one way or another on whether to document the [RSL1l](https://www.ably.io/documentation/client-lib-development-guide/features/#RSL1l) options object officially in our API docs, or leave it off for simplicity. There's...
Where is the canonical place for documentation on how you publish a message to a channel? - There's a "publishing messages" section on https://www.ably.io/documentation/rest/messages#message-publish - There's a "publishing to a...
[~accountid:5f7c35d33fe07600698eb33f] identified a number of content issues in documentation: * Many links have trailing slashes that need to be removed * Change ably.io to [ably.com](http://ably.com) ([TB] I think one has...
As pointed out by a user on support, our documentation on Heroku dev center are out of date https://devcenter.heroku.com/articles/ably, now that 1.1 is out, we should set some time aside...
Given how simple it is to subscribe to an SSE stream from the command line, we should consider using curl & SSE for examples that developers can try out in...