typescript-rest-swagger-plural
JSON →A temporary fork of typescript-rest-swagger (v0.0.40) that adds support for pluralizing endpoints within class/controller inheritance. It generates Swagger/OpenAPI documentation from TypeScript REST APIs built with the typescript-rest framework. The original library is stable but this fork addresses a specific limitation around endpoint naming. It uses decorators like @Tags, @Response, @Example, and @Security to enrich generated specs. No known release cadence; last published in 2019. Differentiators: resolver for pluralization in inherited controllers compared to the base library.