Module backend::config::api_doc

source ·
Expand description

Contains code to generate OpenApi documentation and a Swagger endpoint using utoipa and utoipa_swagger_ui.

Structs

  • Struct used by utoipa to generate OpenApi documentation for all plantings endpoints.
  • Struct used by utoipa to generate OpenApi documentation for all blossom endpoints.
  • Struct used by utoipa to generate OpenApi documentation for all config endpoints.
  • Struct used by utoipa to generate OpenApi documentation for drawings endpoints.
  • Struct used by utoipa to generate OpenApi documentation for all guided tours endpoints.
  • Struct used by utoipa to generate OpenApi documentation for all layer endpoints.
  • MapApiDoc 🔒
    Struct used by utoipa to generate OpenApi documentation for all map endpoints.
  • Struct used by utoipa to generate OpenApi documentation for all plant layer endpoints.
  • Struct used by utoipa to generate OpenApi documentation for all plantings endpoints.
  • Struct used by utoipa to generate OpenApi documentation for all plant endpoints.
  • Used by utoipa for OAuth2.
  • SeedApiDoc 🔒
    Struct used by utoipa to generate OpenApi documentation for all seed endpoints.
  • Struct used by utoipa to generate OpenApi documentation for all shadings endpoints.
  • Struct used by utoipa to generate OpenApi documentation for all timeline endpoints.
  • Struct used by utoipa to generate OpenApi documentation for all user data endpoints.

Functions

  • Merges OpenApi and then serves it using Swagger.