You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently GetVideos/GetVideosAsync return a single page wrapped in ClientResult. Switch these methods to the standard pagination pattern (same as ContainerClient) so callers can enumerate pages.
Refer this PR to implement the pagination pattern.