-
Notifications
You must be signed in to change notification settings - Fork 4
Refactor API methods to remove unnecessary async/await and improve return handling #1615
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
base: 11-19-_thunderstore-api_implement_user-facing_error_handling_improvements_and_update_tests_for_authentication_errors
Are you sure you want to change the base?
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
anttimaki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing to comment here except that the comment from previous PR's review applies here too.
635eec4 to
f78b11b
Compare
06e02e3 to
e40ef67
Compare
…turn handling Note: Some of the functions return shapes differ as of this commit, so the places that use these functions should change in future commits
…rn shapes (pagination)
f78b11b to
13fecd4
Compare
e40ef67 to
ee03845
Compare

Refactor API methods to remove unnecessary async/await and improve return handling
Note: Some of the functions return shapes differ as of this commit, so the places that use these functions should change in future commits
Update dapper-fake functions to match the changed dapper methods return shapes (pagination)