ArticleMe

Article structure returned when getting articles from the Me endpoint.

struct ArticleMe {
@optional
string type_of;
@optional
int id;
@optional
string title;
@optional
string description;
@optional
string cover_image;
@optional
bool published;
@optional
SysTime published_timestamp;
@optional
string[] tag_list;
@optional
string canonical_url;
@optional
string body_markdown;
@optional
string slug;
}

Meta