Class UCSBCurriculumController
java.lang.Object
edu.ucsb.cs156.courses.controllers.ApiController
edu.ucsb.cs156.courses.controllers.UCSBCurriculumController
@RestController
@RequestMapping("/api/public")
public class UCSBCurriculumController
extends ApiController
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<String> basicsearch
(String qtr, String dept, String level) Methods inherited from class edu.ucsb.cs156.courses.controllers.ApiController
genericMessage, getCurrentUser, handleGenericException, handleIllegalArgumentException
-
Constructor Details
-
UCSBCurriculumController
public UCSBCurriculumController()
-
-
Method Details