A simple ASP.NET Web API project that fetches Pokémon data from PokeAPI.
- Fetch Pokémon details by name.
- Simplified JSON response.
- Clone the repository.
- Run
dotnet runin the project directory. - Navigate to
https://localhost:5001/api/pokemon/{name}.
- Navigate to the Swagger UI at:
https://localhost:5001/swagger. 2.You should see your PokemonController and its GET endpoint. 3.Test the endpoint by entering a Pokémon name (e.g., pikachu) and clicking Execute.