pokemon_tcg

Creator: coderz1093

Last updated:

0 purchases

pokemon_tcg Image
pokemon_tcg Images
Add to Cart

Description:

pokemon tcg

pokemon_tcg #
The official Dart SDK for the Pokemon TCG Developers API. An API key is required to use.
Usage #

Sign up for a Pokemon TCG Developers account at https://pokemontcg.io/ and get your API key
Import this package
Initialize the API:

final api = PokemonTcgApi(apiKey: 'your_api_key');
copied to clipboard

Use according to your needs

Note: When using getCards() and getCardsForSet() you should use the PaginatedPokemonCards class.
Available functions: #

getCards()
getCardsForSet('set_id')
getCard('card_id') // example 'xy7-54'
getSets()
getSet('set_id') // example: 'swsh5'
getTypes()
getSubtypes()
getSupertypes()
getRarities()

Roadmap 🚀 #

✅ /sets
✅ /sets/:id
✅ /cards
✅ /cards/:id
✅ /types
✅ /subtypes
✅ /supertypes
✅ /rarities

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.