elixir-cloud-aai / foca

Opinionated Flask microservice archetype for quick OpenAPI-based microservice development
Apache License 2.0
16 stars 12 forks source link

feat: simplify exceptions handling API #240

Open uniqueg opened 6 months ago

uniqueg commented 6 months ago

The ExceptionConfig() model/API is unnecessarily complicated.

Simplify with a focus on usability.

kushagra189 commented 5 months ago

Any suggestions here?

uniqueg commented 5 months ago

Yes, I'm already working on it (I will describe it in the PR once it's done, but will take some weeks). Upgrading to Connexion 3 will require this change anyway.