pokeapi-typescript icon indicating copy to clipboard operation
pokeapi-typescript copied to clipboard

Typescript SDK for PokeAPI (https://pokeapi.co)

Results 1 pokeapi-typescript issues
Sort by recently updated
recently updated
newest added

## Problem Description The validation in `listAll` has two issues: 1. `_isListT` incorrectly expects a direct array instead of the API's object-with-`results` structure 2. `_isT` checks for `id` and `name`...