Skip to content

An example of tying together Grape and Swagger UI in a single application using Rack::Cascade.

Notifications You must be signed in to change notification settings

jakevose/grape-swagger-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grape-swagger-ui

An example of tying together Grape and Swagger UI in a single application using Rack::Cascade.

This currently serves up Rack::File, which behaves poorly with custom routes like "/" => "index.html" and I'm having trouble getting Rack::Static to do exactly what I want.

TODO:

  • Use Sinatra for the web side of the Cascade
  • Test harness!
  • Guard / file reloads as pragmatic
  • Better example endpoints

About

An example of tying together Grape and Swagger UI in a single application using Rack::Cascade.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages