mirror of https://github.com/tiangolo/fastapi.git
🌐 Add German translation for `docs/de/docs/reference/fastapi.md` (#10813)
This commit is contained in:
parent
122713b168
commit
73ca60c273
|
|
@ -0,0 +1,31 @@
|
||||||
|
# `FastAPI`-Klasse
|
||||||
|
|
||||||
|
Hier sind die Referenzinformationen für die Klasse `FastAPI` mit all ihren Parametern, Attributen und Methoden.
|
||||||
|
|
||||||
|
Sie können die `FastAPI`-Klasse direkt von `fastapi` importieren:
|
||||||
|
|
||||||
|
```python
|
||||||
|
from fastapi import FastAPI
|
||||||
|
```
|
||||||
|
|
||||||
|
::: fastapi.FastAPI
|
||||||
|
options:
|
||||||
|
members:
|
||||||
|
- openapi_version
|
||||||
|
- webhooks
|
||||||
|
- state
|
||||||
|
- dependency_overrides
|
||||||
|
- openapi
|
||||||
|
- websocket
|
||||||
|
- include_router
|
||||||
|
- get
|
||||||
|
- put
|
||||||
|
- post
|
||||||
|
- delete
|
||||||
|
- options
|
||||||
|
- head
|
||||||
|
- patch
|
||||||
|
- trace
|
||||||
|
- on_event
|
||||||
|
- middleware
|
||||||
|
- exception_handler
|
||||||
Loading…
Reference in New Issue