contributte / apitte

:wrench: An opinionated and enjoyable API framework based on Nette Framework. Supporting content negotiation, debugging, middlewares, attributes, annotations and loving openapi/swagger.
https://contributte.org/packages/contributte/apitte/
MIT License
61 stars 37 forks source link

Remove schema from request #89

Closed mabar closed 5 years ago

mabar commented 5 years ago

Imho antipatern to get Schema from Request. Every class which need schema could get it from DI, like SimpleRouter do.