SonarrCommandHandler_Tag class

Facilitates, encapsulates, and manages individual calls related to tags within Sonarr.

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

Constructors

SonarrCommandHandler_Tag(Dio _client)
Create a series 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

addTag({required String label}) Future<SonarrTag>
Handler for tag.
deleteTag({required int id}) Future<void>
Handler for tag/{id}.
getAllTags() Future<List<SonarrTag>>
Handler for tag.
getTag({required int id}) Future<void>
Handler for tag/{id}.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateTag({required SonarrTag tag}) Future<SonarrTag>
Handler for tag.

Operators

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