toggle menu
crypto-trader-data
JVM
switch theme
search in API
crypto-trader-data
/
org.cryptotrader.data.controller
/
NewsSentimentController
News
Sentiment
Controller
@
RestController
@
RequestMapping
(
value
=
"/data/news-sentiment"
)
open
class
NewsSentimentController
Members
Constructors
News
Sentiment
Controller
Link copied to clipboard
@
Autowired
constructor
(
newsSentimentService
:
NewsSentimentService
)
Functions
add
Link copied to clipboard
@
PostMapping
(
value
=
"/add"
)
open
fun
add
(
@
RequestBody
request
:
NewsSentimentRequest
)
:
ResponseEntity
<
OperationSuccessfulResponse
>