- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌐 Add Russian translation for docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
#11411
Conversation
…encies-in-path-operation-decorators.md
docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
📝 Docs preview for commit bccaf5d at: https://b583a413.fastapitiangolo.pages.dev |
docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
Outdated
Show resolved
Hide resolved
docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
Outdated
Show resolved
Hide resolved
📝 Docs preview for commit c102cf8 at: https://12bb5d7a.fastapitiangolo.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
В целом – хорошо. Нраица.
docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
Outdated
Show resolved
Hide resolved
docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
Outdated
Show resolved
Hide resolved
docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
Outdated
Show resolved
Hide resolved
docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
Outdated
Show resolved
Hide resolved
docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
Outdated
Show resolved
Hide resolved
docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
Outdated
Show resolved
Hide resolved
docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
Outdated
Show resolved
Hide resolved
docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
Outdated
Show resolved
Hide resolved
|
||
## Global Dependencies | ||
## Глобальный Dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ГлобальныЕ ? Или это один объект?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Речь про один объект, который единожды задается при создании всего FastAPI приложения, пример:
app = FastAPI(dependencies=[Depends(verify_token), Depends(verify_key)])
docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
Outdated
Show resolved
Hide resolved
📝 Docs preview for commit 4e9f38f at: https://75fad4e6.fastapitiangolo.pages.dev |
Привет, спасибо за ревью! Все поправил за исключением пары моментов, по ним отписался |
Thanks for the contribution! @anton2yakovlev 🤓 🚀 And thanks for the reviews @arynoot @s111d 🔍 If anyone has suggestions or wants to improve something, feel free to create a new PR. Thank you! 🤓 |
…endencies-in-path-operation-decorators.md` (fastapi#11411)
No description provided.