- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 248 for interactive (0.09 seconds)
-
docs/es/docs/tutorial/first-steps.md
Verás el response JSON como: ```JSON {"message": "Hello World"} ``` ### Documentación interactiva de la API { #interactive-api-docs } Ahora ve a [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). Verás la documentación interactiva automática de la API (proporcionada por [Swagger UI](https://github.com/swagger-api/swagger-ui)):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/en/docs/tutorial/query-params-str-validations.md
} ``` /// tip To declare a query parameter with a type of `list`, like in the example above, you need to explicitly use `Query`, otherwise it would be interpreted as a request body. /// The interactive API docs will update accordingly, to allow multiple values: <img src="/img/tutorial/query-params-str-validations/image02.png">
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 16.3K bytes - Click Count (0) -
docs/pt/docs/tutorial/first-steps.md
Você verá essa resposta em JSON: ```JSON {"message": "Hello World"} ``` ### Documentação Interativa de APIs { #interactive-api-docs } Agora vá para [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). Você verá a documentação interativa automática da API (fornecida por [Swagger UI](https://github.com/swagger-api/swagger-ui)):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/first-steps.md
この行はローカルマシンでアプリが提供されているURLを示しています。 ### チェック { #check-it } ブラウザで[http://127.0.0.1:8000](http://127.0.0.1:8000)を開きます。 次のようなJSONレスポンスが表示されます: ```JSON {"message": "Hello World"} ``` ### 対話的APIドキュメント { #interactive-api-docs } 次に、[http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)にアクセスします。 自動生成された対話的APIドキュメントが表示されます([Swagger UI](https://github.com/swagger-api/swagger-ui)で提供):Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 15.9K bytes - Click Count (0) -
docs/en/docs/tutorial/bigger-applications.md
* `/items/` * `/items/{item_id}` ...as we intended. * They will be marked with a list of tags that contain a single string `"items"`. * These "tags" are especially useful for the automatic interactive documentation systems (using OpenAPI). * All of them will include the predefined `responses`. * All these *path operations* will have the list of `dependencies` evaluated/executed before them.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/zh/docs/tutorial/first-steps.md
``` 该行显示了你的应用在本机所提供服务的 URL 地址。 ### 查看 { #check-it } 打开浏览器访问 [http://127.0.0.1:8000](http://127.0.0.1:8000)。 你将看到如下的 JSON 响应: ```JSON {"message": "Hello World"} ``` ### 交互式 API 文档 { #interactive-api-docs } 跳转到 [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)。 你将会看到自动生成的交互式 API 文档(由 [Swagger UI](https://github.com/swagger-api/swagger-ui) 提供):Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 13.3K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/index.md
**FastAPI** est basé sur **OpenAPI**. C'est ce qui rend possibles plusieurs interfaces de documentation interactive automatiques, la génération de code, etc. OpenAPI propose une manière de définir plusieurs « schémas » de sécurité. En les utilisant, vous pouvez tirer parti de tous ces outils basés sur des standards, y compris ces systèmes de documentation interactive. OpenAPI définit les schémas de sécurité suivants :
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 5.2K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/first-steps.md
```console $ fastapi dev <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div> ## Vérifier { #check-it } Allez à la documentation interactive à l'adresse : [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). Vous verrez quelque chose comme ceci : <img src="/img/tutorial/security/image01.png"> /// check | Bouton « Authorize » !
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 9.3K bytes - Click Count (0) -
docs/tr/docs/tutorial/path-operation-configuration.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 4.3K bytes - Click Count (0) -
.vscode/settings.json
{ "java.configuration.updateBuildConfiguration": "interactive", "java.import.gradle.wrapper.enabled": trueCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 18 00:48:52 GMT 2026 - 116 bytes - Click Count (0)