Expand description
Contains code to generate OpenApi
documentation and a Swagger
endpoint using utoipa
and utoipa_swagger_ui
.
Structs
- Struct used by
utoipa
to generateOpenApi
documentation for all plantings endpoints. - Struct used by
utoipa
to generateOpenApi
documentation for all blossom endpoints. - Struct used by
utoipa
to generateOpenApi
documentation for all config endpoints. - Struct used by
utoipa
to generateOpenApi
documentation for drawings endpoints. - Struct used by
utoipa
to generateOpenApi
documentation for all guided tours endpoints. - Struct used by
utoipa
to generateOpenApi
documentation for all layer endpoints. - Struct used by
utoipa
to generateOpenApi
documentation for all map endpoints. - Struct used by
utoipa
to generateOpenApi
documentation for all plant layer endpoints. - Struct used by
utoipa
to generateOpenApi
documentation for all plantings endpoints. - Struct used by
utoipa
to generateOpenApi
documentation for all plant endpoints. - Used by
utoipa
forOAuth2
. - Struct used by
utoipa
to generateOpenApi
documentation for all seed endpoints. - Struct used by
utoipa
to generateOpenApi
documentation for all shadings endpoints. - Struct used by
utoipa
to generateOpenApi
documentation for all timeline endpoints. - Struct used by
utoipa
to generateOpenApi
documentation for all user data endpoints.
Functions
- Merges
OpenApi
and then serves it usingSwagger
.