An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

tadoauth [![Go Reference](https://pkg.go.dev/badge/github.com/iwittkau/tadoauth.svg)](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
```