Tags: yangtong/swag
Tags
Add support for x-tokenname in oauth2 specs (swaggo#791) Signed-off-by: lahsivjar <[email protected]> Co-authored-by: Eason Lin <[email protected]>
fix: honor x-order while sorting query parameters (swaggo#806) Instead of always sorting parameters with name, which can surprise users because x-order is ignored, sort them with the slice type declared in github.com/go-openapi/spec to reuse its comparison method.
PreviousNext