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 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 english name
8bf1ae0
Resolves issue developer-job-simulation#3
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: