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
FCE-2044 validate credentials at client creation (#271)
## Description
Adds credentials validation to the preferred way of creating the client.
There is also a separate checkCredentials method if someone needs to
create the client synchronously.
## Motivation and Context
The SDK client should fail fast when misconfigured.
## Documentation impact
- [ ] Documentation update required
- [x] Documentation updated [in another
PR](fishjam-cloud/documentation#259)
- [ ] No documentation update required
## Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to
not work as expected)
0 commit comments