I am not finding a way to return a list of new questions by tag with the new stack exchange api.
Am I missing something or is this not available? If this is not available, I most certainly request this feature.
Thanks.
|
I am not finding a way to return a list of new questions by tag with the new stack exchange api. Am I missing something or is this not available? If this is not available, I most certainly request this feature. Thanks. |
|||||
|
|
There are 2 ways to get the 10 most recent questions of a tag, either on the The parameters on both routes are the same, just set So that's either: or https://api.stackexchange.com/2.0/search?order=desc&sort=creation&tagged=iphone&site=stackoverflow The difference between the two is that if you search with multiple tags (seperated by semi-colons), eg ( |
|||
|
|