Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 460 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 460 Bytes

Swagger Scalatra Example

This simple example demonstrates how you can use Scalatra with Swagger to document your services in a somewhat typesafe manner.I could not find any decent documentation with simple examples, so after I finally saw some code by @mostr, I decided to prepare one and describe it on my blog.

How to run