Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 247 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 247 Bytes

REST client for Xiaomi cloud. Project based on https://github.com/Squachen/micloud.

Install

go get github.com/ofen/micloud-go

Example

package main

import (
	"fmt"

	"github.com/ofen/micloud-go"
)

func main() {
	...
}