Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the find method of the Card model. (#12)
Currently the find method returns a set of multiple cards, because currently the endpoint is looked up with `cards?id=<id>`. The [documentation](https://docs.pokemontcg.io/api-reference/cards/get-card) states that the endpoint is `cards/<id>`. This change has the same behavior as the find method on the Sets model.
- Loading branch information