org.heigit.ohsome.ohsomeapi.controller.dataaggregation.ChangesetsController Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ohsome-api Show documentation
Show all versions of ohsome-api Show documentation
A public Web-RESTful-API for "ohsome" OpenStreetMap history data.
package org.heigit.ohsome.ohsomeapi.controller.dataaggregation;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* Controller containing the GET and POST requests, which enter through "/changesets".
*
*/
@RestController
@RequestMapping("/changesets")
public class ChangesetsController {
}