ArticleMeta

This is the structure used to store article meta data as Json to disk.

This content is pimarily defined from the devto API, where content_file is a separate field used to define the relative filesystem location of the markdown file to the meta file.

Constructors

this
this(ArticleMe me)

Construct a Meta article from ArticleMe.

Members

Functions

opCast
T opCast()

Convert Meta data into ArticleCreate.

Variables

canonical_url
string canonical_url;
Undocumented in source.
content_file
string content_file;
Undocumented in source.
description
string description;
Undocumented in source.
id
int id;
Undocumented in source.
main_image
string main_image;
Undocumented in source.
organization_id
int organization_id;
Undocumented in source.
published
bool published;
Undocumented in source.
series
string series;
Undocumented in source.
slug
string slug;
Undocumented in source.
tags
const(string)[] tags;
Undocumented in source.
title
string title;
Undocumented in source.
type_of
string type_of;
Undocumented in source.

Meta