Class CourseOverTimeInstructorController

java.lang.Object
edu.ucsb.cs156.courses.controllers.CourseOverTimeInstructorController

@RestController @RequestMapping("/api/public/courseovertime") public class CourseOverTimeInstructorController extends Object
  • Constructor Details

    • CourseOverTimeInstructorController

      public CourseOverTimeInstructorController()
  • Method Details

    • search

      @GetMapping(value="/instructorsearch", produces="application/json") public org.springframework.http.ResponseEntity<String> search(@RequestParam String startQtr, @RequestParam String endQtr, @RequestParam String instructor, @RequestParam boolean lectureOnly) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException