Updated API Docs (markdown)

Ajay Ramachandran
2021-03-11 18:42:17 -05:00
parent 73a0188446
commit 18f81797c8

@@ -302,14 +302,16 @@ __________________________________________________________________
**Input**: **Input**:
``` ```
{ {
Nothing "countContributingUsers": boolean //Optional, default false
} }
``` ```
**Response**: **Response**:
``` ```
{ {
userCount: int, userCount: int, // Only if countContributingUsers was true
activeUsers: int, // Sum of public install stats from Chrome webstore and Firefox addons store
apiUsers: int, // 48-hour active API users (https://github.com/ajayyy/PrivacyUserCount)
viewCount: int, viewCount: int,
totalSubmissions: int, totalSubmissions: int,
minutesSaved: float minutesSaved: float