Ketut Sandiarsa
Ketut Sandiarsa
Currently its not possible to apply middleware specific to entity (its only possible on custom controller using `@middleware.use()`). But you can filter request `path` or `url` from middleware `context` https://plumierjs.com/extend#context...
Hello, Thanks for your interest on Plumier, currently the Swagger and Open API only available on canary version (sure will be release soon). So regarding your question, Its not possible...
Yes you are right.. providing a open api schema should be an option too, I found that in some case using just DTO doesn't bring much flexibility like the schema...
# PROPOSAL This feature will add Real-time functionality into Plumier. Hybrid means it will be a mix between regular HTTP request and socket. Doing so it will make it possible...
@almontasser thanks for the clarification. can you try to select it manually? `GET /api/countries/1/cities?select=name,countryId`, actually I doubt it will work, if the result is `undefined` from the query itself. FYI:...
Sorry for the slow response. Did the tests pass in your local dev? Because I think its related to outdated packages etc. can you confirm?
Ok, the packages haven't been updated for a long time, I will update it first and make sure all other tests run.
Any plan to support this feature in the future?
Same issue here.. This workaround https://github.com/FantasticFiasco/axis-maintenance-js doesn't work if you have namespace/interface augmentation.. Test passes but failed when collecting coverage report `Failed to collect coverage`
Try using `tinspector` its supported parameter destructuring, rest parameters and complex default value. https://github.com/plumier/tinspector