been thinking about how to use FastAPI to provide fully OpenAPI documented endpoints using each declared product's constraints instead of "just" providing them in the product endpoints.
Using generics I think this could be achieved like in this first idea. Would love to hear your thoughts if this would be worth the effort?
been thinking about how to use FastAPI to provide fully OpenAPI documented endpoints using each declared product's constraints instead of "just" providing them in the product endpoints.
Using generics I think this could be achieved like in this first idea. Would love to hear your thoughts if this would be worth the effort?
@mindflayer @jsignell et al.