Class UCSBSectionsController
java.lang.Object
edu.ucsb.cs156.courses.controllers.UCSBSectionsController
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String>basicsearch(String qtr, String dept, String level) org.springframework.http.ResponseEntity<String>sectionsearch(String qtr, String enrollCode)  
- 
Constructor Details
- 
UCSBSectionsController
public UCSBSectionsController() 
 - 
 - 
Method Details
- 
basicsearch
@GetMapping(value="/basicsearch", produces="application/json") public org.springframework.http.ResponseEntity<String> basicsearch(@RequestParam String qtr, @RequestParam String dept, @RequestParam String level) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
 com.fasterxml.jackson.core.JsonProcessingException
 - 
sectionsearch
 
 -