Open
Description
Add a new model for boost emblems. There is an endpoint at /emblems.json
.
The response is in the general form:
[
{
"name": "001A",
"pokedex": "001",
"grade": "A",
"display_name": "Bulbasaur",
"color1": "Green",
"stats": [
{
"hp": -50,
"sp_attack": 3
}
]
},
...
]
This should be relatively easy to implement if anyone would like to contribute. Please write tests if implemented.