Skip to content

Commit

Permalink
🌐 Add German translation for docs/de/docs/reference/fastapi.md (#10813
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nilslindemann committed Feb 18, 2024
1 parent 122713b commit 73ca60c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/de/docs/reference/fastapi.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 73ca60c

Please sign in to comment.