RicoSuter/NSwag

Support versioning with query string

Open

#1,285 opened on Apr 19, 2018

View on GitHub
 (2 comments) (4 reactions) (0 assignees)C# (1,189 forks)batch import
help wantedtype: enhancement

Repository metrics

Stars
 (6,291 stars)
PR merge metrics
 (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