Skip to content

Commit

Permalink
add: UnbindMDMUserAuthDataRelation
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed Apr 20, 2024
1 parent aea35ed commit e93edd8
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ https://godoc.org/github.com/chyroc/lark

## Support APIs

API Count: 1087, Event Count: 149
API Count: 1089, Event Count: 149

<details>
<summary>
Expand Down Expand Up @@ -1045,6 +1045,9 @@ API Count: 1087, Event Count: 149
- GetLingoRepoList
- UploadLingoFile
- DownloadLingoFile
- MDM
- BindMDMUserAuthDataRelation
- UnbindMDMUserAuthDataRelation
- Mail
- GetMailUser
- CreateMailGroup
Expand Down
5 changes: 4 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ https://godoc.org/github.com/chyroc/lark

## 支持的接口

API 总数: 1087, 事件总数: 149
API 总数: 1089, 事件总数: 149

<details>
<summary>
Expand Down Expand Up @@ -1045,6 +1045,9 @@ API 总数: 1087, 事件总数: 149
- GetLingoRepoList
- UploadLingoFile
- DownloadLingoFile
- MDM
- BindMDMUserAuthDataRelation
- UnbindMDMUserAuthDataRelation
- Mail
- GetMailUser
- CreateMailGroup
Expand Down
78 changes: 78 additions & 0 deletions api_mdm_user_auth_data_relation_unbind.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions impl.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

120 changes: 120 additions & 0 deletions test/MDM_sample_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e93edd8

Please sign in to comment.