Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Yilmaz (0.2 sec)

  1. docs/tr/docs/features.md

    **FastAPI** ile beraber **Pydantic**'in bütün özelliklerine sahip olacaksınız (FastAPI data kontrolünü Pydantic'in üzerine kurduğu için):
    
    * **Kafa karıştırmaz**:
        * Farklı bir syntax öğrenmenize gerek kalmaz,
        * Eğer Python typelarını nasıl kullanacağını biliyorsan Pydantic kullanmayı da biliyorsundur.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.1K bytes
    - Viewed (0)
  2. docs/tr/docs/tutorial/first-steps.md

    * `@app.patch()`
    * `@app.trace()`
    
    !!! tip "İpucu"
        Her işlemi (HTTP metod) istediğiniz gibi kullanmakta özgürsünüz.
    
        **FastAPI** herhangi bir özel amacı veya anlamı olması konusunda ısrarcı olmaz.
    
        Buradaki bilgiler bir gereklilik değil, bir kılavuz olarak sunulmaktadır.
    
        Mesela GraphQL kullanırkan genelde tüm işlemleri yalnızca `POST` operasyonunu kullanarak gerçekleştirirsiniz.
    
    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/tr/docs/index.md

    * <a href="https://pyyaml.org/wiki/PyYAMLDocumentation" target="_blank"><code>pyyaml</code></a> - `SchemaGenerator` desteği için gerekli (Muhtemelen FastAPI kullanırken ihtiyacınız olmaz).
    
    Hem FastAPI hem de Starlette tarafından kullanılan:
    
    * <a href="https://www.uvicorn.org" target="_blank"><code>uvicorn</code></a> - oluşturduğumuz uygulamayı servis edecek web sunucusu görevini üstlenir.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 21.9K bytes
    - Viewed (0)
Back to top