mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Updated API Docs (markdown)
parent
73a0188446
commit
18f81797c8
1 changed files with 4 additions and 2 deletions
|
@ -302,14 +302,16 @@ __________________________________________________________________
|
|||
**Input**:
|
||||
```
|
||||
{
|
||||
Nothing
|
||||
"countContributingUsers": boolean //Optional, default false
|
||||
}
|
||||
```
|
||||
|
||||
**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,
|
||||
totalSubmissions: int,
|
||||
minutesSaved: float
|
||||
|
|
Loading…
Reference in a new issue