mirror of
https://github.com/fastapi/fastapi.git
synced 2026-06-24 07:20:45 -04:00
547 B
547 B
APIRouter class
Here's the reference information for the APIRouter class, with all its parameters, attributes and methods.
You can import the APIRouter class directly from fastapi:
from fastapi import APIRouter
::: fastapi.APIRouter options: members: - websocket - include_router - frontend - get - put - post - delete - options - head - patch - trace - on_event