Fiet v0.2.2 Fiet.Atom.Feed View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Fiet.Atom.Feed{
  authors: [Fiet.Atom.Person.t()],
  categories: [Fiet.Atom.Category.t()],
  contributors: [Fiet.Atom.Person.t()],
  entries: [Fiet.Atom.Entry.t()],
  generator: Fiet.Atom.Generator.t() | nil,
  icon: binary() | nil,
  id: binary() | nil,
  link: Fiet.Atom.Link.t() | nil,
  logo: binary() | nil,
  rights: {:text | :html, title :: binary()} | nil,
  subtitle: {:text | :html, title :: binary()} | nil,
  title: {:text | :html, title :: binary()} | nil,
  updated: binary() | nil
}