towerstats.js
Preparing search index...
endpoints
Variable endpoints
Const
endpoints
:
{
badges
:
(
apiKey
:
string
,
id
:
number
,
badges
:
number
[]
,
apiRoutes
?:
RoutesConstructor
,
)
=>
Promise
<
BadgesResponse
>
;
followers
:
(
apiKey
:
string
,
id
:
number
,
apiRoutes
?:
RoutesConstructor
,
)
=>
Promise
<
FollowersResponse
>
;
following
:
(
apiKey
:
string
,
id
:
number
,
apiRoutes
?:
RoutesConstructor
,
)
=>
Promise
<
FollowingResponse
>
;
}
= ...
API endpoint functions.
Type Declaration
badges
:
(
apiKey
:
string
,
id
:
number
,
badges
:
number
[]
,
apiRoutes
?:
RoutesConstructor
,
)
=>
Promise
<
BadgesResponse
>
followers
:
(
apiKey
:
string
,
id
:
number
,
apiRoutes
?:
RoutesConstructor
,
)
=>
Promise
<
FollowersResponse
>
following
:
(
apiKey
:
string
,
id
:
number
,
apiRoutes
?:
RoutesConstructor
,
)
=>
Promise
<
FollowingResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
towerstats.js
Loading...
API endpoint functions.