Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for robot (0.15 sec)

  1. 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)
  2. 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)
  3. 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)
  4. docs/fr/docs/tutorial/first-steps.md

    ## Récapitulatif
    
    * Importez `FastAPI`.
    * Créez une instance d'`app`.
    * Ajoutez une **décorateur d'opération de chemin** (tel que `@app.get("/")`).
    * Ajoutez une **fonction de chemin** (telle que `def root(): ...` comme ci-dessus).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Wed Sep 27 20:52:31 GMT 2023
    - 10.3K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. docs/ru/docs/tutorial/first-steps.md

    ## Резюме
    
    * Импортируем `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
    - 13.1K bytes
    - Viewed (0)
  8. docs/de/docs/tutorial/first-steps.md

    * Importieren Sie `FastAPI`.
    * Erstellen Sie eine `app` Instanz.
    * Schreiben Sie einen **Pfadoperation-Dekorator** (wie z. B. `@app.get("/")`).
    * Schreiben Sie eine **Pfadoperation-Funktion** (wie z. B. oben `def root(): ...`).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Jan 13 12:16:22 GMT 2024
    - 10.5K bytes
    - Viewed (0)
  9. docs/en/docs/tutorial/first-steps.md

    ## Recap
    
    * Import `FastAPI`.
    * Create an `app` instance.
    * Write a **path operation decorator** (like `@app.get("/")`).
    * Write a **path operation function** (like `def root(): ...` above).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 12K bytes
    - Viewed (0)
  10. docs/ja/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
    - 11.2K bytes
    - Viewed (0)
Back to top