igorbenav / fastcrud

FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities.
MIT License
530 stars 32 forks source link

Improve EndpointCreator flexibility by adding methods to be overriden #80

Closed JakNowy closed 1 month ago

JakNowy commented 1 month ago

This is general demonstration of my concept of EndpointCreator changes discussed briefly in https://github.com/igorbenav/fastcrud/issues/79#issuecomment-2101219244

It hopefully helps to draw some general concept of FastCRUD-EndpointCreator responsibilities.