We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our API needs to support the ability to Get Pokemon by Type
[ { id: 35, name: { english: "Clefairy", japanese: "ピッピ", chinese: "皮皮", french: "Mélofée" }, type: ["Fairy"], base: { HP: 70, Attack: 45, Defense: 48, "Sp. Attack": 60, "Sp. Defense": 65, Speed: 35 }, }, { id: 36, name: { english: "Clefable", japanese: "ピクシー", chinese: "皮可西", french: "Mélodelfe" }, type: ["Fairy"], ...
{ error: "Bad request" }
The text was updated successfully, but these errors were encountered:
Implement Get Pokemon By Type (Fix Issue developer-job-simulation#3)
36977dc
fixed: issues developer-job-simulation#1, developer-job-simulation#2 …
4005ed3
…and developer-job-simulation#3
Issue developer-job-simulation#3 Implemented
dde1683
developer-job-simulation#3 Get Pokemon by type
d95e323
No branches or pull requests
What you need to do
Our API needs to support the ability to Get Pokemon by Type
Expected behavior
The text was updated successfully, but these errors were encountered: