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 36 forks source link

ArraySerializator should check specific request parameters #29

Closed mabar closed 6 years ago

mabar commented 6 years ago

Currently is during serialization checked only if method does not have more @RequestParameter(in=path) then parameters typed in its mask.

It should check if

Other request parameters are not checked