Overview:
As I have been learning more about leveraging PowerShell and APIs, I decided to work on some fun side projects to put what I learned into action. While I am still quite new to the APIs, this was a fun challenge, and I will be releasing a few more after this initial post, which I will link to this article. All source code can be found on my GitHub
FanartTV PowerShell Wrapper:
I published this module to the PowerShell Galery called PokeDexAPI, which interacts with the PokeDex API.
- Details & documentation are located on my GitHub under the PokeDex-PowerShellWrapper repo.
Get-PokeDex
Get-PokeDexPokemon -slug 151
Pingback: PowerShell: FanartTV PowerShell Wrapper - Celerium