devto.api

This module provides had written structures for https://docs.dev.to/api/ and additional parsing methods.

The structures may not reflect the complete data returned by the API as this will help on the items important to this application.

Members

Functions

meArticles
auto meArticles(const Json resData)

Deserialize a Json Blob into an array of ArticleMe.

Structs

ArticleCreate
struct ArticleCreate

Article Structure defining data for creating an article on the Create endpoint.

ArticleMe
struct ArticleMe

Article structure returned when getting articles from the Me endpoint.

Meta