Archivist v0.3.1 API Reference
Modules
The heart of Archivist is the Archive
module, which acts as a repository for
exposing query functions for articles, slugs, topics, etc. You can create an
Archive out of any Elixir module by using Archivist.Archive
like this
The core datatype for Archivist. Articles are broken into header and body/content parts then compiled into the %Archivist.Article{} struct.