3 comments (3 comments)1 reaction (1 reaction)0 assignees (0 assignees)C#1,357 forks (1,357 forks)batch import
help wantedtype: enhancement
Repository metrics
- Stars
- 7,359 stars (7,359 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Right now versioning only works with url path segments. Headers should also be supported. Here is an explanation on how to do headers versioning.
Contributor guide
- Research direction
- Study the referenced article about header based versioning in ASP.NET Core. Examine NSwag current URL path versioning implementation and determine how to extend it to accept version from request headers. Look at the existing versioning middleware and API versioning options.
- Tech stack
- csharp
- Domain
- apibackend
- Issue type
- Feature
- Prerequisites
- C#Git