ContributionsMost RecentMost LikesSolutionsgenerated server code -- https I added schemes: - https to my API as I saw in one example but it made no significant change to my generated server code. What else is required to support access by https? Displaying Markdown Files The SwaggerHub code generators create .md files as documentation. What's an easy way to display a .md file formatted on Windows? Re: code generation documentation My suggestion for minimal documentation of these would be: platform(s) framework language any other dependencies (1), (2), and (3) should include any applicable versions. For instance if .Net Core v2.0 is required, that should be stated as well. Trial-and-error to get this kind of detail is a pain. code generation documentation The Export menu has two long lists of code generation options, one for Client SDK and one for Server Stub, each being just a name, such as android, haskell, csharp-dotnet2, etc. Is there any documentation giving details such as the platforms each of these can build and run on and what dependencies they have? That would be very helpful. For instance, you have to export to the csharp-dotnet2 option and inspect the generated content to discover that it has a build file only for mono. Or in the case of android, in which the name indicates the platform but not the language, what language is it using? Thank you.