pacexy / poro

API of Leaguepedia and League of Legends
MIT License
18 stars 2 forks source link

Alias support for fields #38

Open xadamxk opened 2 years ago

xadamxk commented 2 years ago

Often times an alias is required for fields. Example: Wanting team codes (Teams.Short) for ScoreboardGames.Team1 and ScoreboardGames.Team2

Example: Teams.Short=blueTriCode

Is this possible with the URl generation implementation?