![JAR search and dependency download from the Maven repository](/logo.png)
crest-doclet.1.23.source-code.api_resources.vm Maven / Gradle / Ivy
The newest version!
{
"apiVersion": "0.2",
"swaggerVersion": "1.1",
"basePath": "${basePath}",
"baseUrl": "${baseUrl}",
"clientId": "${clientId}",
"apis": [
#set( $first = true )
#foreach( $resource in $resources )
#if( $resource.classDoc )
#if(!$first),#end
{
"path": "/${resource.simpleType}.{format}",
"description": "${resource.entityType} ${resource.classDoc.commentText()}"
}
#set( $first = false )
#end
#end
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy