- Sort Score
- Num 10 results
- Language All
Results 191 - 200 of 234 for ediyor (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/zh-hant/docs/advanced/generate-clients.md
他們的贊助也展現對 FastAPI **社群**(你)的高度承諾,不僅關心提供**優良服務**,也支持 **FastAPI** 作為一個**穩健且蓬勃的框架**。🙇 例如,你可以嘗試: * [Speakeasy](https://speakeasy.com/editor?utm_source=fastapi+repo&utm_medium=github+sponsorship) * [Stainless](https://www.stainless.com/?utm_source=fastapi&utm_medium=referral) * [liblab](https://developers.liblab.com/tutorials/sdk-for-fastapi?utm_source=fastapi)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 9.1K bytes - Click Count (0) -
docs/es/docs/tutorial/first-steps.md
``` Pero tendrías que recordar pasar el path correcto cada vez que llames al comando `fastapi`. Además, otras herramientas podrían no ser capaces de encontrarlo, por ejemplo la [Extensión de VS Code](../editor-support.md) o [FastAPI Cloud](https://fastapicloud.com), así que se recomienda usar el `entrypoint` en `pyproject.toml`. ### Despliega tu app (opcional) { #deploy-your-app-optional }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 13.9K bytes - Click Count (0) -
docs/fr/docs/tutorial/first-steps.md
``` Mais vous devrez vous souvenir de passer le chemin correct à chaque exécution de la commande `fastapi`. De plus, d’autres outils pourraient ne pas être capables de le trouver, par exemple l’[Extension VS Code](../editor-support.md) ou [FastAPI Cloud](https://fastapicloud.com), il est donc recommandé d’utiliser le `entrypoint` dans `pyproject.toml`. ### Déployer votre application (optionnel) { #deploy-your-app-optional }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 15.1K bytes - Click Count (0) -
docs/ja/docs/tutorial/body.md
モデルのJSON Schemaは、OpenAPIで生成されたスキーマの一部になり、対話的なAPIドキュメントに表示されます: <img src="/img/tutorial/body/image01.png"> また、それらが必要な各 *path operation* 内のAPIドキュメントでも使用されます: <img src="/img/tutorial/body/image02.png"> ## エディタサポート { #editor-support } エディタ上で、関数内のあらゆる場所で型ヒントと補完が得られます(Pydanticモデルの代わりに `dict` を受け取った場合は起きません): <img src="/img/tutorial/body/image03.png"> 不正な型操作に対するエラーチェックも得られます: <img src="/img/tutorial/body/image04.png">
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 8.2K bytes - Click Count (0) -
docs/pt/docs/tutorial/first-steps.md
``` Mas você teria que lembrar de passar o path correto toda vez que chamar o comando `fastapi`. Além disso, outras ferramentas podem não conseguir encontrá-la, por exemplo, a [Extensão do VS Code](../editor-support.md) ou a [FastAPI Cloud](https://fastapicloud.com), então é recomendado usar o `entrypoint` no `pyproject.toml`. ### Faça o deploy da sua aplicação (opcional) { #deploy-your-app-optional }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 14.2K bytes - Click Count (0) -
docs/ja/docs/tutorial/body-nested-models.md
```Python images: list[Image] ``` 以下のように: {* ../../docs_src/body_nested_models/tutorial008_py310.py hl[13] *} ## あらゆる場所でのエディタサポート { #editor-support-everywhere } そして、あらゆる場所でエディタサポートを得られます。 以下のようにリストの中の項目でも: <img src="/img/tutorial/body-nested-models/image01.png"> Pydanticモデルではなく、`dict`を直接使用している場合はこのようなエディタのサポートは得られません。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 8.6K bytes - Click Count (0) -
docs/ko/docs/advanced/generate-clients.md
또한 이들의 후원은 FastAPI **커뮤니티**(여러분)에 대한 강한 헌신을 보여주며, **좋은 서비스**를 제공하는 것뿐 아니라, 견고하고 활발한 프레임워크인 FastAPI를 지원하는 데에도 관심이 있음을 나타냅니다. 🙇 예를 들어 다음을 사용해 볼 수 있습니다: * [Speakeasy](https://speakeasy.com/editor?utm_source=fastapi+repo&utm_medium=github+sponsorship) * [Stainless](https://www.stainless.com/?utm_source=fastapi&utm_medium=referral) * [liblab](https://developers.liblab.com/tutorials/sdk-for-fastapi?utm_source=fastapi)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11K bytes - Click Count (0) -
docs/tr/docs/help-fastapi.md
# FastAPI'ye Yardım Et - Yardım Al { #help-fastapi-get-help } **FastAPI**'yi seviyor musunuz? FastAPI'ye, diğer kullanıcılara ve yazara yardım etmek ister misiniz? Yoksa **FastAPI** ile ilgili yardım mı almak istiyorsunuz? Yardım etmenin çok basit yolları var (bazıları sadece bir-iki tıklama gerektirir). Yardım almanın da birkaç yolu var. ## Bültene abone olun { #subscribe-to-the-newsletter }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 13.9K bytes - Click Count (0) -
docs/en/docs/tutorial/bigger-applications.md
``` But you would have to remember to pass the correct path every time you call the `fastapi` command. Additionally, other tools might not be able to find it, for example the [VS Code Extension](../editor-support.md) or [FastAPI Cloud](https://fastapicloud.com), so it is recommended to use the `entrypoint` in `pyproject.toml`. /// ## Check the automatic API docs { #check-the-automatic-api-docs } Now, run your app:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 19.2K bytes - Click Count (0) -
docs/ru/docs/virtual-environments.md
<div class="termy"> ```console $ python main.py Hello World ``` </div> ## Настройка вашего редактора кода { #configure-your-editor }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 33.5K bytes - Click Count (0)