A Pokemon API in a Shakespearean flavour.
Get pokemon description in a Shakespearean dialect.
GET /pokemon/{name}
API documentation via Swagger page at following address:
localhost:5000/swagger-ui.html
Application must be running in order to access documentation page.
Docker, as well as docker-compose must be installed on your machine.
You can find more instructions on how to do it here:
Browse to the root folder of the project ./pokeshake-api
and then run the following command:
docker-compose up
Application should now start listening on localhost:5000
You might need to login to your docker account to be able to download the image.
Browse to the root folder of the project ./pokeshake-api
and then run the following command:
./mvnw clean test
This project uses the external APIs:
- Poke-API (100 requests per minute).
- FunTranslations-API (5 requests per hour - 60 per day).