Preparing search index...
The search index is not available
lootex - v0.2.0
lootex
api/endpoints/explore
createExploreEndpoints
Function createExploreEndpoints
create
Explore
Endpoints
(
request
)
:
{
accounts
:
(
(
params
:
GetAccountsParams
)
=>
Promise
<
GetAccountsResponse
>
)
;
assets
:
(
(
params
:
GetAssetsParams
)
=>
Promise
<
GetAssetsResponse
>
)
;
collections
:
(
(
params
:
Partial
<
GetCollectionsParams
>
)
=>
Promise
<
GetCollectionsResponse
>
)
;
dailyAssets
:
(
(
)
=>
Promise
<
ExploreDailyAssetsResponse
>
)
;
games
:
(
(
params
:
GetGamesParams
)
=>
Promise
<
GetGamesResponse
>
)
;
}
Parameters
request
:
(
<
ResponseBody
>
(
__namedParameters
:
RequestOptions
)
=>
Promise
<
ResponseBody
>
)
<
ResponseBody
>
(
__namedParameters
)
:
Promise
<
ResponseBody
>
Type Parameters
ResponseBody
Parameters
__namedParameters
:
RequestOptions
Returns
Promise
<
ResponseBody
>
Returns
{
accounts
:
(
(
params
:
GetAccountsParams
)
=>
Promise
<
GetAccountsResponse
>
)
;
assets
:
(
(
params
:
GetAssetsParams
)
=>
Promise
<
GetAssetsResponse
>
)
;
collections
:
(
(
params
:
Partial
<
GetCollectionsParams
>
)
=>
Promise
<
GetCollectionsResponse
>
)
;
dailyAssets
:
(
(
)
=>
Promise
<
ExploreDailyAssetsResponse
>
)
;
games
:
(
(
params
:
GetGamesParams
)
=>
Promise
<
GetGamesResponse
>
)
;
}
accounts
:
(
(
params
:
GetAccountsParams
)
=>
Promise
<
GetAccountsResponse
>
)
(
params
)
:
Promise
<
GetAccountsResponse
>
Parameters
params
:
GetAccountsParams
Returns
Promise
<
GetAccountsResponse
>
assets
:
(
(
params
:
GetAssetsParams
)
=>
Promise
<
GetAssetsResponse
>
)
(
params
)
:
Promise
<
GetAssetsResponse
>
Parameters
params
:
GetAssetsParams
Returns
Promise
<
GetAssetsResponse
>
collections
:
(
(
params
:
Partial
<
GetCollectionsParams
>
)
=>
Promise
<
GetCollectionsResponse
>
)
(
params
)
:
Promise
<
GetCollectionsResponse
>
Parameters
params
:
Partial
<
GetCollectionsParams
>
Returns
Promise
<
GetCollectionsResponse
>
daily
Assets
:
(
(
)
=>
Promise
<
ExploreDailyAssetsResponse
>
)
(
)
:
Promise
<
ExploreDailyAssetsResponse
>
Returns
Promise
<
ExploreDailyAssetsResponse
>
games
:
(
(
params
:
GetGamesParams
)
=>
Promise
<
GetGamesResponse
>
)
(
params
)
:
Promise
<
GetGamesResponse
>
Parameters
params
:
GetGamesParams
Returns
Promise
<
GetGamesResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
lootex - v0.2.0
Loading...