PokeAPI / pokedex-promise-v2

An easy way to use pokeapi v2 with promises in node.js
MIT License
510 stars 89 forks source link

Implement method of accessing data behind links through the Wrapper #28

Closed GeoffreyDick closed 6 years ago

GeoffreyDick commented 6 years ago

Example: "location_area_encounters": "/api/v2/pokemon/16/encounters",

Not a high priority issue, just would be a nice addition.

Naramsim commented 6 years ago

Thanks for opening this issue.

I hope to implement a .resource("/api/v2/pokemon/16/encounters") method for this Tuesday.