Should be made in controller file of the specified micro service
Should return the return of an unimplemented fictitious JPA call (make sure to comment out above what data you need with it) with an appropriate type, consider if the possible return parameter might be more than one
The function name should be logical given what you're retrieving
Specific Endpoint Requirements
Should take CRN/Course ID as a parameter, required
Should return the value from a function that you make the name for to implement later, something like (JPAFile.getPrereqs()) or something better
Should be made in the controller file of the Bulletin Micro service on the dev branch
General Endpoint Requirements
Specific Endpoint Requirements