typescript-rest icon indicating copy to clipboard operation
typescript-rest copied to clipboard

Exposing routes extending abstract classes in a npm package

Open lucasalvesteixeira opened this issue 6 years ago • 0 comments

Recently I created abstract classes (Controller, Service and Repository) for CRUD operations using typescript-rest (look: robbyson-abstract-framework). When I extend these classes, swagger exposes all routes normally, however, when creating an NPM package with the abstract classes and extending them, swagger does not expose these generic routes. Can you help me?

lucasalvesteixeira avatar Apr 30 '19 17:04 lucasalvesteixeira