Skip to content

Commit 6001cb8

Browse files
Added comment at suggestion of Gemini
1 parent ee9d22e commit 6001cb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/sdk-codegen/src/go.gen.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ func NewLookerSDK(session AuthSessionDoer) *LookerSDK {
380380
}
381381
}
382382

383+
// GetSession returns the underlying AuthSessionDoer object.
384+
// This is primarily for access to undocumented API endpoints.
383385
func (l *LookerSDK) GetSession() AuthSessionDoer {
384386
return l.session
385387
}

0 commit comments

Comments
 (0)