MattermostInsightsApi class

Constructors

MattermostInsightsApi(MattermostApiClient apiClient)

Properties

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

Methods

getTopChannelsForTeam(String teamId, String timeRange, {int? page, int? perPage}) Future<MmTopChannelList?>
Get a list of the top channels for a team.
getTopChannelsForTeamWithHttpInfo(String teamId, String timeRange, {int? page, int? perPage}) Future<Response>
Get a list of the top channels for a team.
getTopChannelsForUser(String userId, String timeRange, {int? page, int? perPage, String? teamId}) Future<MmTopReactionList?>
Get a list of the top channels for a user.
getTopChannelsForUserWithHttpInfo(String userId, String timeRange, {int? page, int? perPage, String? teamId}) Future<Response>
Get a list of the top channels for a user.
getTopReactionsForTeam(String teamId, String timeRange, {int? page, int? perPage}) Future<MmTopReactionList?>
Get a list of the top reactions for a team.
getTopReactionsForTeamWithHttpInfo(String teamId, String timeRange, {int? page, int? perPage}) Future<Response>
Get a list of the top reactions for a team.
getTopReactionsForUser(String userId, String timeRange, {int? page, int? perPage, String? teamId}) Future<MmTopReactionList?>
Get a list of the top reactions for a user.
getTopReactionsForUserWithHttpInfo(String userId, String timeRange, {int? page, int? perPage, String? teamId}) Future<Response>
Get a list of the top reactions for a user.
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