Files
rust-okapi/examples/json-web-api/README.md
T
ralpha af52ba1c39 Retrieve and merge OpenApi objects
- Allow customization of OpenApi object.
- Allow merging of OpenApi objects.
- Retrieve OpenApi object after generating. (Closes: #28)
- Create `mount_endpoints_and_merged_docs` marco in order to streamline code structure for
bigger projects. (Closes: #30)
- Added new example for structuring bigger projects.
- Allowed changing path where OpenApi file is hosted.
- Added `log v0.4` as a dependency.
2021-09-07 23:01:53 +02:00

233 B

JSON Web API

A simple web API written using Rocket including openapi. The openapi document will be hosted at /openapi.json, and the Swagger UI will be at /swagger-ui. The RapiDoc UI will be at /rapidoc.