24fire-api 1.0.4 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,6 +24,13 @@ Wenn du Feedback hast, wenden dich an mich unter support@flostechnikwelt.de
|
|
|
24
24
|
## Author & Credits
|
|
25
25
|
- Flostechnikwelt
|
|
26
26
|
- Lars.1309
|
|
27
|
+
## Empfehlenswert
|
|
28
|
+
|
|
29
|
+
- [Offizielle API Dokumentation](https://documenter.getpostman.com/view/18955936/2s93zB6hJu)
|
|
30
|
+
- [24fire](https://24fire.de/)
|
|
31
|
+
- [Discord](https://discord.gg/24fire)
|
|
32
|
+
|
|
33
|
+
|
|
27
34
|
## Wie wird es installiert?
|
|
28
35
|
|
|
29
36
|
Um die 24fire-api in deinem Projekt zu installieren, führe bitte den folgenden Befehl aus
|
|
@@ -33,13 +40,17 @@ Um die 24fire-api in deinem Projekt zu installieren, führe bitte den folgenden
|
|
|
33
40
|
```
|
|
34
41
|
|
|
35
42
|
|
|
36
|
-
##
|
|
37
|
-
|
|
38
|
-
- [Offizielle API Dokumentation](https://documenter.getpostman.com/view/18955936/2s93zB6hJu)
|
|
39
|
-
- [24fire](https://24fire.de/)
|
|
40
|
-
- [Discord](https://discord.gg/24fire)
|
|
43
|
+
## Wie bekomme ich einen API Key?
|
|
41
44
|
|
|
42
|
-
|
|
45
|
+
Jeder Kunde hat die möglichkeit für seine VM einen API-Key zu bekommen.
|
|
46
|
+
#### 1. Wähle deinen Server aus
|
|
47
|
+

|
|
48
|
+
#### 2. Öffne das Menu durch den Buttn mit den drei Strichen
|
|
49
|
+

|
|
50
|
+
#### 3. Klicke auf "API-Key anzeigen"
|
|
51
|
+

|
|
52
|
+
#### 4. Nun sollte dieses Modal erscheinen, hier kannst du den API-Key kopieren
|
|
53
|
+
## Wie verwende ich fireapi-24fire?
|
|
43
54
|
|
|
44
55
|
|
|
45
56
|
### Einen fireApi Client erstellen
|