ARTRest
Objective-C
@interface ARTRest : NSObject <ARTRestProtocol>
Swift
class ARTRest : NSObject, ARTRestProtocol, @unchecked Sendable
A client that offers a simple stateless API to interact directly with Ably’s REST API.
-
An
ARTChannels
object.Declaration
Objective-C
@property (readonly) ARTRestChannels *_Nonnull channels;
Swift
var channels: ARTRestChannels { get }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) ARTRestInternal *internal
Swift
var `internal`: ARTRestInternal { get }
-
Undocumented
Declaration
Objective-C
- (void)internalAsync:(void (^)(ARTRestInternal *))use;
Swift
func internalAsync(_ use: @escaping (ARTRestInternal) -> Void)