Fiet v0.2.2 Fiet.Feed View Source

A unified format for all the feeds supported by Fiet.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Fiet.Feed{
  categories: [binary()],
  description: binary() | nil,
  items: [Fiet.Item.t()],
  link: binary() | nil,
  title: binary() | nil,
  updated_at: binary() | nil
}