Skip to content

@mcsb/framework / Exports / HypixelEndpoint

Class: HypixelEndpoint

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new HypixelEndpoint(api)

Parameters

NameType
apiHypixelAPI

Overrides

Endpoint.constructor

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

NameType
reqRequest

Returns

Promise<Response>

Inherited from

Endpoint.handle

Defined in

Endpoint.ts:5

Released under the MIT License.