Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for Lyding (0.17 sec)

  1. docs/yo/docs/index.md

    ```console
    $ pip install "uvicorn[standard]"
    
    ---> 100%
    ```
    
    </div>
    
    ## Àpẹẹrẹ
    
    ### Ṣẹ̀dá rẹ̀
    
    * Ṣẹ̀dá fáìlì `main.py (èyí tíí ṣe, akọkọ.py)` pẹ̀lú:
    
    ```Python
    from typing import Union
    
    from fastapi import FastAPI
    
    app = FastAPI()
    
    
    @app.get("/")
    def read_root():
        return {"Hello": "World"}
    
    
    @app.get("/items/{item_id}")
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 24.1K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/dependencies/index.md

    paying_user --> pro_items
    ```
    
    ## Integrated with **OpenAPI**
    
    All these dependencies, while declaring their requirements, also add parameters, validations, etc. to your *path operations*.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.6K bytes
    - Viewed (0)
Back to top