https://github.com/iwittkau/tadoauth
An unofficial tado authentication API library.
https://github.com/iwittkau/tadoauth
go golang homeautomation tado tado-api
Last synced: about 1 year ago
JSON representation
An unofficial tado authentication API library.
- Host: GitHub
- URL: https://github.com/iwittkau/tadoauth
- Owner: iwittkau
- Created: 2025-03-14T23:22:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T00:00:34.000Z (over 1 year ago)
- Last Synced: 2025-03-15T01:18:35.049Z (over 1 year ago)
- Topics: go, golang, homeautomation, tado, tado-api
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tadoauth [](https://pkg.go.dev/github.com/iwittkau/tadoauth)
===
### `github.com/iwittkau/tadoauth/auth`
tado API authentication client written in Go.
```go
import "github.com/iwittkau/tadoauth/auth"
```
[Documentation](https://pkg.go.dev/github.com/iwittkau/tadoauth)
### `github.com/iwittkau/tadoauth`
tado API authentication demo and playground.
```
go run github.com/iwittkau/tadoauth@latest setup
```