Add RSL8, RSL8a lifecycle channel status#365
Conversation
…elMetrics, ChannelOccupancy and ChannelStatus models.
owenpearson
left a comment
There was a problem hiding this comment.
It looks like Channel.status doesn't actually make the request to the REST API here, there should be a call to client.get, see the example from ably-go. Also we need an integration test for this, see the ably-js test for an example.
It makes a GET request via REST API using |
owenpearson
left a comment
There was a problem hiding this comment.
@lukaszsliwa That's so weird, not sure how I missed both of those when I reviewed this before 😅 anyway, LGTM now
owenpearson
left a comment
There was a problem hiding this comment.
Actually, before we merge this would you mind adding some rubydoc comments to the new models? You can use the descriptions from https://github.com/ably/docs/blob/main/content/client-lib-development-guide/features.textile#channeldetails
Okey, I will add some more comments |
Resolves #362
RSL8, RSL8a