-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix Login Panic and Add Clone Derives #12
Commits on Nov 30, 2023
-
feat(lib): derive Clone for all public enums and structs
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Configuration menu - View commit details
-
Copy full SHA for a3c5e80 - Browse repository at this point
Copy the full SHA a3c5e80View commit details -
refactor(lib): revise authentication::login to check succeeded
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Configuration menu - View commit details
-
Copy full SHA for 42313ea - Browse repository at this point
Copy the full SHA 42313eaView commit details -
fix(lib): revise Api::new to return Result<(), UserError> from login
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Configuration menu - View commit details
-
Copy full SHA for 65aa0ea - Browse repository at this point
Copy the full SHA 65aa0eaView commit details -
docs(lib): update example with unwrap of Api::new
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Configuration menu - View commit details
-
Copy full SHA for 3f51a0b - Browse repository at this point
Copy the full SHA 3f51a0bView commit details -
docs(readme): update usage example with unwrap of Api::new
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Configuration menu - View commit details
-
Copy full SHA for 2827be1 - Browse repository at this point
Copy the full SHA 2827be1View commit details -
refactor(fuse): handle error response from Api::new
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Configuration menu - View commit details
-
Copy full SHA for c12dc4c - Browse repository at this point
Copy the full SHA c12dc4cView commit details -
refactor(cli): handle error response from Api::new
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Configuration menu - View commit details
-
Copy full SHA for 4a02432 - Browse repository at this point
Copy the full SHA 4a02432View commit details -
style(lib): fix missing , to make rustfmt happy
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Configuration menu - View commit details
-
Copy full SHA for 6fd0573 - Browse repository at this point
Copy the full SHA 6fd0573View commit details -
style(lib): remove duplicate Clone derive on PageMinimal
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Configuration menu - View commit details
-
Copy full SHA for d339b47 - Browse repository at this point
Copy the full SHA d339b47View commit details -
test(lib): handle error response from Api::new
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Configuration menu - View commit details
-
Copy full SHA for a43dbe0 - Browse repository at this point
Copy the full SHA a43dbe0View commit details -
style(tests): add line break to make rustfmt happy
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Configuration menu - View commit details
-
Copy full SHA for 175e139 - Browse repository at this point
Copy the full SHA 175e139View commit details -
docs(lib): add unwrap to Api::new call in page_get docstring
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Configuration menu - View commit details
-
Copy full SHA for a4e67ac - Browse repository at this point
Copy the full SHA a4e67acView commit details