Question: Python/Java Query a REST API to get information about a list of articles. Given an integer, limit, return the top limit article names ordered decreasing


Query a REST API to get information about a list of articles. Given an integer, limit, return the top limit article names ordered decreasing by comment count, then increasing alphabetically for those that have the same comment counts. To access the collection of users perform HTTP GET request to: https://jsonmock.hackerrank.com/api/articles?page= where is an integer denoting the page of the results to return and 1
Step by Step Solution
3.43 Rating (150 Votes )
There are 3 Steps involved in it
This problem can be approached in multiple ways using Python or Java One approach would be to use a library to make the API call such as the requests ... View full answer
Get step-by-step solutions from verified subject matter experts
