Search
Preparing search index...
The search index is not available
osu-collector-node
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
osu-collector-node
Routes
Class Routes
Hierarchy
Routes
Index
Constructors
constructor
Properties
#base
Url
#end
Point
Accessors
api
Base
Url
metadata
user
List
Methods
get
Collection
get
User
me
Constructors
constructor
new
Routes
(
)
:
Routes
Returns
Routes
Properties
Static
Private
Readonly
#base
Url
#base
Url
:
"https://osucollector.com/api/"
= "https://osucollector.com/api/"
Static
Private
Readonly
#end
Point
#end
Point
:
{
collections
:
string
;
me
:
string
;
metadata
:
string
;
users
:
string
}
= ...
Type declaration
collections
:
string
me
:
string
metadata
:
string
users
:
string
Accessors
Static
api
Base
Url
get
apiBaseUrl
(
)
:
string
Returns
string
Static
metadata
get
metadata
(
)
:
string
Returns
string
Static
user
List
get
userList
(
)
:
string
Returns
string
Methods
Static
get
Collection
get
Collection
(
options
?:
{
id
?:
number
;
route
?:
CollectionRouteType
}
)
:
string
Parameters
options:
{
id
?:
number
;
route
?:
CollectionRouteType
}
= {}
Optional
id
?:
number
Optional
route
?:
CollectionRouteType
Returns
string
Static
get
User
get
User
(
id
:
number
, option
?:
{
route
?:
UserRouteType
}
)
:
string
Parameters
id:
number
option:
{
route
?:
UserRouteType
}
= {}
Optional
route
?:
UserRouteType
Returns
string
Static
me
me
(
option
?:
{
route
?:
"twitchSub"
}
)
:
string
Parameters
option:
{
route
?:
"twitchSub"
}
= {}
Optional
route
?:
"twitchSub"
Returns
string
Exports
Routes
constructor
#base
Url
#end
Point
api
Base
Url
metadata
user
List
get
Collection
get
User
me
Generated using
TypeDoc