Skip to content

Commit

Permalink
馃寪 Add German translation for docs/de/docs/reference/fastapi.md
Browse files Browse the repository at this point in the history
* Full translation
* In sync with current docs/en/docs/reference/fastapi.md
* Google Translate used
* Manually checked
* Checked for errors using LanguageTool
  • Loading branch information
nilslindemann committed Dec 23, 2023
1 parent e7756ae commit 92862fe
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/de/docs/reference/fastapi.md
@@ -0,0 +1,31 @@
Klasse `FastAPI`.

Hier sind die Referenzinformationen f眉r die Klasse `FastAPI` mit all ihren Parametern, Attributen und Methoden.

Sie k枚nnen die Klasse `FastAPI` 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 92862fe

Please sign in to comment.