Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.19 KB

File metadata and controls

29 lines (26 loc) · 1.19 KB

# ArticleMe

Properties

Name Type Description Notes
typeOf string
id int
title string
description string
coverImage string
published bool
publishedAt \DateTime
tagList string[]
slug string
path string
url string
canonicalUrl string
commentsCount int
positiveReactionsCount int
publicReactionsCount int
pageViewsCount int
publishedTimestamp \DateTime Crossposting or published date time
bodyMarkdown string The body of the article in Markdown format
user \Bitween\DevTo\Model\SharedUser
organization \Bitween\DevTo\Model\SharedOrganization [optional]
flareTag \Bitween\DevTo\Model\ArticleFlareTag [optional]

[Back to Model list] [Back to API list] [Back to README]