Skip to content

Add support for groups #52

@DenuxPlays

Description

@DenuxPlays

Hey,
would be great if we could support groups to simpify generating two OpenApis for example when you need API Versioning.
Maybe with a syntax like that:

#[utoipauto::group("v1")
...

#[utoipauto::group("v1, v2")
#[utoipauto(groups ="v1, v2"]
#[derive(OpenApi)]
#[openapi()]
pub struct ApiDocs;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions