Fiet v0.3.0 Fiet.Atom.Entry View Source
Link to this section Summary
Link to this section Types
Specs
t() :: %Fiet.Atom.Entry{
authors: [Fiet.Atom.Person.t()],
categories: [Fiet.Atom.Category.t()],
content: {:text | :html, title :: binary()} | nil,
contributors: [Fiet.Atom.Person.t()],
id: binary() | nil,
links: [Fiet.Atom.Link.t()],
published: binary() | nil,
rights: {:text | :html, title :: binary()} | nil,
summary: {:text | :html, title :: binary()} | nil,
title: {:text | :html, title :: binary()} | nil,
updated: term()
}