MCPcopy Create free account
hub / github.com/openclaw/gogcli / AppScript

Method AppScript

internal/googleapi/factory.go:64–66  ·  view source on GitHub ↗
(ctx context.Context, account string)

Source from the content-addressed store, hash-verified

62}
63
64func (f Factory) AppScript(ctx context.Context, account string) (*script.Service, error) {
65 return NewAppScript(f.withAuth(ctx), account)
66}
67
68func (f Factory) AnalyticsAdmin(ctx context.Context, account string) (*analyticsadmin.Service, error) {
69 return NewAnalyticsAdmin(f.withAuth(ctx), account)

Callers 1

appScriptServiceFunction · 0.80

Calls 2

withAuthMethod · 0.95
NewAppScriptFunction · 0.85

Tested by

no test coverage detected