repositorypackage
0.0.0-20220107022628-a7874d3788ef
Repository: https://github.com/gunsluo/godingtalk.git
Documentation: pkg.go.dev
# README
Dingtalk
GO SDK for DingTalk
Example
package main
import (
"github.com/gunsluo/godingtalk"
)
func main() {
config := dingtalk.ISVConfig{
CorpId: corpId,
//CorpSecret: suiteSecret,
SuiteKey: suiteKey,
SuiteSecret: suiteSecret,
}
client = dingtalk.NewISVClient(config)
client.RefreshAndGetSuiteAccessToken()
}