Class EarthquakesController

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

@RestController @RequestMapping("/api/earthquakes") public class EarthquakesController extends Object
  • Constructor Details

    • EarthquakesController

      public EarthquakesController()
  • Method Details

    • getEarthquakes

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