- Sort Score
- Result 10 results
- Languages All
Results 441 - 450 of 742 for imag (0.03 sec)
-
docs/em/docs/advanced/security/oauth2-scopes.md
{!../../docs_src/security/tutorial005.py!} ``` โฉ๏ธ ๐ฅ ๐ ๐ฃ ๐ โ, ๐ซ ๐ ๐ฆ ๐ ๐ ๏ธ ๐ฉบ ๐โ ๐ ๐น-/โ. & ๐ ๐ ๐ช ๐ โ โ ๐ ๐ ๐ค ๐: `me` & `items`. ๐ ๐ ๐ ๏ธ โ๏ธ ๐โ ๐ ๐ค โ โช ๐จ โฎ๏ธ ๐ฑ๐, ๐บ๐ธ๐, ๐, โ๏ธ: <img src="/img/tutorial/security/image11.png"> ## ๐ฅ ๐ค โฎ๏ธ โ ๐, ๐ ๐ค *โก ๐ ๏ธ* ๐จ โ ๐จ. ๐ฅ โ๏ธ ๐ `OAuth2PasswordRequestForm`. โซ๏ธ ๐ ๐ `scopes` โฎ๏ธ `list` `str`, โฎ๏ธ ๐ โ โซ๏ธ ๐จ ๐จ. & ๐ฅ ๐จ โ ๐ ๐ฅ ๐ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11K bytes - Viewed (0) -
docs/em/docs/how-to/extending-openapi.md
``` ### โ โซ๏ธ ๐ ๐ ๐ถ <a href="http://127.0.0.1:8000/redoc" class="external-link" target="_blank">http://127.0.0.1:8000/redoc</a> ๐ ๐ ๐ ๐ ๐ โ๏ธ ๐ ๐ ๐ฑ (๐ ๐ผ, **FastAPI**'โ ๐ฑ):
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.7K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/simple-oauth2.md
### ์ธ์ฆํ๊ธฐ "Authorize" ๋ฒํผ์ ๋๋ฌ๋ด ์๋ค. ์๊ฒฉ ์ฆ๋ช ์ ์ฌ์ฉํฉ๋๋ค. ์ ์ ๋ช : `johndoe` ํจ์ค์๋: `secret` <img src="/img/tutorial/security/image04.png"> ์์คํ ์์ ์ธ์ฆํ๋ฉด ๋ค์๊ณผ ๊ฐ์ด ํ์๋ฉ๋๋ค: <img src="/img/tutorial/security/image05.png"> ### ์์ ์ ์ ์ ๋ฐ์ดํฐ ๊ฐ์ ธ์ค๊ธฐ ์ด์ `/users/me` ๊ฒฝ๋ก์ `GET` ์์ ์ ์งํํฉ์๋ค. ๋ค์๊ณผ ๊ฐ์ ์ฌ์ฉ์ ๋ฐ์ดํฐ๋ฅผ ์ป์ ์ ์์ต๋๋ค: ```JSON {
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/ja/docs/deployment/docker.md
/// warning ใใฎใใผในใคใกใผใธใ้กไผผใฎใคใกใผใธใฏ**ๅฟ ่ฆใชใ**ๅฏ่ฝๆงใ้ซใใฎใงใ[ไธ่จใฎ: FastAPI็จใฎDockerใคใกใผใธใใใซใใใ๏ผBuild a Docker Image for FastAPI๏ผ](#build-a-docker-image-for-fastapi)ใฎใใใซใผใญใใใคใกใผใธใใใซใใใๆนใ่ฏใใงใใใใ /// ใใฎใคใกใผใธใซใฏใๅฉ็จๅฏ่ฝใชCPUใณใขใซๅบใฅใใฆ**ใฏใผใซใผใปใใญใปในใฎๆฐ**ใ่จญๅฎใใ**ใชใผใใใฅใผใใณใฐ**ใกใซใใบใ ใๅซใพใใฆใใพใใ ใใใฏ**่ณขๆใชใใใฉใซใ**ใๅใใฆใใพใใใ**็ฐๅขๅคๆฐ**ใ่จญๅฎใใกใคใซใไฝฟใฃใฆใในใฆใฎ่จญๅฎใๅคๆดใใใๆดๆฐใใใใใใใจใใงใใพใใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 44.3K bytes - Viewed (0) -
scripts/playwright/separate_openapi_schemas/image01.py
page.get_by_text("POST/items/Create Item").click() page.get_by_role("tab", name="Schema").first.click() # Manually add the screenshot page.screenshot( path="docs/en/docs/img/tutorial/separate-openapi-schemas/image01.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 - 974 bytes - Viewed (0) -
scripts/playwright/separate_openapi_schemas/image04.py
page.get_by_role("button", name="Item-Output").click() page.set_viewport_size({"width": 960, "height": 820}) # Manually add the screenshot page.screenshot( path="docs/en/docs/img/tutorial/separate-openapi-schemas/image04.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) -
.github/workflows/sigbuild-docker.yml
cache-from: type=registry,ref=tensorflow/build:latest-${{ matrix.python-version }} cache-to: type=inline - name: Image digest
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Fri Nov 01 08:40:10 UTC 2024 - 4.3K bytes - Viewed (0) -
docs/em/docs/features.md
![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png) * ๐ ๐ ๏ธ ๐งพ โฎ๏ธ <a href="https://github.com/Rebilly/ReDoc" class="external-link" target="_blank"><strong>๐</strong></a>. ![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png) ### ๐ ๐ โซ๏ธ ๐ โ๏ธ ๐ ๐ฉ **๐ 3๏ธโฃ.6๏ธโฃ ๐** ๐ (๐ Pydantic). ๐ โโ ๐ โ ๐ก. ๐ฉ ๐ ๐.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 8K bytes - Viewed (0) -
docs/pt/docs/tutorial/query-params-str-validations.md
/// A documentaรงรฃo interativa da API irรก atualizar de acordo, permitindo mรบltiplos valores: <img src="/img/tutorial/query-params-str-validations/image02.png"> ### Lista de parรขmetros de consulta / mรบltiplos valores por padrรฃo E vocรช tambรฉm pode definir uma lista (`list`) de valores padrรฃo caso nenhum seja informado:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.3K bytes - Viewed (0) -
docs/ja/docs/tutorial/path-params.md
ใใใฏใAPIใซ้ข้ฃใใใณใผใใฎ้็บใใใณใใใใฐใซ้ๅธธใซๅฝน็ซใกใพใใ /// ## ใใญใฅใกใณใ ใใใฆใใฉใฆใถใง <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a> ใ้ใใจใไปฅไธใฎๆงใช่ชๅ็ใซ็ๆใใใๅฏพ่ฉฑ็ใชใใญใฅใกใณใใ่กจ็คบใใใพใใ <img src="/img/tutorial/path-params/image01.png"> /// check | "็ขบ่ช" ็นฐใ่ฟใใซใชใใพใใใPythonๅๅฎฃ่จใไฝฟ็จใใใ ใใงใ**FastAPI**ใฏๅฏพ่ฉฑ็ใชAPIใใญใฅใกใณใใ่ชๅ็ใซ็ๆใใพใ๏ผSwagger UIใ็ตฑๅ๏ผใ ใในใใฉใกใผใฟใๆดๆฐใจใใฆๅฎฃ่จใใใฆใใใใจใซๆณจๆใใฆใใ ใใใ ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.6K bytes - Viewed (0)