]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🌐 Add German translation for `docs/de/docs/reference/fastapi.md` (#10813)
authorNils Lindemann <nilslindemann@tutanota.com>
Sun, 18 Feb 2024 12:19:32 +0000 (13:19 +0100)
committerGitHub <noreply@github.com>
Sun, 18 Feb 2024 12:19:32 +0000 (07:19 -0500)
docs/de/docs/reference/fastapi.md [new file with mode: 0644]

diff --git a/docs/de/docs/reference/fastapi.md b/docs/de/docs/reference/fastapi.md
new file mode 100644 (file)
index 0000000..4e6a569
--- /dev/null
@@ -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