Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 359 Bytes

File metadata and controls

3 lines (2 loc) · 359 Bytes

Consuming Web Services

  1. Write a console application, which searches for news articles by given a query string and a count of articles to retrieve. The application should ask the user for input and print the Titles and URLs of the articles. For news articles search use the Feedzilla API and use one of WebClient, HttpWebRequest or HttpClient.