PricePredictionController

@RestController
@RequestMapping(value = "/data/predictions")
open class PricePredictionController

Constructors

Link copied to clipboard
@Autowired
constructor(pricePredictionService: PricePredictionService)

Functions

Link copied to clipboard
@RequestMapping(value = "/add")
open fun predictions(@RequestBody pricePredictionRequest: PricePredictionRequest): ResponseEntity<PredictionIdResponse>