klafs-api 0.1.7

Rust client library for the Klafs sauna control API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
    <title>Klafs Sauna Login</title>
</head>
<body>
    <form action="/Account/Login" method="post">
        <input name="__RequestVerificationToken" type="hidden" value="test-csrf-token-12345" />
        <div class="validation-summary-errors">
            <span>Invalid login attempt. Ungültige Anmeldung.</span>
        </div>
        <input type="text" name="UserName" />
        <input type="password" name="Password" />
        <button type="submit">Login</button>
    </form>
</body>
</html>