TautulliCommandHandler_Miscellaneous class

Facilitates, encapsulates, and manages individual calls for any miscellaneous calls within Tautulli.

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

Constructors

TautulliCommandHandler_Miscellaneous(Dio _client)
Create a miscellaneous 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

arnold() Future<String?>
Handler for arnold.
docs() Future<Map<String, dynamic>?>
Handler for docs.
docsMd() Future<Uint8List?>
Handler for docs_md.
downloadConfig() Future<Uint8List?>
Handler for download_config.
downloadDatabase() Future<Uint8List?>
Handler for download_database.
downloadLog() Future<Uint8List?>
Handler for download_log.
downloadPlexLog() Future<Uint8List?>
Handler for download_plex_log.
getDateFormats() Future<TautulliDateFormat>
Handler for get_date_formats.
getGeoIPLookup({required String ipAddress}) Future<TautulliGeolocationInfo>
Handler for get_geoip_lookup.
getLogs({String? search, TautulliLogsOrderColumn? orderColumn, TautulliOrderDirection? orderDirection, String? regex, int? start, int? end}) Future<List<TautulliLog>>
Handler for get_logs.
getPlexLog({int? window, TautulliPlexLogType? logType}) Future<List<TautulliPlexLog>>
Handler for get_plex_log.
getServerFriendlyName() Future<String?>
Handler for get_server_friendly_name.
getServerID({required String hostname, required int port, bool? ssl, bool? remote}) Future<String?>
Handler for get_server_id.
getServerIdentity() Future<TautulliServerIdentity>
Handler for get_server_identity.
getServerList() Future<List<TautulliServer>>
Handler for get_server_list.
getServerPref({required String preference}) Future
Handler for get_server_pref.
getServersInfo() Future<List<TautulliServerInfo>>
Handler for get_servers_info.
getWHOISLookup({required String ipAddress}) Future<TautulliWHOISInfo>
Handler for get_whois_lookup.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pmsImageProxy({String? image, int? ratingKey, int? width, int? height, int? opacity, String? background, int? blur, String? imageFormat, TautulliFallbackImage? fallbackImage, bool? refresh}) Future<Uint8List?>
Handler for pms_image_proxy.
sql({required String query}) Future<void>
Handler for sql.
toString() String
A string representation of this object.
inherited

Operators

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