Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for Breiding (0.18 sec)

  1. docs/en/docs/tutorial/response-model.md

    That's why in this example we have to declare it in the `response_model` parameter.
    
    ...but continue reading below to see how to overcome that.
    
    ## Return Type and Data Filtering
    
    Let's continue from the previous example. We wanted to **annotate the function with one type** but return something that includes **more data**.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 17.9K bytes
    - Viewed (0)
  2. docs/en/docs/alternatives.md

    ### <a href="https://webargs.readthedocs.io/en/latest/" class="external-link" target="_blank">Webargs</a>
    
    Another big feature required by APIs is <abbr title="reading and converting to Python data">parsing</abbr> data from incoming requests.
    
    Webargs is a tool that was made to provide that on top of several frameworks, including Flask.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 23.2K bytes
    - Viewed (0)
  3. docs/em/docs/alternatives.md

    !!! check "ðŸ˜Ū **FastAPI** "
        ⚙ïļ 📟 🔎 "🔗" 👈 🚚 ðŸ’― 🆎 &amp; 🔎, 🔁.
    
    ### <a href="https://webargs.readthedocs.io/en/latest/" class="external-link" target="_blank">Webarg</a>
    
    ➕1ïļâƒĢ ðŸĶ ⚒ ✔ 🔗 <abbr title="reading and converting to Python data">✍</abbr> 📊 ⚩ïļâžĄïļ ðŸ“Ļ ðŸ“Ļ.
    
    Webarg 🧰 👈 ⚒ 🚚 👈 🔛 🔝 📚 🛠ïļ, 🔌 🏚.
    
    âšŦïļ ⚙ïļ 🍭 🔘 ðŸ’― 🔎. &amp; âšŦïļ ✍ 🎏 ðŸ‘Đ‍ðŸ’ŧ.
    
    âšŦïļ 👑 🧰 &amp; ðŸ‘Ī ✔ïļ ⚙ïļ âšŦïļ 📚 💁‍♂ïļ, ⏭ ✔ïļ **FastAPI**.
    
    !!! info
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 18.7K bytes
    - Viewed (0)
  4. docs/en/docs/deployment/concepts.md

    ## Recap
    
    You have been reading here some of the main concepts that you would probably need to keep in mind when deciding how to deploy your application:
    
    * Security - HTTPS
    * Running on startup
    * Restarts
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 18K bytes
    - Viewed (0)
  5. docs/en/docs/tutorial/sql-databases.md

    ### Create Pydantic *models* / schemas for reading / returning
    
    Now create Pydantic *models* (schemas) that will be used when reading data, when returning it from the API.
    
    For example, before creating an item, we don't know what will be the ID assigned to it, but when reading it (when returning it from the API) we will already know its ID.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 29.6K bytes
    - Viewed (0)
  6. docs/en/docs/advanced/settings.md

    ### Creating the `Settings` only once with `lru_cache`
    
    Reading a file from disk is normally a costly (slow) operation, so you probably want to do it only once and then re-use the same settings object, instead of reading it for each request.
    
    But every time we do:
    
    ```Python
    Settings()
    ```
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 15.7K bytes
    - Viewed (0)
  7. docs/en/docs/index.md

    * **Intuitive**: Great editor support. <abbr title="also known as auto-complete, autocompletion, IntelliSense">Completion</abbr> everywhere. Less time debugging.
    * **Easy**: Designed to be easy to use and learn. Less time reading docs.
    * **Short**: Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs.
    * **Robust**: Get production-ready code. With automatic interactive documentation.
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 19.2K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/dependencies/dependencies-with-yield.md

    ### What are "Context Managers"
    
    "Context Managers" are any of those Python objects that you can use in a `with` statement.
    
    For example, <a href="https://docs.python.org/3/tutorial/inputoutput.html#reading-and-writing-files" class="external-link" target="_blank">you can use `with` to read a file</a>:
    
    ```Python
    with open("./somefile.txt") as f:
        contents = f.read()
        print(contents)
    ```
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Feb 24 23:06:37 GMT 2024
    - 14.1K bytes
    - Viewed (0)
  9. docs/em/docs/async.md

    ðŸšĨ 👆 👟 ⚩ïļâžĄïļ ➕1ïļâƒĢ 🔁 🛠ïļ 👈 ðŸ”Ļ ðŸšŦ 👷 🌌 🔎 🔛 &amp; 👆 ⚙ïļ ⚖ 🙃 📊-ðŸ•ī *➡ 🛠ïļ ðŸ”Ē* âŪïļ ✅ `def` ðŸĪŠ 🎭 📈 (🔃 1ïļâƒĢ0ïļâƒĢ0ïļâƒĢ 💓), 🙏 🗒 👈 **FastAPI** ⭐ 🔜 🔄. ðŸ‘Ŧ 💞, âšŦïļ ðŸ‘ŧ ⚙ïļ `async def` ðŸšĨ 👆 *➡ 🛠ïļ ðŸ”Ē* ⚙ïļ 📟 👈 🎭 🚧 <abbr title="Input/Output: disk reading or writing, network communications.">ðŸ‘Ī/ðŸ…ū</abbr>.
    
    , ðŸ‘Ŋ‍♂ïļ ⚠, ðŸĪž 👈 **FastAPI** 🔜 [âĐ](index.md#_15){.internal-link target=_blank} 🌘 (⚖ïļ 🌘 ⭐) 👆 âŪïļ 🛠ïļ.
    
    ### 🔗
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 18.7K bytes
    - Viewed (0)
  10. docs/en/docs/advanced/security/oauth2-scopes.md

        In many cases, OAuth2 with scopes can be an overkill.
    
        But if you know you need it, or you are curious, keep reading.
    
    ## OAuth2 scopes and OpenAPI
    
    The OAuth2 specification defines "scopes" as a list of strings separated by spaces.
    
    The content of each of these strings can have any format, but should not contain spaces.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Jan 11 21:21:35 GMT 2024
    - 20.5K bytes
    - Viewed (0)
Back to top