SharedChannelsApi class

Constructors

SharedChannelsApi(Dio _dio, Serializers _serializers)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAllSharedChannels({required String teamId, int? page = 0, int? perPage = 0, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<BuiltList<SharedChannel>>>
Get all shared channels for team. Get all shared channels for a team. Minimum server version: 5.50 ##### Permissions Must be authenticated.
getRemoteClusterInfo({required String remoteId, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<RemoteClusterInfo>>
Get remote cluster info by ID for user. Get remote cluster info based on remoteId. Minimum server version: 5.50 ##### Permissions Must be authenticated and user must belong to at least one channel shared with the remote cluster.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited