mirror of
https://github.com/stoatchat/rust-okapi.git
synced 2026-07-01 21:44:49 -04:00
af52ba1c39
- 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.
233 B
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.