https://github.com/marijatopalova/apiversioningdemo
This repository contains a simple demo application showcasing API versioning in ASP.NET Core. API versioning is a key practice when building scalable and maintainable web APIs, allowing developers to introduce new API versions without breaking existing consumers of the API.
https://github.com/marijatopalova/apiversioningdemo
api-versioning asp-net-core dotnet-8
Last synced: 11 months ago
JSON representation
This repository contains a simple demo application showcasing API versioning in ASP.NET Core. API versioning is a key practice when building scalable and maintainable web APIs, allowing developers to introduce new API versions without breaking existing consumers of the API.
- Host: GitHub
- URL: https://github.com/marijatopalova/apiversioningdemo
- Owner: marijatopalova
- License: mit
- Created: 2024-09-30T00:38:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-30T00:39:00.000Z (over 1 year ago)
- Last Synced: 2025-01-13T09:44:37.824Z (over 1 year ago)
- Topics: api-versioning, asp-net-core, dotnet-8
- Language: C#
- Homepage: https://medium.com/@marijatopalova123/api-versioning-in-asp-net-core-with-swagger-d252e41a3ea7
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ApiVersioningDemo