yahehe / Nancy.Swagger

Nancy plugin for generated API documentation in Swagger format.
MIT License
133 stars 60 forks source link

Implement RoutParam multi attribute usage #146 #148

Closed vincentparrett closed 6 years ago

vincentparrett commented 6 years ago

Allows handler parameters to have multiple RouteParam attributes, which is needed when multiple parameters are massaged into a single object. In my example, skip & take query parameters are used to create a Paging object.

vincentparrett commented 6 years ago

skiptakequeryparams

vincentparrett commented 6 years ago

Ok thx. I'll try and get the 2 other PR's done today so they can all go into the same nuget update.

yahehe commented 6 years ago

@vincentparrett version 2.2.45-alpha has all your changes, thanks again!