Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for url (1.78 sec)

  1. docs/de/docs/advanced/openapi-callbacks.md

    Dieser Teil ist ziemlich normal, der grâßte Teil des Codes ist Ihnen wahrscheinlich bereits bekannt:
    
    ```Python hl_lines="9-13  36-53"
    {!../../../docs_src/openapi_callbacks/tutorial001.py!}
    ```
    
    !!! tip "Tipp"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:17:23 GMT 2024
    - 8.8K bytes
    - Viewed (0)
  2. docs/em/docs/advanced/openapi-callbacks.md

    ## 😐 **FastAPI** πŸ“±
    
    ➑️ πŸ₯‡ πŸ‘€ ❔ 😐 πŸ› οΈ πŸ“± πŸ”œ πŸ‘€ πŸ’– ⏭ ❎ ⏲.
    
    ⚫️ πŸ”œ βœ”οΈ *➑ πŸ› οΈ* πŸ‘ˆ πŸ”œ πŸ“¨ `Invoice` πŸ’ͺ, & πŸ”’ πŸ”’ `callback_url` πŸ‘ˆ πŸ”œ πŸ”Œ πŸ“› ⏲.
    
    πŸ‘‰ πŸ• πŸ“Ά 😐, πŸŒ… πŸ“Ÿ 🎲 βͺ 😰 πŸ‘†:
    
    ```Python hl_lines="9-13  36-53"
    {!../../../docs_src/openapi_callbacks/tutorial001.py!}
    ```
    
    !!! tip
         `callback_url` πŸ”’ πŸ”’ βš™οΈ Pydantic <a href="https://docs.pydantic.dev/latest/concepts/types/#urls" class="external-link" target="_blank">πŸ“›</a> πŸ†Ž.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 6.6K bytes
    - Viewed (0)
  3. docs/en/docs/advanced/openapi-callbacks.md

    It will have a *path operation* that will receive an `Invoice` body, and a query parameter `callback_url` that will contain the URL for the callback.
    
    This part is pretty normal, most of the code is probably already familiar to you:
    
    ```Python hl_lines="9-13  36-53"
    {!../../../docs_src/openapi_callbacks/tutorial001.py!}
    ```
    
    !!! tip
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 7.7K bytes
    - Viewed (0)
  4. docs/zh/docs/advanced/openapi-callbacks.md

    ζ·»εŠ ε›žθ°ƒε‰οΌŒι¦–ε…ˆηœ‹δΈ‹εΈΈθ§„ API εΊ”η”¨ζ˜―δ»€δΉˆζ ·ε­γ€‚
    
    常规 API εΊ”η”¨εŒ…ε«ζŽ₯ζ”Ά `Invoice` θ―·ζ±‚δ½“ηš„*θ·―εΎ„ζ“δ½œ*οΌŒθΏ˜ζœ‰εŒ…ε«ε›žθ°ƒ URL ηš„ζŸ₯诒参数 `callback_url`。
    
    θΏ™ιƒ¨εˆ†δ»£η εΎˆεΈΈθ§„οΌŒζ‚¨ε―Ήη»ε€§ε€šζ•°δ»£η εΊ”θ―₯ιƒ½ζ―”θΎƒη†Ÿζ‚‰δΊ†οΌš
    
    ```Python hl_lines="10-14  37-54"
    {!../../../docs_src/openapi_callbacks/tutorial001.py!}
    ```
    
    !!! tip "提瀺"
    
        `callback_url` ζŸ₯诒参数使用 Pydantic ηš„ <a href="https://pydantic-docs.helpmanual.io/usage/types/#urls" class="external-link" target="_blank">URL</a> η±»εž‹γ€‚
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 22:46:28 GMT 2024
    - 6.6K bytes
    - Viewed (0)
Back to top