Hilfe: API-Endpunkt

Diese Anwendung bietet einen API-Endpunkt, um Passwörter direkt über die Kommandozeile abzurufen. Der Endpunkt gibt das Passwort im Plain-Text-Format zurück.

Endpunkt:

http://localhost:8080/api/password

Beispiele:

Mac/Linux (Terminal):

echo $(curl -s http://localhost:8080/api/password)

Windows (PowerShell):

Invoke-RestMethod -Uri http://localhost:8080/api/password

Windows (cmd):

curl http://localhost:8080/api/password

Zurück zur Passwort-Generierung