Jay Marcyes

Results 163 issues of Jay Marcyes

`call.Param` should change the name of `normalize_kwarg` and `normalize_arg` to `handle_kwargs` and `handle_args` and then those should call submethods `handle_param` or `handle_arg` and `handle_kwarg` so you could call `param_instance.handle_kwarg(name, value)`...

Endpoints - controller errors should use [exception groups](https://docs.python.org/3/tutorial/errors.html#raising-and-handling-multiple-unrelated-exceptions)

I think it would be convenient to be able to pass in `private=True` to certain fields and then they won't be present in jsonable output and testdata also would ignore...