devtopull

Handle meta information related to pulling articles from Dev.to

Members

Functions

isNewerArticle
auto isNewerArticle(const ArticleMe am, const 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(const PullState ps, string filename)

Serializes PullState structure into file

Structs

PullState
struct PullState

Provides information about the last execution to pull.

Meta