Example of showing how to pull and manipulate data from an api using C#.
Output:
---------------------
Pokemon: bulbasaur
Weight: 69
Height: 7
Moves:
* razor-wind
* swords-dance
* cut
* bind
* vine-whip
and 81 others...
---------------------
Pokemon: ivysaur
Weight: 130
Height: 10
Moves:
* swords-dance
* cut
* bind
* vine-whip
* headbutt
and 78 others...
---------------------
Pokemon: venusaur
Weight: 1000
Height: 20
Moves:
* swords-dance
* cut
* bind
* vine-whip
* headbutt
and 91 others...
---------------------
Pokemon: charmander
Weight: 85
Height: 6
Moves:
* mega-punch
* fire-punch
* thunder-punch
* scratch
* swords-dance
and 100 others...
---------------------
Pokemon: charmeleon
Weight: 190
Height: 11
Moves:
* mega-punch
* fire-punch
* thunder-punch
* scratch
* swords-dance
and 98 others...