tiangolo / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
MIT License
24.53k stars 4.14k forks source link

♻️ Refactor rename ModelsOut to ModelsPublic #1154

Closed estebanx64 closed 3 months ago

estebanx64 commented 3 months ago

Just a though, I've seen some codebase that uses ItemRead instead, but Public sounds good to me too 😊

Sebastian just asked for it to be ModelsPublic for the output model which is exposing the response from services

tiangolo commented 3 months ago

Great, thanks! :rocket: