| Class | 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":""
}
]
}
|
| ApiDocsModule |
User: xavierhanin
Date: 2/8/13
Time: 1:50 PM
|
| ApiDocsNotesRoute |
Date: 17/5/14
Time: 12:49
|
| ApiDocsUIRoute | |
| JsonSchemaResource |
Date: 8/12/13
Time: 21:00
|
| SpecsResource |
User: xavierhanin
Date: 4/2/13
Time: 9:09 PM
|
Copyright © 2014. All Rights Reserved.