stats
This commit is contained in:
parent
2465b4aa7b
commit
dd1aa8c7d6
17 changed files with 462 additions and 2 deletions
|
@ -69,6 +69,9 @@ const endpoints: Endpoint[] = [
|
|||
{
|
||||
name: 'meta'
|
||||
},
|
||||
{
|
||||
name: 'stats'
|
||||
},
|
||||
{
|
||||
name: 'username/available'
|
||||
},
|
||||
|
@ -109,6 +112,12 @@ const endpoints: Endpoint[] = [
|
|||
withCredential: true,
|
||||
secure: true
|
||||
},
|
||||
{
|
||||
name: 'aggregation/posts',
|
||||
},
|
||||
{
|
||||
name: 'aggregation/users',
|
||||
},
|
||||
{
|
||||
name: 'aggregation/users/activity',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue