How to display an HTTP "GET"?
-
Hello,
I’m trying to import app reviews/data from a site – 42matters.com – and have no idea how to do it.
There appear to be two methods – one using a “GET” – and this is the example it gives (without my api token):
Resource URL https://42matters.com/api/1/ios/apps/search.json HTTP Method GET
The other method allows you to do a search and then displays this, saying “Your Query” but as it doesn’t even list any url I’m not even sure if it’s for external use or just an example – but an example of what and how do I use it?
{ "query": { "name": "Most Popular Apps", "platform": "ios", "query_params": { "from": 0, "num": 100, "sort": "userRatingCount", "sort_order": "desc", "primaryGenreId": [ 6020 ], "genreIds": [], "contentAdvisoryRating": [ "4+", "9+", "12+", "17+", "Not yet rated" ], "rating_gte": 3.5, "ratings_count_gte": 0 } } }
If anyone understands what I’m talking – you’re way ahead of me! ??
Can anyone help out?
Thanks!
Rob
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to display an HTTP "GET"?’ is closed to new replies.