Compare changes
Files
2- Ernests Malnacs authored
Implemented a GET handler for /api/pokemon/{id}, that returns the specified pokemon by id, if the pokemon with the ID does not exist, it responds with 404.
Added pagination and sorting to the /api/pokemon endpoint
Implemented a GET handler for /api/pokemon/{id}, that returns the specified pokemon by id, if the pokemon with the ID does not exist, it responds with 404.