Lukas Reining
Lukas Reining
> It would also be great if it were possible to configure the injected client to contain request-scoped context properties. That would allow you to easily set context like targetingKey,...
> Probably providers, no? I think that something like the following structure would do the job: Yes this could make sense. But I would be fine with any implementation that...
> I'd also say that a Method/Controller/Handler decorator can be useful. Enabling or disabling an enpoint from a decorator might be useful. This sounds good! The question here will be...
I will start to bring some of the existing code into a draft PR and then we can continue to work on this.
> Do you have any idea on how to implement this? I did a few tests with async param decorators but didn't have any success 😞 Yes but I am...
> I think that returning 404 in this case would mean that it's disabled. Yes, it would only be important, that this behaves exactly like the endpoint not existing, I...
> I've started sketching a module here but I'm not 100% confident about this. I'll probably study libs such as nest/mongoose before coming up with anything barely usable. I haven't...
We are discussing context propagation here: #736
Good question, maybe we can take the chance to see if we can get to a 1.0 release. What do you think @beeme1mr?
> Sure, that sounds reasonable. Will propose it in the community meeting and then we can do it maybe. @beeme1mr @toddbaert