Example #1
0
        public async Task <ActionResult <CloudmersiveNLPResponse> > AnalyzeNewsAsync(string type, string url)
        {
            CloudmersiveNLPResponse cloudmersiveNLPResponse = await _newsRepository.CloudmersiveNLPResponseAsync(type, url);

            return(Ok(cloudmersiveNLPResponse));
        }