Newsie v0.1.0 Newsie.Article View Source
A news article
Link to this section Summary
Link to this section Types
Specs
t() :: %Newsie.Article{ author: String.t() | nil, content: String.t(), date: DateTime.t() | nil, description: String.t() | nil, image_url: String.t() | nil, language: Newsie.Languages.code2() | nil, source_name: String.t() | nil, structured_content: String.t() | nil, title: String.t(), url: String.t() }