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

Method GET

internal/cmdutil/dryrun.go:43–46  ·  view source on GitHub ↗

--- HTTP method builders (add a call, return self for chaining) ---

(url string)

Source from the content-addressed store, hash-verified

41// --- HTTP method builders (add a call, return self for chaining) ---
42
43func (d *DryRunAPI) GET(url string) *DryRunAPI {
44 d.calls = append(d.calls, DryRunAPICall{Method: "GET", URL: url})
45 return d
46}
47
48func (d *DryRunAPI) POST(url string) *DryRunAPI {
49 d.calls = append(d.calls, DryRunAPICall{Method: "POST", URL: url})

Callers 15

PrintDryRunWithFileFunction · 0.95
PrintDryRunFunction · 0.95
buildWikiMoveDryRunFunction · 0.95
buildWikiNodeGetDryRunFunction · 0.95
dryRunBaseCreateFunction · 0.95
PlanImportDryRunFunction · 0.95
TestDryRunAPI_SingleGETFunction · 0.80
TestDryRunAPI_WithParamsFunction · 0.80
TestDryRunAPI_ResolveURLFunction · 0.80

Calls

no outgoing calls

Tested by 5

TestDryRunAPI_SingleGETFunction · 0.64
TestDryRunAPI_WithParamsFunction · 0.64
TestDryRunAPI_ResolveURLFunction · 0.64