Expand description
Contains code to generate OpenApi
documentation and a Swagger
endpoint using utoipa
and utoipa_swagger_ui
.
Structsยง
- AreasApiDoc ๐Struct used by
utoipa
to generateOpenApi
documentation for all area endpoints. - BlossomsApiDoc ๐
- ConfigApiDoc ๐
- DrawingsApiDoc ๐
- GuidedToursApiDoc ๐
- LayerApiDoc ๐
- MapApiDoc ๐
- PlantLayerApiDoc ๐
- PlantingsApiDoc ๐
- PlantsApiDoc ๐
- SecurityAddon ๐Used by
utoipa
forOAuth2
. - SeedApiDoc ๐
- TimelineApiDoc ๐
- UsersApiDoc ๐
Functionsยง
- Merges
OpenApi
and then serves it usingSwagger
.