Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for roboto (0.48 sec)

  1. docs/pt/docs/tutorial/first-steps.md

    ## Recapitulando
    
    * Importe `FastAPI`.
    * Crie uma instância do `app`.
    * Coloque o **decorador que define a operação** (como `@app.get("/")`).
    * Escreva uma **função para a operação da rota** (como `def root(): ...`) abaixo.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 9.6K bytes
    - Viewed (0)
  2. docs/ko/docs/tutorial/first-steps.md

    JSON으로 자동 변환되는 객체들과 모델들(ORM 등을 포함해서)이 많이 있습니다. 가장 마음에 드는 것을 사용하십시오, 이미 지원되고 있을 것입니다.
    
    ## 요약
    
    * `FastAPI` 임포트.
    * `app` 인스턴스 생성.
    * (`@app.get("/")`처럼) **경로 작동 데코레이터** 작성.
    * (위에 있는 `def root(): ...`처럼) **경로 작동 함수** 작성.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 10.5K bytes
    - Viewed (0)
  3. docs/tr/docs/tutorial/first-steps.md

    ## Özet
    
    * `FastAPI`'yı projemize dahil ettik.
    * Bir `app` örneği oluşturduk.
    * Bir **yol operasyonu dekoratörü** (`@app.get("/")` gibi) yazdık.
    * Bir **yol operasyonu fonksiyonu** (`def root(): ...` gibi) yazdık.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Feb 08 13:10:55 GMT 2024
    - 10.6K bytes
    - Viewed (0)
  4. docs/es/docs/tutorial/first-steps.md

    ## Repaso
    
    * Importa `FastAPI`.
    * Crea un instance de `app`.
    * Escribe un **decorador de operación de path** (como `@app.get("/")`).
    * Escribe una **función de la operación de path** (como `def root(): ...` arriba).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 9.9K bytes
    - Viewed (0)
  5. docs/zh/docs/tutorial/first-steps.md

    你还可以返回 Pydantic 模型(稍后你将了解更多)。
    
    还有许多其他将会自动转换为 JSON 的对象和模型(包括 ORM 对象等)。尝试下使用你最喜欢的一种,它很有可能已经被支持。
    
    ## 总结
    
    * 导入 `FastAPI`。
    * 创建一个 `app` 实例。
    * 编写一个**路径操作装饰器**(如 `@app.get("/")`)。
    * 编写一个**路径操作函数**(如上面的 `def root(): ...`)。
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 12 00:06:16 GMT 2022
    - 9.2K bytes
    - Viewed (0)
  6. docs/pl/docs/tutorial/first-steps.md

    ## Podsumowanie
    
    * Zaimportuj `FastAPI`.
    * Stwórz instancję `app`.
    * Dodaj **dekorator operacji na ścieżce** (taki jak `@app.get("/")`).
    * Napisz **funkcję obsługującą ścieżkę** (taką jak `def root(): ...` powyżej).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 9.8K bytes
    - Viewed (0)
  7. docs/vi/docs/tutorial/first-steps.md

    ## Tóm lại
    
    * Import `FastAPI`.
    * Tạo một `app` instance.
    * Viết một **decorator cho đường dẫn toán tử** (giống như `@app.get("/")`).
    * Viết một **hàm cho đường dẫn toán tử** (giống như  `def root(): ...` ở trên).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Sep 02 15:44:17 GMT 2023
    - 11.2K bytes
    - Viewed (0)
Back to top