https://github.com/ofen/micloud-go
REST client for Xiaomi cloud.
https://github.com/ofen/micloud-go
client micloud mijia rest xiaomi
Last synced: 11 months ago
JSON representation
REST client for Xiaomi cloud.
- Host: GitHub
- URL: https://github.com/ofen/micloud-go
- Owner: ofen
- License: apache-2.0
- Created: 2022-05-03T14:54:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T14:59:25.000Z (about 4 years ago)
- Last Synced: 2025-03-24T01:20:53.537Z (about 1 year ago)
- Topics: client, micloud, mijia, rest, xiaomi
- Language: Go
- Homepage: https://pkg.go.dev/github.com/ofen/micloud-go
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
REST client for Xiaomi cloud. Project based on https://github.com/Squachen/micloud.
## Install
```sh
go get github.com/ofen/micloud-go
```
## Example
```go
package main
import (
"fmt"
"github.com/ofen/micloud-go"
)
func main() {
...
}
```