https://github.com/tdgroot/windesheim-api-versioning-asp
A demo project showing how to implement API versioning in an ASP.NET Core.
https://github.com/tdgroot/windesheim-api-versioning-asp
Last synced: 20 days ago
JSON representation
A demo project showing how to implement API versioning in an ASP.NET Core.
- Host: GitHub
- URL: https://github.com/tdgroot/windesheim-api-versioning-asp
- Owner: tdgroot
- Created: 2019-04-15T20:15:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T20:18:10.000Z (about 6 years ago)
- Last Synced: 2025-02-14T20:31:59.368Z (2 months ago)
- Language: C#
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# windesheim-api-versioning-asp
A demo project showing how to implement API versioning in ASP.NET Core.
## Routes
- /api/v1/furries
- /api/v1/furries/{id}
- /api/v2/furries
- /api/v2/furries/{id}## Building
*Make sure you have .NET Core installed.*
Just run the following:
``` shell
dotnet run
```