-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement new ClientBuilder pattern for login #120
Conversation
Generated by 🚫 Danger Swift against 5ca8fea |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Changes in 120 (2022-06-29)✨ Features
🙌 Improvements
🐛 Bugfixes
🧱 Build
Others
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/hi8Yks |
After making changes to the Rust FFI adopt the new style of login: first create a configure
ClientBuilder
, then buildClient
, finally login.Additionally pin the version of Rust SDK