Hello!
I am trying to create a custom page that will show only the last 3 posts of the day and another for week of a certain category and if possible sorted by number of votes. I there a way to get that?
is there a way to query from API something like:
/api/category/5/ and pass date range and sorted by or this is something I have to work on my script?
I have tried also:
/api/popular?cid=5&term=daily
It seems to get the daily 'popular' posts for category 5 but not sorted by upvotes....
Thanks!
Andre