Expand description
An unofficial client library for the Escape from Tarkov (EFT) API.
To get started, login to EFT with Tarkov::login
, from_access_token
, or from_session
.
Additionally, on a new session, a profile must be selected with select_profile
before continuing.
Once authenticated, the resulting value can be used to make further API requests.
See Tarkov for a list of available methods.
For examples, see the examples
directory in the source tree.
Modules§
- auth
- Structs for authentication.
- constant
- Structs for game constants API.
- friend
- Structs for the Friend API.
- hwid
- Helper functions for hardware ID.
- inventory
- Structs for inventory and items.
- market_
filter - Flea market search helpers.
- profile
- Structs for the Profile API.
- ragfair
- Structs for the Flea Market (Ragfair) API.
- trading
- Structs for the Trading API.
Structs§
- Tarkov
- Client for the EFT API.
Enums§
- Error
- Common error enum returned by most functions.
Type Aliases§
- Result
Result
alias type.