This package provides an API to manage a database of Pokemons.
It takes HTTP requests to perform several operations to manage a database with details of Pokemons. Currently it can:
- Create a record for an API user to access the database of Pokemons using an email and password
- Authenticate an API user
- Retrieve a list of Pokemons in the database
- Retrieve the information details of a given Pokemon
- Create a record for a new Pokemon with a given nam, attack strength, defense strength and agility
- Update or delete the record of a given Pokemon |