Sebastián Ramírez
b307d38897
♻️ Update default API title from "Fast API" to "FastAPI" for consistency ( #890 )
2020-01-18 19:07:42 +01:00
Sebastián Ramírez
687065509b
🏗️ Fix same function names in different modules with composite bodies ( #347 )
...
* 🏗️ Implement unique IDs for dynamic models
like those used for composite bodies and responses. IDs based on path (not only on function name, as it can be duplicated in a different module).
* ✅ Add tests for same function name and composite body
* ✅ Update OpenAPI in tests with new dynamic model ID generation
2019-06-28 19:35:16 +02:00
Sebastián Ramírez
88ece95a30
🎨 Improve automatic naming of path operations in API docs ( #155 )
...
* 🎨 Improve operation summary naming
* 📝 Update names in README
* 🚚 Improve names of security tutorial
2019-04-12 21:25:26 +04:00
Sebastián Ramírez
804ec460fc
⬆️ Add tests, fix issues and update Pydantic
2018-12-28 16:10:29 +04:00
Sebastián Ramírez
f1808de18e
✅ Add tests for form and files
2018-12-22 08:39:26 +04:00
Sebastián Ramírez
748dc375db
🐛 Fix Form and File params must always be embeded
...
and add tests for forms and files
2018-12-22 08:24:48 +04:00
Sebastián Ramírez
c25a71e352
🐛 Re-implement check for body as a workaround
...
while encode/starlette#287 is merged
2018-12-22 07:40:56 +04:00