gdirk07 / PokemonChecker

Playing around with APIs
https://gdirk07.github.io/PokemonChecker/
0 stars 0 forks source link

Coupling Name/URL for external entity referneces #65

Closed gdirk07 closed 2 years ago

gdirk07 commented 2 years ago

For example, in the Pokemon object, there is a property with reference to abilities with Name, URL. We should make a consistent property upon creation with name, url called abilityReference, we can follow this structure for other references like moveReference, typeReference whenever applicable.