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.
Construct a Meta article from ArticleMe.
Convert Meta data into ArticleCreate.
See Implementation
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.