Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 848 Bytes

File metadata and controls

22 lines (15 loc) · 848 Bytes

Tutorials

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

When To Use The Notebook

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