Created
November 8, 2016 18:32
-
-
Save dflynn15/0dcd07f89738146cbfc8959e653fcf13 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
forms: [ | |
{ | |
url: "https://pokeapi.co/api/v2/pokemon-form/1/", | |
name: "bulbasaur", | |
favorite: true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment