Skip to content

dmlb2000/cherrypy-swagger

Repository files navigation

Build Status Code Climate Test Coverage Issue Count

CherryPy-Swagger

Swagger Extensions for CherryPy

Examples

Random String Generator

string_generator.py

This is a modified version of the CherryPy Give us a REST example that uses static files instead of sessions. Swagger 2.0 doesn't support sessions currently so using a session in the example won't work.

To run the application:

python server.py

Run Swagger 2.0 UI

Start the Swagger 2.0 UI service by following the instructions with the code.

In the web page you can go to the http://localhost:1234/swagger.json to play around with the UI.

About

Swagger Extensions for CherryPy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages