Class CountryCodeController

java.lang.Object
edu.ucsb.cs156.spring.backenddemo.controllers.CountryCodeController

@RestController @RequestMapping("/api/countrycodes") public class CountryCodeController extends Object
  • Constructor Details

    • CountryCodeController

      public CountryCodeController()
  • Method Details

    • getCountryCodes

      @GetMapping("/get") public org.springframework.http.ResponseEntity<String> getCountryCodes(@RequestParam String country) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException