asp.net web api - Azure Api Management import APIs from swagger -


i use swashbuckle nuget generate swagger.json api in asp.net web api project. generated json has fields called 'tags'. swagger ui uses these 'tags' group api methods. possible similar grouping in api management? or can use tags set web api url suffixes automatically somehow?

currently it's not supported there no functionality tag apis no way import information swagger. feel free suggest feature @ https://feedback.azure.com/forums/248703-api-management, we'll supporting in future.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -