docs
docs copied to clipboard
Ably Realtime API documentation
This is from internal chats. We need to: * [ ] Create an FAQ / support article on this topic * [ ] Consider linking to this, if relevant, from...
* [ ] Documentation states that is "Currently the push admin API is available in our JavaScript, Ruby, Java/Android and iOS libraries." when it is now supported additionally on PHP,...
RabbitMQ is a popular queue framework, so it'd be good to provide a tutorial for it as part of our existing queue tutorials. .NET would be a good choice of...
@tomczoink just observed that in https://www.ably.io/tutorials#tut-server-side, the following card says 'REST history' but in-fact only some of the languages in the tutorial show code and explanation using the REST client...
Tom [asked in slack](https://ably-real-time.slack.com/archives/CF7GGBF2N/p1555410640109000) about a rest api query that was failing because the channel name wasn't properly url-encoded. After replying I had a quick look through the spec and...
Currently the subscribe option in https://jsbin.ably.io/oqasav/1/edit for a token will only check if the library is able to listen on the client-side, not if it has actually successfully subscribed to...
We need to document how to resolve debug issues for Xcode with Push, this includes: - [ ] Creating a support article - [ ] Writing up information for relevant...
As per @mattheworiordan's comments in https://github.com/ably/docs/pull/636. - [ ] Review the rest of the metadata docs - [ ] Review all three metadata tutorials ┆Issue is synchronized with this [Jira...
Whilst working today on the docs repo, I noticed various regressions. ### Odd rendering  Yet:  ### Using guard no longer works If I run `guard` or...
See https://github.com/ably/ably-java/issues/459 In the current specification, it is possible that multiple concurrent authentication callbacks can be invoked when a client library has not yet been authenticated. For example, the following...