- Sort Score
- Num 10 results
- Language All
Results 351 - 360 of 768 for Img (0.01 seconds)
-
docs/tr/docs/tutorial/security/simple-oauth2.md
"Authorize" butonuna tıklayın. Şu bilgileri kullanın: User: `johndoe` Password: `secret` <img src="/img/tutorial/security/image04.png"> Sistemde authenticate olduktan sonra şöyle görürsünüz: <img src="/img/tutorial/security/image05.png"> ### Kendi Kullanıcı Verinizi Alma { #get-your-own-user-data } Şimdi `/users/me` path’inde `GET` operasyonunu kullanın.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 10.4K bytes - Click Count (0) -
docs/uk/docs/tutorial/security/oauth2-jwt.md
Ви побачите такий інтерфейс користувача: <img src="/img/tutorial/security/image07.png"> Авторизуйте застосунок так само, як раніше. Використайте облікові дані: Username: `johndoe` Password: `secret` /// check | Перевірте Зверніть увагу, що ніде в коді немає відкритого пароля "`secret`", ми маємо лише хешовану версію. /// <img src="/img/tutorial/security/image08.png">
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 17.9K bytes - Click Count (0) -
docs/es/docs/tutorial/response-status-code.md
/// Esto hará: * Devolver ese código de estado en el response. * Documentarlo como tal en el esquema de OpenAPI (y por lo tanto, en las interfaces de usuario): <img src="/img/tutorial/response-status-code/image01.png"> /// note | Nota Algunos códigos de response (ver la siguiente sección) indican que el response no tiene un body.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 4.3K bytes - Click Count (0) -
docs/ko/docs/python-types.md
<img src="/img/python-types/image02.png"> 그러면 스크롤하며 옵션을 보다가, "기억나는" 것을 찾을 수 있습니다: <img src="/img/python-types/image03.png"> ## 더 큰 동기부여 { #more-motivation } 이 함수를 확인해보세요. 이미 타입 힌트가 있습니다: {* ../../docs_src/python_types/tutorial003_py310.py hl[1] *} 에디터가 변수의 타입을 알고 있기 때문에, 자동완성만 되는 게 아니라 오류 검사도 할 수 있습니다: <img src="/img/python-types/image04.png">
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 13K bytes - Click Count (0) -
docs/uk/docs/tutorial/security/first-steps.md
``` </div> ## Перевірте { #check-it } Перейдіть до інтерактивної документації: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs). Ви побачите щось подібне: <img src="/img/tutorial/security/image01.png"> /// check | Кнопка Authorize! У вас уже є нова блискуча кнопка «Authorize». А ваша *операція шляху* має маленький замок у правому верхньому куті, на який можна натиснути. ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 12.6K bytes - Click Count (0) -
docs/tr/docs/tutorial/path-params.md
/// ## Dokümantasyon { #documentation } Tarayıcınızı [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs) adresinde açtığınızda, aşağıdaki gibi otomatik ve interaktif bir API dokümantasyonu görürsünüz: <img src="/img/tutorial/path-params/image01.png"> /// check | Ek bilgi Yine, sadece aynı Python tip tanımıyla **FastAPI** size otomatik ve interaktif dokümantasyon (Swagger UI entegrasyonuyla) sağlar.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 9.7K bytes - Click Count (0) -
docs/es/docs/advanced/sub-applications.md
<img src="/img/tutorial/sub-applications/image01.png"> Y luego, abre la documentación para la sub-aplicación, en [http://127.0.0.1:8000/subapi/docs](http://127.0.0.1:8000/subapi/docs). Verás la documentación automática de la API para la sub-aplicación, incluyendo solo sus propias _path operations_, todas bajo el prefijo correcto del sub-path `/subapi`: <img src="/img/tutorial/sub-applications/image02.png">
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 3.1K bytes - Click Count (0) -
docs/pt/docs/advanced/sub-applications.md
<img src="/img/tutorial/sub-applications/image01.png"> E então, abra a documentação para a sub-aplicação, em [http://127.0.0.1:8000/subapi/docs](http://127.0.0.1:8000/subapi/docs). Você verá a documentação automática da API para a sub-aplicação, incluindo apenas suas próprias _operações de rota_, todas sob o prefixo de sub-path correto `/subapi`: <img src="/img/tutorial/sub-applications/image02.png">
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 3.1K bytes - Click Count (0) -
docs/pt/docs/tutorial/response-status-code.md
/// Dessa forma: * Este código de status será retornado na resposta. * Será documentado como tal no esquema OpenAPI (e, portanto, nas interfaces do usuário): <img src="/img/tutorial/response-status-code/image01.png"> /// note | Nota Alguns códigos de resposta (consulte a próxima seção) indicam que a resposta não possui um corpo.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 4.3K bytes - Click Count (0) -
docs/tr/docs/tutorial/security/oauth2-jwt.md
Şuna benzer bir arayüz göreceksiniz: <img src="/img/tutorial/security/image07.png"> Uygulamayı, öncekiyle aynı şekilde authorize edin. Şu kimlik bilgilerini kullanarak: Username: `johndoe` Password: `secret` /// check | Ek bilgi Kodun hiçbir yerinde düz metin password "`secret`" yok; sadece hash'lenmiş hâli var. /// <img src="/img/tutorial/security/image08.png">
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 12.1K bytes - Click Count (0)