2 comments (2 comments)4 reactions (4 reactions)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. Query string is the default mechanism for versioning and should also be supported. Here is an explanation on how to do query string versioning.
Contributor guide
- Research direction
- Review the linked article on query string versioning and explore NSwag's existing versioning implementation to integrate support for query string parameters.
- Tech stack
- csharp
- Domain
- api
- Issue type
- Feature
- Prerequisites
- GitC#