Commit graph

17 commits

Author SHA1 Message Date
KT
24011870ea feat: Update v2 API field aliases to match raw field names, keeping model names unchanged. 2023-10-17 20:20:08 +08:00
KT
6c6b02cff3 feat: Add fields to character trace tree info:
- anchor: position of trace tree point.
- max_level: max level of trace tree point.
- parent: preceding point of trace tree point.
2023-08-14 21:34:13 +08:00
KT
fb7ab6f5e7 fix: Swap aliases for memory_of_chaos_id/memory_of_chaos
Swapped the aliases for memory_of_chaos_id and memory_of_chaos to reflect the correct mapping in the ForgottenHall class.
2023-08-14 20:03:19 +08:00
seria_ati
c1f5b80b56
fix: simplified chinese returning inconsistent results 2023-06-16 11:22:45 +08:00
KT
bfd5e08aab fix: Decompose space_info & add friend_count 2023-06-13 19:54:22 +08:00
KT
2d1b9b23af feat: Add count and step of sub affixes
Other changes:
Relic attritube
- main_property -> main_affix
- sub_properties -> sub_affixes
2023-06-11 23:04:02 +08:00
KT
4d74afe8d7 chore: Bump pyproject version to 1.1.2 2023-06-11 09:16:38 +08:00
KT
a5c884aa0b refactor: Adjust model class position 2023-06-10 22:47:57 +08:00
KT
aa9093e28d feat: Update character attribute.
- rank_icons
- icon &  num of relic_sets
- skill_trees
2023-06-10 22:38:50 +08:00
KT
b43884fa5b feat: Add max_level property
Add max_level property to character and light cone.
2023-06-10 13:25:36 +08:00
KT
2fd4d7e2e0 feat: Add replace_icon_name_with_url param
Add the replace_icon_name_with_url parameter to
the client's fetch_user and fetch_user_v1 methods.
2023-06-10 10:36:34 +08:00
KT
4a892d213b feat: Update to version 1.1
- Add UserNotFound and InvalidParams exception.
- The API has changed its data format.
- Updated the model to accommodate the new format.
- Old format models have been moved to "models.v1".
- Use the "fetch_user_v1" function to retrieve data in the old format.
2023-06-08 22:03:47 +08:00
KT
8dcd3b62be docs: add examples and update README.md 2023-06-03 11:14:58 +08:00
KT
2894966b6c fix(character): check type before access
Check type before access relic's values in validator.
2023-06-03 11:14:15 +08:00
KT
2137332b7e chore: add tools to __init__ 2023-05-29 19:56:26 +08:00
KT
c433b5d845 feat: Add data merging functionality to the tools
Added the following functions:
- remove_duplicate_character
- merge_character_data
2023-05-29 19:24:40 +08:00
KT
dcd09ee97e first commit 2023-05-28 21:13:13 +08:00