Class CourseOverTimeController

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

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

    • CourseOverTimeController

      public CourseOverTimeController()
  • Method Details

    • search

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