We need to be able retrieve paginated posts. We should be able to filter by date. For example, "get the posts between today and a month ago". Combined with pagination, we should be able to, for example, get the first/second/third set of 10 posts in the last month.
We need to be able retrieve paginated posts. We should be able to filter by date. For example, "get the posts between today and a month ago". Combined with pagination, we should be able to, for example, get the first/second/third set of 10 posts in the last month.
AC