Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

yilee/huawei-push

Repository files navigation

huawei-push

华为推送服务 Golang SDK

Production ready, full golang implementation of Huawei Push API (http://developer.huawei.com/push)

client := &HuaweiPushClient{
		clientID:     "clientID",
		clientSecret: "clientSecret",
	}
client.SingleSend(context.TODO(), NewSingleNotification("deviceToken", "message").SetRequestID("requestID").SetHighPriority())

About

华为推送Go SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages