Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ofen/micloud-go
REST client for Xiaomi cloud.
https://github.com/ofen/micloud-go
client micloud mijia rest xiaomi
Last synced: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T14:59:25.000Z (over 2 years ago)
- Last Synced: 2024-06-20T11:57:13.627Z (7 months 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 mainimport (
"fmt""github.com/ofen/micloud-go"
)func main() {
...
}
```