Added a DSL to describe a REST API.
This DSL allows API introspection and Swagger integration. A new Swagger handler can be added to a REST router to provide a swagger-ui to the user as well as a swagger.json description file.
Showing
.gitmodules
0 → 100644
examples/rest_description.cc
0 → 100644
include/description.h
0 → 100644
This diff is collapsed.
include/iterator_adapter.h
0 → 100644
src/common/description.cc
0 → 100644
This diff is collapsed.
thirdparty/CMakeLists.txt
0 → 100644
Please register or sign in to comment