MCPcopy
hub / github.com/larksuite/cli / apiDryRun

Function apiDryRun

cmd/api/api.go:300–302  ·  view source on GitHub ↗
(f *cmdutil.Factory, request client.RawApiRequest, config *core.CliConfig, format string)

Source from the content-addressed store, hash-verified

298}
299
300func apiDryRun(f *cmdutil.Factory, request client.RawApiRequest, config *core.CliConfig, format string) error {
301 return cmdutil.PrintDryRun(f.IOStreams.Out, request, config, format)
302}
303
304func apiPaginate(ctx context.Context, ac *client.APIClient, request client.RawApiRequest, format output.Format, jqExpr string, out, errOut io.Writer, commandPath string, pagOpts client.PaginationOptions) error {
305 if pagOpts.Identity == "" {

Callers 1

apiRunFunction · 0.85

Calls 1

PrintDryRunFunction · 0.92

Tested by

no test coverage detected