The repository includes a notebook walkthrough at notebooks/valorant_assets_api_tutorial.ipynb.
Use the notebook when you want guided exploration rather than quick lookup. It currently walks through:
- installation and import
- client construction and cache-related options
- list and UUID-based retrieval patterns
- name helpers and localization
- convenience helpers such as active events and current season
- typed model access and broader API exploration
Open the notebook if you want to learn the wrapper interactively, copy working examples into an experiment, or see multiple workflows in one place.
Stay in the Markdown docs if you want:
- a fast onboarding path
- concise usage guidance
- generated API lookup without stepping through cells