examples/DataDragonAPI/README.md
# Examples
Here you can check out some usage examples of DataDragon library.
## Profile icons
- [Display profile icon by ProfileIconID](https://github.com/dolejska-daniel/riot-api/blob/master/examples/DataDragonAPI/ProfileIcons/getProfileIconById.php)
## Champion assets
### Splashes
- [Display champion splash art by ChampionKey](https://github.com/dolejska-daniel/riot-api/blob/master/examples/DataDragonAPI/ChampionAssets/getChampionSplash.php)
- [Display champion splash art by ChampionID (via API object)](https://github.com/dolejska-daniel/riot-api/blob/master/examples/DataDragonAPI/ChampionAssets/getChampionSplash_api.php)
### Loading
- [Display champion loading screen art by ChampionKey](https://github.com/dolejska-daniel/riot-api/blob/master/examples/DataDragonAPI/ChampionAssets/getChampionLoading.php)
- [Display champion loading screen art by ChampionID (via API object)](https://github.com/dolejska-daniel/riot-api/blob/master/examples/DataDragonAPI/ChampionAssets/getChampionLoading_api.php)
### Icon
- [Display champion icon by ChampionKey](https://github.com/dolejska-daniel/riot-api/blob/master/examples/DataDragonAPI/ChampionAssets/getChampionLoading.php)
- [Display champion icon by ChampionID (via API object)](https://github.com/dolejska-daniel/riot-api/blob/master/examples/DataDragonAPI/ChampionAssets/getChampionLoading_api.php)
## Sprites
_TBA._
## Spell icons
### Summoner spells
_TBA._
### Champion spells
_TBA._
## Item icons
_TBA._
## Mastery icons
_TBA._
## Rune icons
_TBA._
## Minimap assets
_TBA._
## Scoreboard icons
_TBA._