Crate ezomyte [] [src]

Path of Exile API client

Usage

See the crate README for usage information.

Modules

currency

Currency types.

Structs

Batched

Wrapper around entries that come from the API in batches.

Client

Client interface for interacting with Path of Exile API.

Experience

Experience gained by a gem.

Item

A tradeable item in Path of Exile.

ItemSockets

Sockets an item has, if any.

League

Main league in Path of Exile.

LeagueRules

Interface for accessing league rules information.

Leagues

Interface for accessing league information.

Mod

A single item mod occurrence.

Price

Price of an item in a particular Currency.

Properties

Container for miscellaneous item properties. These are commonly obtained from the "properties" JSON array in the stash tabs API response.

PvpMatches

Interface for accessing PvP matches information.

Quality

Quality of an item as a numeric percentage value.

SocketGroup

A group of linked sockets on an item.

Stash

Stash tab returned by the API.

StashedItem

Item placed in a stash tab.

Stashes

Interface for accessing the public stashes.

Enums

AccessoryType

Type of an accessory item.

ArmourType

Type of an armor.

Color

A color of an gem or socket.

Currency

Currency item used for trading.

Error

Error type emitted by the crate.

Influence

War for the Atlas influence on the item.

ItemCategory

Category of an item.

ItemDetails

Details of the particular items, if known.

JewelType

Type of a jewel.

Label

Label (note) for an item or stash tab.

ModType

Type of an item mod.

ParseLeagueError

Error while converting a string league name to League type.

Quasi

Quasi-equivalent wrapper over a deserialized type.

Rarity

Rarity of an item.

Requirement

A particular kind of requirement that a character must satisfy in order to use an item.

StashType

Type of the stash tab returned by the API.

WeaponType

Type of a weapon.

Constants

DEFAULT_API_ROOT

Default root URL for the Path of Exile API.

Type Definitions

Future

Type of futures produced by the client.

Stream

Stream type returned by various API methods.