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