Skip to content

Boost Emblems #11

Open
Open
@jaynewey

Description

@jaynewey

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions