class

Sonarr::Api::Notification

Inherits Reference < Object

Constructors

new(client : Sonarr::Client)
Source

Instance methods

create_action(name : String, body : Sonarr::Model::NotificationResource) : Nil
Source
create_test(body : Sonarr::Model::NotificationResource, force_test : Bool | Nil = nil) : Nil
Source
create_testall
Source
delete(id : Int32) : Nil
Source
list
Source
list_schema
Source
update(id : Int32, body : Sonarr::Model::NotificationResource, force_save : Bool | Nil = nil) : Sonarr::Model::NotificationResource | Nil
Source