Package-level declarations

Functions

Link copied to clipboard

Returns the current build ID.

Link copied to clipboard

Returns information about all dye colors in the game.

Link copied to clipboard

Returns information about continents.

Link copied to clipboard

Returns information about the events in the game.

Link copied to clipboard

Returns commonly requested in-game assets.

Link copied to clipboard

Returns information about a guild.

Link copied to clipboard

Returns information about a guild.

Link copied to clipboard
@JvmName(name = "gw2v1ItemDetails-Alias")
fun gw2v1ItemDetails(itemId: GW2ItemId, configure: RequestConfigurer? = null): RequestTemplate<GW2v1ItemDetails>

Returns information an item.

Link copied to clipboard

Returns the IDs of the available items.

Link copied to clipboard
@JvmName(name = "gw2v1MapFloor-Alias")
fun gw2v1MapFloor(continentId: GW2ContinentId, floorId: GW2FloorId, configure: RequestConfigurer? = null): RequestTemplate<GW2v1MapFloor>
fun gw2v1MapFloor(continentId: Int, floorId: Int, configure: RequestConfigurer? = null): RequestTemplate<GW2v1MapFloor>

Returns information about a map floor.

Link copied to clipboard

Returns information about maps.

Link copied to clipboard

Returns information about maps.

Link copied to clipboard
@JvmName(name = "gw2v1RecipeDetails-Alias")
fun gw2v1RecipeDetails(recipeId: GW2RecipeId, configure: RequestConfigurer? = null): RequestTemplate<GW2v1RecipeDetails>

Returns information about the recipes in the game.

Link copied to clipboard

Returns the IDs of the available recipes.

Link copied to clipboard
@JvmName(name = "gw2v1SkinDetails-Alias")
fun gw2v1SkinDetails(skinId: GW2SkinId, configure: RequestConfigurer? = null): RequestTemplate<GW2v1SkinDetails>

Returns information about the skins in the game.

Link copied to clipboard

Returns the IDs of the available skins.

Link copied to clipboard

Returns information about the available worlds (or servers).

Link copied to clipboard
@JvmName(name = "gw2v1WvWMatchDetails-Alias")
fun gw2v1WvWMatchDetails(matchId: GW2WvwMatchId, configure: RequestConfigurer? = null): RequestTemplate<GW2v1WvwMatchDetails>

Returns detailed information about a WvW match.

Link copied to clipboard

Returns information about WvW matches.

Link copied to clipboard

Returns information about the available WvW objectives.