Skip to content

Commit 2c0f14c

Browse files
committed
friend_since, tier in User Info + boosted_at in Article Info
1 parent 359cae9 commit 2c0f14c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/paths/article_info.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ get:
2020
- Published date and time
2121
2222
- Last Modified date and time
23+
24+
- Boosted date and time
2325
2426
- Clap Count
2527
@@ -143,6 +145,10 @@ get:
143145
type: string
144146
description: Date and time when the article was last modified.
145147
example: "2023-06-20 06:37:11"
148+
boosted_at:
149+
type: string
150+
description: Date and time when the article was Boosted.
151+
example: "2023-06-21 08:02:54"
146152
unique_slug:
147153
type: string
148154
description: Unique slug assigned to the article.

src/paths/user_info.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ get:
1111
- Full name
1212
1313
- Bio
14+
15+
- Tier (FREE, MEMBER or FRIEND)
1416
1517
- Followers count
1618
@@ -31,6 +33,8 @@ get:
3133
- List of tags in which the user is Top Writer
3234
3335
- When did the user become a Medium Member (conditional)
36+
37+
- When did the user become "Friend of Medium" (conditional)
3438
3539
- Whether the user has Lists (boolean)
3640
@@ -77,6 +81,10 @@ get:
7781
type: string
7882
description: A short description about the user.
7983
example: Obsessed with Tech Biz Arts & Words; Does NOT dumb down the writing; Skilled Wordsmith; Delivers the best
84+
tier:
85+
type: string
86+
description: Tier of the user. It can be FREE, MEMBER or FRIEND.
87+
example: FRIEND
8088
top_writer_in:
8189
type: array
8290
description: List of tags in which the user is a Top Writer.
@@ -126,6 +134,10 @@ get:
126134
type: string
127135
description: Date when the user became a Medium Member.
128136
example: "2020-06-24 16:05:46"
137+
friend_since:
138+
type: string
139+
description: Date when the user became "Friend of Medium".
140+
example: "2024-01-10 12:30:21"
129141
image_url:
130142
type: string
131143
description: Profile image of the user (URL).

0 commit comments

Comments
 (0)