forked from loafle/openapi-generator-original
* Keep old implementation of cpp-restbed generator as cpp-restbed-server-deprecated * Refactor operation path processing * Restructure samples directory to better allow writing tests * Improve templates for cpp-restbed-server Improve templates * Add integration tests * Improvement in templates for cpp-restbed-server * Fix tests * Improve cpp-restbed generator * Improve cpp-restbed-server * Add more tests * Add suppoert for arrays of enums in query params * Generate CMakeLists.txt * Small improvements and example in Readme * Add integration tests to maven project * Update doc
24 lines
564 B
Markdown
24 lines
564 B
Markdown
# REST API Server for OpenAPI Petstore
|
|
|
|
## Overview
|
|
This API Server was generated by the [OpenAPI Generator](https://openapi-generator.tech) 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
|
|
org.openapitools.server.api
|
|
org.openapitools.server.model
|