awtkns / fastapi-crudrouter

A dynamic FastAPI router that automatically creates CRUD routes for your models
https://fastapi-crudrouter.awtkns.com
MIT License
1.34k stars 156 forks source link

Custom status codes #150

Open ivan18m opened 2 years ago

ivan18m commented 2 years ago

CRUDRouter should have parameters to set status_code, e.g. 201 for create, or 204 for update - if 204 is set don't return the response JSON