mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 19:33:55 +00:00
10 lines
560 B
Markdown
10 lines
560 B
Markdown
|
# Swagger generated server
|
||
|
|
||
|
## Overview
|
||
|
This server was generated by the [swagger-codegen](https://github.com/wordnik/swagger-codegen) project. By using the
|
||
|
[swagger-spec](https://github.com/wordnik/swagger-core/wiki) from a remote server, you can easily generate a server stub. This
|
||
|
is an example of building a swagger-enabled scalatra server.
|
||
|
|
||
|
This example uses the [scalatra](http://scalatra.org/) framework. To see how to make this your own, look here:
|
||
|
|
||
|
[README](https://github.com/wordnik/swagger-codegen/tree/master/samples/server-generator/scalatra)
|