class

Sonarr::Api::History

Inherits Reference < Object

Constructors

new(client : Sonarr::Client)
Source

Instance methods

create_failed(id : Int32) : Nil
Source
list(page : Int32 | Nil = nil, page_size : Int32 | Nil = nil, sort_key : String | Nil = nil, sort_direction : Sonarr::SortDirection | Nil = nil, include_series : Bool | Nil = nil, include_episode : Bool | Nil = nil, event_type : Array(Int32) | Nil = nil, episode_id : Int32 | Nil = nil, download_id : String | Nil = nil, series_ids : Array(Int32) | Nil = nil, languages : Array(Int32) | Nil = nil, quality : Array(Int32) | Nil = nil) : Sonarr::Model::HistoryResourcePagingResource | Nil
Source
list_series(series_id : Int32 | Nil = nil, season_number : Int32 | Nil = nil, event_type : Sonarr::EpisodeHistoryEventType | Nil = nil, include_series : Bool | Nil = nil, include_episode : Bool | Nil = nil) : Array(Sonarr::Model::HistoryResource)
Source
list_since(date : Time | Nil = nil, event_type : Sonarr::EpisodeHistoryEventType | Nil = nil, include_series : Bool | Nil = nil, include_episode : Bool | Nil = nil) : Array(Sonarr::Model::HistoryResource)
Source