Skip to content

versioning & metadata for plain path in docker. #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Controllers/WeatherForecastController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
namespace welcome_api.Controllers
{
[ApiController]
[ApiVersion("1.0")]
[ApiVersion("2.0")]
[Route("api/v{version:apiVersion}/WeatherForecast")]
[Route("api/Weather")]
public class WeatherForecastController : BaseApiController
{
private static readonly string[] Summaries = new[]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Two versions are enabled for the API, 1.0, 2.0
- Clone the repo
- do: dotnet run
- server will start by default on port 5000,5001 based on launchsettings
- access the api at https://localhost:5001/api/v1/WeatherForecast
- metadata endpoint is at https://localhost:5001/api/v1/WeatherForecast/metadata
- access the api at https://localhost:5001/api/Weather
- metadata endpoint is at https://localhost:5001/api/Weather/metadata