Skip to content

DJJJonas/pokemon-api

Repository files navigation

Just Another Pokémon API

This project is a Java Spring API that was made to demonstrate the Airway library potential. Credits to Rocketwave enterprise.

Instructions

To run the server, use the following commmand on the terminal.

  • Linux/MacOS ./gradlew bootRun
  • Windows ./gradlew.bat bootRun

Endpoints

Pokémon

Get pokémon info by name or id

GET http://localhost:8080/api/pokemon/{id or name}

Item

Get pokéitem info by name or id GET http://localhost:8080/api/item/{id or name}

About

Just another pokémon API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages