Added beta support for Canvas SmartSearch API (Issue #659)#690
Merged
Thetwam merged 7 commits intoucfopen:developfrom Jun 30, 2025
Merged
Added beta support for Canvas SmartSearch API (Issue #659)#690Thetwam merged 7 commits intoucfopen:developfrom
Thetwam merged 7 commits intoucfopen:developfrom
Conversation
…tch real-life use. Remove kwargs from SearchResult.resolve in favor of adding to kwargs not required list.
…artsearch is the only way a user can really get a SmartResult object, and that function adds the course_id in, we can use the internal course_id value reliably.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #690 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 74 75 +1
Lines 3764 3788 +24
=========================================
+ Hits 3764 3788 +24 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thetwam
approved these changes
Jun 30, 2025
Member
Thetwam
left a comment
There was a problem hiding this comment.
Thanks for your contribution! I made a bunch of tweaks to the code to match some real-world testing we did with this branch. If you have any questions, let me know. Thanks again! 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Fixes #659.
This was completed as part of Homework #6 of EECS 481, Software Engineering, at The University of Michigan, which requires students to create a pull request for an open-source project. For more information, see https://eecs481.org/hw6.html.