genshindev / api

A fan-made Genshin Impact API for easy access to game data.
https://genshin.jmp.blue
Open Software License 3.0
714 stars 197 forks source link

Inconsistency in case types( camelCase and snake_case) in characters api #281

Open Thiru-kumaran-R opened 5 months ago

Thiru-kumaran-R commented 5 months ago

Most of the variables in the JSON file for characters use camel casing for their naming convention, except for two variables (vision_key and weapon_type) which use snake casing.

Screenshot 2024-06-05 at 4 42 05 PM Screenshot 2024-06-05 at 4 42 14 PM
Thiru-kumaran-R commented 5 months ago

let me solve this issue.