docs
docs copied to clipboard
Ably Realtime API documentation
Customers have asked about batch publishing a few times (see https://support.ably.io/a/tickets/100659 for example), and what I've noticed is that: * We make almost no mention of it anywhere a developer...
currently only implemented in ably-js ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/EDU-97) by [Unito](https://www.unito.io)
The encryption topic, for both realtime and REST interfaces, needs editing for clarity. For example: > Clients that do not specify a key will be delivered the still-encrypted message payloads...
Information about types found at https://github.com/ably/docs/tree/main/content/partials/types is duplicated in the client library specification. For example the information here about the http paginated response type: https://github.com/ably/docs/blob/main/content/partials/types/_http_paginated_response.textile also appears under the types...
As per [RSH3a2d](https://ably.com/documentation/client-lib-development-guide/features#RSH3a2d) library should provide call to `registerForRemoteNotifications` by itself. This was done in https://github.com/ably/ably-cocoa/pull/1293 hence the call to `registerForRemoteNotifications` made by users no more required. ┆Issue is synchronized...
As per [TM3](https://docs.ably.com/client-lib-development-guide/features/#TM3) messages can be stored externally and the `VCDiff` procedure for this situation is not clearly described. More context [here](https://github.com/ably/ably-cocoa/pull/1307#discussion_r831495990) ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/EDU-722) by...
In [Push Notifications - Device activation and subscription](https://ably.com/documentation/general/push/activate-subscribe#admin), the 2 links in the text below just take the user back to the same page. It should take the user somewhere,...
Push notification docs need updating. Based on feedback from Tom Camp, Ben Gamble and Quintin Willison. [https://www.ably.io/documentation/general/push](https://www.ably.io/documentation/general/push) ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/EDU-237) by [Unito](https://www.unito.io)
A few customers have, in the absence of an SDK for their platform, opted to build their own libraries that connect to Ably's realtime endpoints, and communicate with Ably using...
See https://support.ably.io/solution/articles/3000082364-explanation-all-metrics-within-rate-limit-errors. I've created this in response to a customer hitting a max channel rate limit, see https://support.ably.io/solution/articles/3000075165-is-there-a-maximum-number-of-channels-per-connection-. @paddybyers @SimonWoolf can one of you please: * [ ] Confirm that...