@mcsb/framework / Exports / HypixelPlayerEndpoint
Class: HypixelPlayerEndpoint
Hierarchy
↳
HypixelPlayerEndpoint
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new HypixelPlayerEndpoint(api
)
Parameters
Name | Type |
---|---|
api | HypixelAPI |
Overrides
Defined in
bundled/hypixel/endpoints/HypixelPlayerEndpoint.ts:5
Properties
api
• Protected
Readonly
api: HypixelAPI
Inherited from
Defined in
bundled/hypixel/HypixelEndpoint.ts:5
Methods
handle
▸ handle(req
): Promise
<Response
>
Parameters
Name | Type |
---|---|
req | Request |
Returns
Promise
<Response
>