committed by
GitHub
1 changed files with 24 additions and 0 deletions
@ -0,0 +1,24 @@ |
|||
# Classe `APIRouter` |
|||
|
|||
Aqui está a informação de referência para a classe `APIRouter`, com todos os seus parâmetros, atributos e métodos. |
|||
|
|||
Você pode importar a classe `APIRouter` diretamente do `fastapi`: |
|||
|
|||
```python |
|||
from fastapi import APIRouter |
|||
``` |
|||
|
|||
::: fastapi.APIRouter |
|||
options: |
|||
members: |
|||
- websocket |
|||
- include_router |
|||
- get |
|||
- put |
|||
- post |
|||
- delete |
|||
- options |
|||
- head |
|||
- patch |
|||
- trace |
|||
- on_event |
Loading…
Reference in new issue