PokeAPI / pokedex-promise-v2

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

It's useless implementation of API. #15

Closed IPRIT closed 8 years ago

IPRIT commented 8 years ago

Where can I get a list of something? For ex. list of pokemons? Lists - is important part of a RESTful API. Where is the "http://pokeapi.co/api/v2/pokemon" endpoint?

Naramsim commented 8 years ago

You are right. I'm developing a branch with all root endpoints. However, I don't think at all that our wrapper is useless. :-1: It was missing some parts of PokeAPI. Thanks for pointing it out.

IPRIT commented 8 years ago

@Naramsim Thank you very much for fast replies and fixes! Great job! Now I can use.

IPRIT commented 8 years ago

It would be very cool if you add a few lines in readme about how to use this for other people.