snowhite v2.1.3 Snowhite.Modules.News.Feed View Source

News Feed structure

Link to this section Summary

Functions

Initialize a feed structure

Link to this section Types

Specs

init_arguments() ::
  {String.t(), String.t()}
  | %{name: String.t(), url: String.t(), adapter: module(), options: map()}

Specs

t() :: %Snowhite.Modules.News.Feed{
  adapter: module(),
  name: String.t(),
  options: map(),
  url: String.t()
}

Link to this section Functions

Specs

new(init_arguments()) :: t()

Initialize a feed structure