Skip to content

@mcsb/framework / Exports / HypixelPlayerEndpoint

Class: HypixelPlayerEndpoint

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new HypixelPlayerEndpoint(api)

Parameters

NameType
apiHypixelAPI

Overrides

HypixelEndpoint.constructor

Defined in

bundled/hypixel/endpoints/HypixelPlayerEndpoint.ts:5

Properties

api

Protected Readonly api: HypixelAPI

Inherited from

HypixelEndpoint.api

Defined in

bundled/hypixel/HypixelEndpoint.ts:5

Methods

handle

handle(req): Promise<Response>

Parameters

NameType
reqRequest

Returns

Promise<Response>

Overrides

HypixelEndpoint.handle

Defined in

bundled/hypixel/endpoints/HypixelPlayerEndpoint.ts:9

Released under the MIT License.