toggle menu
crypto-trader-data
JVM
switch theme
search in API
crypto-trader-data
/
org.cryptotrader.data.controller
/
PricePredictionController
Price
Prediction
Controller
@
RestController
@
RequestMapping
(
value
=
"/data/predictions"
)
open
class
PricePredictionController
Members
Constructors
Price
Prediction
Controller
Link copied to clipboard
@
Autowired
constructor
(
pricePredictionService
:
PricePredictionService
)
Functions
predictions
Link copied to clipboard
@
RequestMapping
(
value
=
"/add"
)
open
fun
predictions
(
@
RequestBody
pricePredictionRequest
:
PricePredictionRequest
)
:
ResponseEntity
<
PredictionIdResponse
>