danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting endpoints

ads69 opened this issue · comments

commented

Hi,
It would be usefull in the Swagger Page to have the Endpoints sorted by tags (used in MVCSwagSummary Attribute) because each time the swagger page is generated, the endpoints doesn't appear in the same order, Probably due to how Delphi Handle RTTI.
But this is very annoying when you have a lot of endpoints.
I have tryed to do this part but didn't succeed.
Best regards
Armindo