Sebastián Ramírez
e92b43b5c8
✨ Add parameter dependencies to path operation decorators and include_router ( #235 )
* ✨ Implement dependencies in decorator and .include_router
* 📝 Add docs for parameter dependencies
* ✅ Add tests for dependencies parameter
* 🔥 Remove debugging prints in tests
* 📝 Update release notes
6 years ago
Ricardo Momm
b0b88f9d5b
🔊 Raise from previous exception ( #195 )
6 years ago
Derek J. Lambert
4a1648b04e
✏️ Minor spelling fix in routing ( #221 )
6 years ago
Sebastián Ramírez
192ebba2a2
♻️ Rename parameter content_type to response_class ( #183 )
6 years ago
Sebastián Ramírez
546d233dec
♻️ Update Pydantic usage, types, values, minor structure changes ( #164 )
6 years ago
Sebastián Ramírez
61dd36a945
✨ Upgrade docstring Markdown parsing ( #163 )
* ✨ Upgrade docstring Markdown parsing
* 📝 Update release notes
6 years ago
Sebastián Ramírez
aad6b123f7
✨ Add support for multi-file uploads ( #158 )
6 years ago
Sebastián Ramírez
c8df3ae57c
🐛 Fix handling additional responses in include_router ( #140 )
6 years ago
Sebastián Ramírez
2bd775988f
✨ Add/refactor addditional responses, tests, docs
6 years ago
Sebastián Ramírez
9b04593260
✨ Add support for BackgroundTasks parameters ( #103 )
* ✨ Add support for BackgroundTasks parameters
* 🐛 Fix type declaration in dependencies
* 🐛 Fix coverage of util in tests
6 years ago
euri10
6d77e2ac5f
✨ Add websocket to APIRouter ( #100 )
* Add websocket to APIRouter
* Restore upstream/master Pipfile.lock (git checkout upstream/master -- Pipfile.lock)
* Added tests for router with a prefix
6 years ago
Mohammed
eda9b28338
files formatting
6 years ago
Mohammed
7514ac6fb0
100% test coverage
6 years ago
Mohammed
65568065e0
Remove extra code.
6 years ago
Mohammed
95679ca5e6
Fix: adding additional_responses on `.include_router()`
6 years ago
Mohammed
84a300ef84
Formatting according to guide
6 years ago
Mohammed
c6d28c8209
Accept Multiple Additional Responses
6 years ago
Mohammed
aa0bca7bb2
Additional Responses implementation
6 years ago
euri10
11c755bee3
✨ Add tags parameter to app.include_router ( #55 )
6 years ago
Sebastián Ramírez
0b9fe62a10
Add support for UploadFile class annotations ( #63 )
* ✨ Add support for UploadFile annotations
* 📝 Update File upload docs with FileUpload class
* ✅ Add tests for UploadFile support
* 📝 Update UploadFile docs
6 years ago
euri10
5c9c088a2a
Upgrade Starlette version ( #17 )
Upgrade Starlette version
6 years ago
Sebastián Ramírez
577c5a84db
🐛 Fix constrained bytes, from defaults in Pydantic
#2
6 years ago
Sebastián Ramírez
a73709507c
✅ Add docs, tests and fixes for extra data types
including refactor of jsonable_encoder to allow other object and model types
6 years ago
Sebastián Ramírez
75407b9295
🚨 Fix mypy type errors
6 years ago
Sebastián Ramírez
c25a71e352
🐛 Re-implement check for body as a workaround
while encode/starlette#287 is merged
6 years ago
Sebastián Ramírez
7da9625505
💚 Revert to flit install and re-format
As it has shown to be more reliable, and closer to final user environments
6 years ago
Sebastián Ramírez
dcb076b752
🐛 Fix optional bodies raising an error
when not provided in the request
6 years ago
Sebastián Ramírez
948a39af95
🎨 Re-order parameters
6 years ago
Sebastián Ramírez
64e904b12e
🐛 Fix indentation bug
6 years ago
Sebastián Ramírez
9458d699cb
🐛 Un-hide inner HTTPException errors
6 years ago
Sebastián Ramírez
9a6fcdd13c
🔊 Log body parsing errors
6 years ago
Sebastián Ramírez
da166b7967
🔒 Fix constraining return values to model
6 years ago
Sebastián Ramírez
db3c270f8e
✨ Update requests with body, rename params
6 years ago
Sebastián Ramírez
0e19c24014
✨ Update parameter names and order
fix mypy types, refactor, lint
6 years ago
Sebastián Ramírez
addfa89b0f
✨ Refactor, update code, several features
6 years ago
Sebastián Ramírez
b9d912c638
♻️ Refactor, fix and update code
6 years ago
Sebastián Ramírez
406c092a3b
🎉 Start tracking messy initial stage
...before refactoring and breaking something
6 years ago