yatta

An async API wrapper for hsr.yatta.top written in Python.

GPL-3.0 License

Downloads
68
Stars
4

Bot releases are hidden (Show)

yatta -

Published by seriaati 10 months ago

1.1.1 - 2024-01-06

Bug Fixes

  • Fix wrong field names in pydantic decorators - (7078008)
  • Fix conversion error in story field of ItemDetail - (11d3f17)
  • Fix missing alias in voice_actors field of CharacterInfo - (0449d62)
yatta -

Published by seriaati 10 months ago

1.1.0 - 2024-01-05

Bug Fixes

  • Fix icon url in Book and BookDetail - (c38e8be)

Features

  • Add fetch_manual_avatar - (9569986)
  • Add medium_icon and large_icon to CharacterDetail - (50fdc0e)
  • Add medium_icon and large_icon to Character - (40ab098)
  • Add medium_icon and large_icon to LightCone and LightConeDetail - (4ade147)
  • Add round_icon attribute to Character and CharacterDetail - (fb7e3aa)

Refactoring

  • [breaking]Rename CharacterCV to VoiceActor and cv to voice_actors in CharacterInfo - (e61abbe)
  • Rename Type to CharacterDetailType - (5177a9c)
  • [breaking]Rename fields and classes related to changelog - (4375b18)
yatta -

Published by seriaati 11 months ago

1.0.1 - 2023-12-03

Bug Fixes

  • move exceptions.py to package folder - (96d6cd1)
  • Update params data type to use List[float] instead of List[int] - (c3847c1)
  • Fix light cone model dictionary keys - (1f5a550)

Documentation

Refactoring

  • Refactor test function names and add new test case for invalid ID - (9232a8c)
yatta -

Published by seriaati 11 months ago

Initial release