oatpp / oatpp-swagger

OpenApi 3.0.0 docs + Swagger UI for oatpp services
https://oatpp.io/
Apache License 2.0
90 stars 51 forks source link

[Help Wanted] how to group endpoints and give it a titile? #89

Closed BA7LYA closed 5 months ago

BA7LYA commented 5 months ago

As marked by the red line in the picture, how to group endpoints and give it a titile?

image

I checked the doc at oatpp.io and github, but failed to get a clue.

And i checked the source code of oatpp::web::server::api::Endpoints, which i thought should be the most relevant part, but still no clue.

Any help would be greatly appreciated.