Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for interfaces (0.11 sec)

  1. docs/pt/docs/tutorial/bigger-applications.md

    ---
    
    Os `APIRouter`s não são "montados", eles não são isolados do resto do aplicativo.
    
    Isso ocorre porque queremos incluir suas *operações de rota* no esquema OpenAPI e nas interfaces de usuário.
    
    Como não podemos simplesmente isolá-los e "montá-los" independentemente do resto, as *operações de rota* são "clonadas" (recriadas), não incluídas diretamente.
    
    ///
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/bigger-applications.md

    ---
    
    The `APIRouter`s are not "mounted", they are not isolated from the rest of the application.
    
    This is because we want to include their *path operations* in the OpenAPI schema and the user interfaces.
    
    As we cannot just isolate them and "mount" them independently of the rest, the *path operations* are "cloned" (re-created), not included directly.
    
    ///
    
    ## Check the automatic API docs
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top