Represents an endpoint that can be used to type request and response bodies.
All endpoints used by the Among Us HTTP matchmaker.
Used by the game to find the server that a lobby is hosted on.
The game code of the lobby to find the server for.
The server that the lobby is hosted on.
Used to find a valid server that the client can connect to in order to host a game.
A server that the client can host a game on.
Used to get the matchmaking token for the server.
A matchmaking token to use while connecting.
Request a short list of games that the client is able to connect to, filtered by certain parameters
Map bitfield of games to find.
The language of games to find.
The chat mode of games to find.
Crossplay bitfield for platforms to find.
The number of impostors of games to find.
Games that the client can connect to, given the parameters.
Generated using TypeDoc
@skeldjs/matchmaking
This package contains a way to search for games hosted locally for the SkeldJS client. While you can install it on its own with
npm install --save @skeldjs/matchmaking
oryarn add @skeldjs/matchmaking
, it is one package of a bigger project, skeldjs.