- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 512 for img (0.03 sec)
-
docs/ja/docs/tutorial/schema-extra-example.md
例えば、`Body`にボディリクエストの`example`を渡すことができます: ```Python hl_lines="21 22 23 24 25 26" {!../../docs_src/schema_extra_example/tutorial003.py!} ``` ## ドキュメントのUIの例 上記のいずれの方法でも、`/docs`の中では以下のようになります: <img src="https://fastapi.tiangolo.com/img/tutorial/body-fields/image01.png"> ## 技術詳細 `example` と `examples`について...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3K bytes - Viewed (0) -
docs/en/mkdocs.insiders.yml
plugins: social: cards_layout_options: logo: ../en/docs/img/icon-white.svg typeset: markdown_extensions: material.extensions.preview: targets: include:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Aug 14 14:33:27 UTC 2024 - 192 bytes - Viewed (0) -
docs/zh/docs/tutorial/schema-extra-example.md
尽可能选择使用 `Annotated` 的版本。 /// ```Python hl_lines="20-25" {!> ../../docs_src/schema_extra_example/tutorial003.py!} ``` //// ## 文档 UI 中的例子 使用上面的任何方法,它在 `/docs` 中看起来都是这样的: <img src="/img/tutorial/body-fields/image01.png"> ## 技术细节 关于 `example` 和 `examples`...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.5K bytes - Viewed (0) -
docs/en/docs/tutorial/schema-extra-example.md
```Python hl_lines="20-27" {!> ../../docs_src/schema_extra_example/tutorial003.py!} ``` //// ### Example in the docs UI With any of the methods above it would look like this in the `/docs`: <img src="/img/tutorial/body-fields/image01.png"> ### `Body` with multiple `examples` You can of course also pass multiple `examples`: //// tab | Python 3.10+ ```Python hl_lines="23-38"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.6K bytes - Viewed (0) -
docs/es/docs/features.md
![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png) * Documentación alternativa de la API con <a href="https://github.com/Rebilly/ReDoc" class="external-link" target="_blank"><strong>ReDoc</strong></a>. ![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png) ### Simplemente Python moderno
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 19 18:15:21 UTC 2024 - 10.9K bytes - Viewed (0) -
docs/ko/docs/tutorial/query-params-str-validations.md
"foo", "bar" ] } ``` /// tip | "팁" 위의 예와 같이 `list` 자료형으로 쿼리 매개변수를 선언하려면 `Query`를 명시적으로 사용해야 합니다. 그렇지 않으면 요청 본문으로 해석됩니다. /// 대화형 API 문서는 여러 값을 허용하도록 수정 됩니다: <img src="/img/tutorial/query-params-str-validations/image02.png"> ### 쿼리 매개변수 리스트 / 기본값을 사용하는 다중값 그리고 제공된 값이 없으면 기본 `list` 값을 정의할 수도 있습니다: ```Python hl_lines="9"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.5K bytes - Viewed (0) -
docs/pt/docs/features.md
![Interação Swagger UI](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png) * Documentação alternativa da API com <a href="https://github.com/Rebilly/ReDoc" class="external-link" target="_blank"><strong>ReDoc</strong></a>. ![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png) ### Apenas Python moderno
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 10.3K bytes - Viewed (0) -
scripts/playwright/separate_openapi_schemas/image03.py
page.get_by_role("tab", name="Schema").click() page.get_by_label("Schema").get_by_role("button", name="Expand all").click() # Manually add the screenshot page.screenshot( path="docs/en/docs/img/tutorial/separate-openapi-schemas/image03.png" ) # --------------------- context.close() browser.close() process = subprocess.Popen(
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Sep 13 09:14:46 UTC 2024 - 1K bytes - Viewed (0) -
docs/ru/docs/tutorial/schema-extra-example.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.5K bytes - Viewed (0) -
docs/zh/docs/advanced/dataclasses.md
在 `response_model` 参数中使用 `dataclasses`: ```Python hl_lines="1 7-13 19" {!../../docs_src/dataclasses/tutorial002.py!} ``` 本例把数据类自动转换为 Pydantic 数据类。 API 文档中也会显示相关概图: <img src="/img/tutorial/dataclasses/image01.png"> ## 在嵌套数据结构中使用数据类 您还可以把 `dataclasses` 与其它类型注解组合在一起,创建嵌套数据结构。 还有一些情况也可以使用 Pydantic 的 `dataclasses`。例如,在 API 文档中显示错误。 本例把标准的 `dataclasses` 直接替换为 `pydantic.dataclasses`:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.7K bytes - Viewed (0)