Simon

Results 15 comments of Simon

Thank you very much for the answer. Is there a timeframe by when this might be available? A rough estimate (possibly by the end of the year) would suffice.

Hi cds-ts is intended to implement the handlers in the same way and methodology as in JavaScript, but only in TypeScript. (Filenames equal to the name of the service, ...)....

Hi Sebastian, Thank you so much for your answer. Too bad, then we have to continue using OData v2. Best regards

Hi @Fjaoos, can you create a short PoC which does not use cds-routing-handlers but the native CAP way. I seem to remember that CAP does not trigger the events for...

Hi @Fjaoos sorry, but then cds-routing-handlers doesn't call the decorated method either. I will extend the documentation. Regards

Hi @gregorwolf did you get your first example working? ``` const controllerAPI = cds.connect.to('controller-config') console.log("JWT: " + req.attr.token) const tx = controllerAPI.transaction(req) response = await tx.get('/v2/users') ``` Did you manage...

Hi @remde, have you already tried to register a [middleware](https://github.com/mrbandler/cds-routing-handlers#middleware) for this purpose? It should be possible to implement this with a middleware. You can also register a middleware explicitly...

Hi @remde, you can also register the abstract class directly as a handler, but then it is **not** guaranteed that it is always executed in the first place. I'm afraid...

Hi @bvincent currently we do not have this planned, but we are looking into the requirement. Regards Simon

Hi @mocotrah Thanks for the proposal. We will add this to our list, but we can't give any details by when and if we will implement this feature. Regards Simon