Class CourseInstructorController

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

@RestController @RequestMapping("/api/public/courseinstructor") public class CourseInstructorController extends Object
  • Constructor Details

    • CourseInstructorController

      public CourseInstructorController()
  • Method Details

    • search

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