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
ARTChannelsobject.Declaration
Objective-C
@property (readonly) ARTRestChannels *_Nonnull channels;Swift
var channels: ARTRestChannels { get } -
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) ARTRestInternal *internalSwift
var `internal`: ARTRestInternal { get } -
Undocumented
Declaration
Objective-C
- (void)internalAsync:(void (^)(ARTRestInternal *))use;Swift
func internalAsync(_ use: @escaping (ARTRestInternal) -> Void)