1.0.32 • Published 2 years ago
typepixel v1.0.32
TypePixel
JavaScript library built on Typescript to better manage data received from Hypixel API endpoints.
API
Client(config)
configJS Object with options to change how client acts.
Constructs a new Client. This allows you to run API requests that will return their typescript counterparts and without the mess of handling it yourself.
getUserProfiles
uuidMojang created UUIDparamsJS Object with parameters that allow you to change the returning object.justGetIdentifiersOption to just return profile_id, cute_name, game_mode, and if it's selected.Defaults to falseconstructItemsAllows the API to convert item_bytes into items on backpacks, etc.Defaults to truekeepItemBytesWhether or not to return the item_bytes key.Defaults to falsereadableNamesConverts items like ink_sack_4 to Lapis or Cocoa Beans, ender_stone to end_stone.Defaults to true
- returns:
Profile[]
Requires an API Hypixel key
getAuctions
pageinteger page number,Defaults to 0convertItemBytesConverts item_bytes to itemDefaults to false- returns:
{
type: string,
page?: number,
total_pages?: number,
total_auctions?: number,
last_updated?: number,
message: string,
auctions: Auction[]
}Does not require an API key
getEndedAuctions
convertItemBytesConverts item_bytes to itemDefaults to false
Grabs auctions ended in the past 60 seconds. Does not require an API Key
- returns:
{
type: string,
last_updated?: number,
message: string,
auctions: EndedAuction[]
}1.0.2
3 years ago
1.0.19
3 years ago
1.0.18
3 years ago
1.0.17
3 years ago
1.0.16
3 years ago
1.0.22
3 years ago
1.0.21
3 years ago
1.0.26
3 years ago
1.0.25
3 years ago
1.0.24
3 years ago
1.0.23
3 years ago
1.0.29
3 years ago
1.0.28
3 years ago
1.0.27
3 years ago
1.0.32
2 years ago
1.0.31
2 years ago
1.0.30
2 years ago
1.0.15
3 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.12
3 years ago
1.0.11
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago