forked from loafle/openapi-generator-original
* - Added Restbed Generator * - Added Json processing functions to model - Removed unnused code from restbed codegen class - Added response header processing to api template * Changed it to respect alphabetical order * Made the string joining java 7 compatible * Added samples
24 lines
567 B
Plaintext
24 lines
567 B
Plaintext
# REST API Server for {{appName}}
|
|
|
|
## Overview
|
|
This API Server was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project.
|
|
It uses the [Restbed](https://github.com/Corvusoft/restbed) Framework.
|
|
|
|
|
|
## Installation
|
|
Put the package under your project folder and import the API stubs.
|
|
You need to complete the server stub, as it needs to be connected to a source.
|
|
|
|
|
|
## Libraries required
|
|
boost_system
|
|
ssl (if Restbed was built with SSL Support)
|
|
crypto
|
|
pthread
|
|
restbed
|
|
|
|
|
|
## Namespaces
|
|
io::swagger::server::api
|
|
io::swagger::server::model
|