blob: 7d1ff7b8daa19f91376ebbd7ce3c2df66b84b945 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
This plugin provides tools to create and access a Swagger specification file
for a Dancer REST web service.
Overview of Dancer::Plugin::Swagger's features:
* Can create a /swagger.json REST specification file.
* Can auto-discover routes and add them to the swagger file.
* Can provide a Swagger UI version of the swagger documentation.
|