Skip to content

android-mk/PokeApiIntegration

Repository files navigation

PokeApiIntegration

A simple ASP.NET Web API project that fetches Pokémon data from PokeAPI.

Features

  • Fetch Pokémon details by name.
  • Simplified JSON response.

How to Run

  1. Clone the repository.
  2. Run dotnet run in the project directory.
  3. Navigate to https://localhost:5001/api/pokemon/{name}.

Alternatively Test the API with Swagger

  1. 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.

About

pokemon web api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages