PokemonTCG Module

Description

This PowerShell module acts as a wrapper for the PokemonTCG API.

PokemonTCG Cmdlets

Add-PokemonTCGApiKey

Sets the PokemonTCG API key

Add-PokemonTCGBaseURI

Sets the base URI for the PokemonTCG API

ConvertTo-PokemonTCGQueryString

Converts uri filter parameters

Export-PokemonTCGModuleSettings

Exports the PokemonTCG BaseURI, API, & JSON configuration information to file

Get-PokemonTCGApiKey

Gets the PokemonTCG API key

Get-PokemonTCGBaseURI

Shows the PokemonTCG base URI global variable

Get-PokemonTCGCard

Gets PokemonTCG cards

Get-PokemonTCGModuleSettings

Gets the saved PokemonTCG configuration settings

Get-PokemonTCGRarity

Gets PokemonTCG rarities

Get-PokemonTCGSet

Gets PokemonTCG sets

Get-PokemonTCGSubtype

Gets PokemonTCG Subtypes

Get-PokemonTCGSupertype

Gets PokemonTCG Supertypes

Get-PokemonTCGType

Gets PokemonTCG types

Import-PokemonTCGModuleSettings

Imports the PokemonTCG BaseURI, API, & JSON configuration information to the current session

Invoke-PokemonTCGRequest

Makes an API request

Remove-PokemonTCGApiKey

Removes the PokemonTCG API key

Remove-PokemonTCGBaseURI

Removes the PokemonTCG base URI global variable

Remove-PokemonTCGModuleSettings

Removes the stored PokemonTCG configuration folder

Test-PokemonTCGApiKey

Test the PokemonTCG API key