Skip to content
New issue

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

API v2 #17

Open
1 of 8 tasks
iamtraction opened this issue Aug 20, 2023 · 1 comment
Open
1 of 8 tasks

API v2 #17

iamtraction opened this issue Aug 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@iamtraction
Copy link
Member

iamtraction commented Aug 20, 2023

Breaking Changes

  • Abilities
    abilities field is now an array of objects:
    {
      name: string;
      description: string;
      hidden: boolean;
    }
  • Mega Evolution
    • mega field will now represent whether a Pokemon can mega evolve.
    • mega field will be an object with details of the mega stone if the form is already a mega form.
    {
      stone: string;
      sprite: string;
    }
  • Ultra Beasts
    • Added codename field for the Ultra Beast's codename
    • Removed ultraBeast flag
  • abilities is now an array of string.
  • gender is now a string representing the gender ratio.
  • family is now an array of string representing the evolution line.
  • Removed family field.
  • Removed height and weight fields.
  • Removed mythical, legendary and starter flags.

These changes will be implemented after v2 release:

  • Pokemon with dex number ??? / 0
  • Pokemon forms (excluding mega forms)
  • Mythical flag
  • Legendary flag
  • Starter flag
  • Evolution Family Line
    • Branched Evolution Line
    • Parallel Evolution Line

Pokedex API has been released: pokedevs.gitbook.io

@iamtraction iamtraction added the enhancement New feature or request label Aug 20, 2023
@iamtraction iamtraction pinned this issue Aug 20, 2023
@atlanna
Copy link

atlanna bot commented Aug 20, 2023

Thank you for opening this issue.
A maintainer will get by as soon as practical to address this issue.

Since this is your first time here, please check the contributing guidelines to see other ways you can get involved.

iamtraction added a commit to TheBastionBot/Bastion that referenced this issue Aug 27, 2023
Ref PokeDevs/pokedex-api#17

Signed-off-by: TRACTION <19631364+iamtraction@users.noreply.github.com>
This was referenced Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant