PokemonAPI
PokemonAPI copied to clipboard
Pokeapi wrapper, written in Swift
Fixes incorrect class type used for VersionGroup inside Version class. ``` open class PKMVersion: Codable, SelfDecodable { /// The identifier for this version resource open var id: Int? /// The...
Noticed typo whilst recently working with the PokemonAPI package. PKMClainLink -> PKMChainLink
Currently in version 6.1.1, it is pointing to the incorrect API enum, and therefore incorrect endpoint, when we call `fetchVersion` which is currently using 'Generation'. See below for the incorrect...
Of the data in the class PKMitemHolderPokemonVersionDetail, the "rarity" data actually gives a value of Int form, but the "jsonParsingError" error appears when trying to decode it as string within...
Of the data in the class PKMitemHolderPokemonVersionDetail, the "rarity" data actually gives a value of Int form, but the "jsonParsingError" error appears when trying to decode it as string within...