Add support for fetching courses/instructors in a bulk, given a set of IDs.
Motivation and Context
We have been able to support batch queries for a long time but have never done so (mostly due to my poor planning). This should remove the need for consumers to query our API N times for N things, if they already know exactly what they want.
How Has This Been Tested?
Tested locally.
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 change)
Checklist:
[ ] My code involves a change to the database schema.
[ ] My code requires a change to the documentation.
Description
Add support for fetching courses/instructors in a bulk, given a set of IDs.
Motivation and Context
We have been able to support batch queries for a long time but have never done so (mostly due to my poor planning). This should remove the need for consumers to query our API N times for N things, if they already know exactly what they want.
How Has This Been Tested?
Tested locally.
Types of changes
Checklist: