TautulliCommandHandler_History class

Facilitates, encapsulates, and manages individual calls related to history within Tautulli.

TautulliCommandHandler_History internally handles routing the HTTP client to the API calls.

Constructors

TautulliCommandHandler_History(Dio _client)
Create a history command handler using an initialized Dio client.

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

deleteHistory({required List<int> rowIds}) Future<void>
Handler for delete_history.
getHistory({bool? grouping, String? user, int? userId, int? ratingKey, int? parentRatingKey, int? grandparentRatingKey, String? startDate, int? sectionId, TautulliMediaType? mediaType, TautulliTranscodeDecision? transcodeDecision, String? guid, TautulliHistoryOrderColumn? orderColumn, TautulliOrderDirection? orderDirection, int? start, int? length, String? search}) Future<TautulliHistory>
Handler for get_history.
getHomeStats({bool? grouping, int? timeRange, TautulliStatsType? statsType, int? statsCount}) Future<List<TautulliHomeStats>>
Handler for get_home_stats.
getPlaysByDate({int? timeRange, int? userId, bool? grouping, TautulliGraphYAxis? yAxis}) Future<TautulliGraphData>
Handler for get_plays_by_date.
getPlaysByDayOfWeek({int? timeRange, int? userId, bool? grouping, TautulliGraphYAxis? yAxis}) Future<TautulliGraphData>
Handler for get_plays_by_dayofweek.
getPlaysByHourOfDay({int? timeRange, int? userId, bool? grouping, TautulliGraphYAxis? yAxis}) Future<TautulliGraphData>
Handler for get_plays_by_hourofday.
getPlaysBySourceResolution({int? timeRange, int? userId, bool? grouping, TautulliGraphYAxis? yAxis}) Future<TautulliGraphData>
Handler for get_plays_by_source_resolution.
getPlaysByStreamResolution({int? timeRange, int? userId, bool? grouping, TautulliGraphYAxis? yAxis}) Future<TautulliGraphData>
Handler for get_plays_by_stream_resolution.
getPlaysByStreamType({int? timeRange, int? userId, bool? grouping, TautulliGraphYAxis? yAxis}) Future<TautulliGraphData>
Handler for get_plays_by_stream_type.
getPlaysByTopTenPlatforms({int? timeRange, int? userId, bool? grouping, TautulliGraphYAxis? yAxis}) Future<TautulliGraphData>
Handler for get_plays_by_top_10_platforms.
getPlaysByTopTenUsers({int? timeRange, int? userId, bool? grouping, TautulliGraphYAxis? yAxis}) Future<TautulliGraphData>
Handler for get_plays_by_top_10_users.
getPlaysPerMonth({int? timeRange, int? userId, bool? grouping, TautulliGraphYAxis? yAxis}) Future<TautulliGraphData>
Handler for get_plays_per_month.
getStreamData({int? sessionKey, int? rowId}) Future<TautulliStreamData>
Handler for get_stream_data.
getStreamTypeByTopTenPlatforms({int? timeRange, int? userId, bool? grouping, TautulliGraphYAxis? yAxis}) Future<TautulliGraphData>
Handler for get_stream_type_by_top_10_platforms.
getStreamTypeByTopTenUsers({int? timeRange, int? userId, bool? grouping, TautulliGraphYAxis? yAxis}) Future<TautulliGraphData>
Handler for get_stream_type_by_top_10_users.
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