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", "name_japanese": "ハピナス", "name_chinese": "幸福蛋", "name_french": "Leuphorie", "hp": 255, "attack": 10, "defense": 10, "special_attack": 75, "special_defense": 135, "speed": 55, "types": [ { "type": "Normal" } ] } ]
{ error: "Not found" }
{ error: 'Invalid Operator. Must be one of ["gt","gte","lt","lte"]' }
The text was updated successfully, but these errors were encountered:
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: