stefan8893 / simple-trading

MIT License
1 stars 0 forks source link

Add automatic RequestModel validation #81

Closed stefan8893 closed 1 month ago

stefan8893 commented 1 month ago

Right now, request models get validated manually in interactor implementations.

Since this is a cross-cutting concern, it should be treated as such. Perform validation either in a new validation decorator or in the generated proxy.