austek on swagger_v2_module
Start converter for AsciiDoc Start converter for AsciiDoc Start converter for AsciiDoc (compare)
austek on swagger_v2_module
Start converter for AsciiDoc Start converter for AsciiDoc Start converter for AsciiDoc and 4 more (compare)
austek on swagger_v2_module
Start converter for AsciiDoc Start converter for AsciiDoc (compare)
austek on swagger_v2_module
Start converter for AsciiDoc (compare)
austek on swagger_v2_module
Start converter for AsciiDoc (compare)
austek on swagger_v2_module
Create module for swagger-v2 Move file from core to swagger-… Start converter for AsciiDoc (compare)
RobWin on master
Migrated markup document builde… (compare)
austek on markup-document-builder
fix paths to examples files in … (compare)
swagg.AddSecurityDefinition("Bearer", new ApiKeyScheme
{
Description = "Desc here",
Name = "Authorization",
In = "header",
Type = "apiKey"
});
https://github.com/Swagger2Markup/swagger2markup-gradle-project-template
. Last commit on this project was almost a year ago - July 20, 2017. Are the instructions in this project still valid? The build.gradle
refers to asciidoctorj-pdf which is an alpha release. Any thoughts?
convertSwagger2markup {
swaggerInput file("build/swagger/swagger.json").getAbsolutePath()
outputFile file("${buildDir}/swagger/api")
config = ['swagger2markup.markupLanguage': 'MARKDOWN']
}
io.github.swagger2markup:swagger2markup:jar:1.3.3:compile
has transitive dependency on org.pegdown:pegdown:jar:1.4.2:runtime
.