NewsSentimentController

@RestController
@RequestMapping(value = "/data/news-sentiment")
open class NewsSentimentController

Constructors

Link copied to clipboard
@Autowired
constructor(newsSentimentService: NewsSentimentService)

Functions

Link copied to clipboard
@PostMapping(value = "/add")
open fun add(@RequestBody request: NewsSentimentRequest): ResponseEntity<OperationSuccessfulResponse>