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 all Pokemon, filtered by HP
[ { id: 242, name: { english: "Blissey", japanese: "ハピナス", chinese: "幸福蛋", french: "Leuphorie" }, type: ["Normal"], base: { HP: 255, Attack: 10, Defense: 10, "Sp. Attack": 75, "Sp. Defense": 135, Speed: 55 }, } ]
{ error: "Not found" }
{ error: 'Invalid Operator. Must be one of ["gt","gte","lt","lte"]' }
The text was updated successfully, but these errors were encountered:
Implement Get Pokemon by HP (Fix Issue developer-job-simulation#4)
098229e
fixed issues developer-job-simulation#1 to developer-job-simulation#4
f1797e5
fixed: issues developer-job-simulation#4
35cda07
Issue developer-job-simulation#4 Implemented
74347d4
developer-job-simulation#4 Get Pokemon by HP
74910b4
No branches or pull requests
What you need to do
Our API needs to support the ability to get all Pokemon, filtered by HP
Expected behavior
The text was updated successfully, but these errors were encountered: