Skip to content

Commit 4ae0036

Browse files
author
jetsaii
committed
Update README
1 parent 994d960 commit 4ae0036

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,18 @@ Hitting the endpoint with your username returns the following statistics in the
3030
```
3131
{
3232
"status": "success",
33-
"message": "retrieved"
34-
"totalSolved": 360
35-
"easySolved": 146
36-
"totalEasy": 458
37-
"mediumSolved": 196
38-
"totalMedium": 904
39-
"hardSolved": 21
40-
"totalHard": 368
41-
"acceptanceRate": 50.9
42-
"ranking": 47657
43-
"contributionPoints": 2534
33+
"message": "retrieved",
34+
"totalSolved": 360,
35+
"totalQuestions": 1735,
36+
"easySolved": 146,
37+
"totalEasy": 458,
38+
"mediumSolved": 196,
39+
"totalMedium": 904,
40+
"hardSolved": 21,
41+
"totalHard": 368,
42+
"acceptanceRate": 50.92,
43+
"ranking": 47657,
44+
"contributionPoints": 2534,
4445
"reputation": 1
4546
}
4647
```

0 commit comments

Comments
 (0)