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
b964e5c feat: specify client parameters with option pattern
BREAKING CHANGES
method NewBasicAuthClient() has been replaced with NewClient(<credentialProvider>) and NewUsernamePasswordCredentialsProvider() credential implementation
method NewTokenClient() has been replaced with NewClient(<credentialProvider>) and NewTokenCredentialsProvider() credential implementation