We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667e213 commit c0c687eCopy full SHA for c0c687e
src/paths/article_info.yml
@@ -28,6 +28,10 @@ get:
28
- Voter Count
29
30
- Word Count
31
+
32
+ - Views
33
34
+ - Reads
35
36
- Response Count
37
@@ -121,6 +125,16 @@ get:
121
125
format: int32
122
126
description: Number of people who clapped on the article.
123
127
example: 141
128
+ views:
129
+ type: integer
130
+ format: int32
131
+ description: Number of views on the article.
132
+ example: 1000
133
+ reads:
134
135
136
+ description: Number of reads on the article.
137
+ example: 800
124
138
is_series:
139
type: boolean
140
description: Whether the article is part of a series or not.
0 commit comments