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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Our API needs to support the ability to get a Pokemon by Name
{ id: 151, name: { english: "Mew", japanese: "ミュウ", chinese: "梦幻", french: "Mew" }, type: ["Psychic"], base: { HP: 100, Attack: 100, Defense: 100, "Sp. Attack": 100, "Sp. Defense": 100, Speed: 100 }, }
{ error: "Not found" }
The text was updated successfully, but these errors were encountered:
Implement Get Pokemon by Name (Fix Issue developer-job-simulation#2)
ae0bd94
fixed: issues developer-job-simulation#1, developer-job-simulation#2 …
4005ed3
…and developer-job-simulation#3
Issue developer-job-simulation#2 Implemented
f8e7637
developer-job-simulation#2 Get Pokemon by English Name
af3921b
No branches or pull requests
What you need to do
Our API needs to support the ability to get a Pokemon by Name
Expected behavior
The text was updated successfully, but these errors were encountered: