MCPcopy Index your code
hub / github.com/larksuite/cli / callTaskAPITyped

Function callTaskAPITyped

shortcuts/task/task_util.go:96–99  ·  view source on GitHub ↗
(runtime *common.RuntimeContext, method, url string, params map[string]interface{}, body interface{})

Source from the content-addressed store, hash-verified

94}
95
96func callTaskAPITyped(runtime *common.RuntimeContext, method, url string, params map[string]interface{}, body interface{}) (map[string]interface{}, error) {
97 data, err := runtime.CallAPITyped(method, url, params, body)
98 return data, applyTaskAPIHint(err)
99}
100
101func applyTaskAPIHint(err error) error {
102 if err == nil {

Callers 15

shortcuts.goFile · 0.85
task_followers.goFile · 0.85
task_reminder.goFile · 0.85
task_update.goFile · 0.85
getTasklistDetailFunction · 0.85
task_search.goFile · 0.85
getTaskDetailFunction · 0.85
tasklist_create.goFile · 0.85

Calls 2

applyTaskAPIHintFunction · 0.85
CallAPITypedMethod · 0.80

Tested by 1