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.