devtopull

Handle meta information related to pulling articles from Dev.to

Members

Functions

devArticles
const(ArticleMe)[] devArticles(uint page)
Undocumented in source. Be warned that the author may not have intended to support it.
devtoMyArticles
DevToRange devtoMyArticles()
Undocumented in source. Be warned that the author may not have intended to support it.
isNewerArticle
auto isNewerArticle(ArticleMe am, PullState ps)

Determine if an article is newer than the last PullState.

readLastPull
PullState readLastPull(string filename)

Deserializes file into the PullState structure

saveLastPull
void saveLastPull(PullState ps, string filename)

Serializes PullState structure into file

Structs

DevToRange
struct DevToRange
Undocumented in source.
PullState
struct PullState

Provides information about the last execution to pull.

Variables

dtv
DevToRange dtv;
Undocumented in source.
dtv
DevToRange dtv;
Undocumented in source.

Meta