Skip to content

Commit

Permalink
add: BatchGetCoreHRLocation
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed Oct 10, 2023
1 parent a8df0d4 commit eb34e18
Show file tree
Hide file tree
Showing 5 changed files with 400 additions and 2 deletions.
8 changes: 7 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: 918, Event Count: 124
API Count: 924, Event Count: 124

<details>
<summary>
Expand Down Expand Up @@ -451,19 +451,23 @@ API Count: 918, Event Count: 124
- UpdateCoreHRDepartment
- GetCoreHRDepartment
- GetCoreHRDepartmentList
- BatchGetCoreHRLocation
- CreateCoreHRLocation
- DeleteCoreHRLocation
- GetCoreHRLocation
- GetCoreHRLocationList
- BatchGetCoreHRCompany
- CreateCoreHRCompany
- DeleteCoreHRCompany
- GetCoreHRCompany
- GetCoreHRCompanyList
- BatchGetCoreHRJobLevel
- CreateCoreHRJobLevel
- DeleteCoreHRJobLevel
- UpdateCoreHRJobLevel
- GetCoreHRJobLevel
- GetCoreHRJobLevelList
- BatchGetCoreHRJobFamily
- CreateCoreHRJobFamily
- DeleteCoreHRJobFamily
- UpdateCoreHRJobFamily
Expand All @@ -472,6 +476,8 @@ API Count: 918, Event Count: 124
- CreateCoreHRJob
- DeleteCoreHRJob
- UpdateCoreHRJob
- GetCoreHRJobV2
- GetCoreHRJobListV2
- GetCoreHRJob
- GetCoreHRJobList
- CreateCoreHRPreHire
Expand Down
8 changes: 7 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 总数: 918, 事件总数: 124
API 总数: 924, 事件总数: 124

<details>
<summary>
Expand Down Expand Up @@ -451,19 +451,23 @@ API 总数: 918, 事件总数: 124
- UpdateCoreHRDepartment
- GetCoreHRDepartment
- GetCoreHRDepartmentList
- BatchGetCoreHRLocation
- CreateCoreHRLocation
- DeleteCoreHRLocation
- GetCoreHRLocation
- GetCoreHRLocationList
- BatchGetCoreHRCompany
- CreateCoreHRCompany
- DeleteCoreHRCompany
- GetCoreHRCompany
- GetCoreHRCompanyList
- BatchGetCoreHRJobLevel
- CreateCoreHRJobLevel
- DeleteCoreHRJobLevel
- UpdateCoreHRJobLevel
- GetCoreHRJobLevel
- GetCoreHRJobLevelList
- BatchGetCoreHRJobFamily
- CreateCoreHRJobFamily
- DeleteCoreHRJobFamily
- UpdateCoreHRJobFamily
Expand All @@ -472,6 +476,8 @@ API 总数: 918, 事件总数: 124
- CreateCoreHRJob
- DeleteCoreHRJob
- UpdateCoreHRJob
- GetCoreHRJobV2
- GetCoreHRJobListV2
- GetCoreHRJob
- GetCoreHRJobList
- CreateCoreHRPreHire
Expand Down
220 changes: 220 additions & 0 deletions api_corehr_location_get_batch.go

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

Loading

0 comments on commit eb34e18

Please sign in to comment.