Skip to content

fhyx/welink-api-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

welink-api-go

Environment for config

WELINK_CORP_ID=AppId
WELINK_CORP_SECRET=AppSecret

WELINK_TEST_UID='for unit test only'

Usage

import "fhyx.online/welink-api-go/welink"


api := NewAPI() // or New(appId, appSecret)

deptId := 0
recursive := false
data, err := api.ListDepartment(deptId, recursive)

uid := "yourUID"
at := "uid" // uid,mobile,cuid
user, err := api.GetUser(uid, at)

Links

TODO

  • Sync users
  • Sync department

About

Client library for WeLink API in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages