| Class and Description |
|---|
| ApiDeclarationRoute
Serves the swagger api declaration of one router, which looks like that:
|
| ApiDocsIndexRoute
Serves the swagger resource listing, which looks like that:
{
"apiVersion":"0.2",
"swaggerVersion":"1.1",
"basePath":"http://petstore.swagger.wordnik.com/api",
"apis":[
{
"path":"/api-docs.{format}/user",
"description":""
},
{
"path":"/api-docs.{format}/pet",
"description":""
}
]
}
|
| ApiDocsUIRoute |
| SpecsResource
User: xavierhanin
Date: 4/2/13
Time: 9:09 PM
|
| SpecsResourceRouter |
Copyright © 2013. All Rights Reserved.