GET /api/posts?date=2015-10-31
{
id: 1,
title: "Post title",
tagline: "Post headline",
votes_count: 1,
comments_count: 1,
url: '/category/slug',
thumbnail_url: 'assets.producthunt.com/uuid',
hunter: {
id: 1,
name: 'User Name',
handle: 'user_name',
avatar_url: 'assets.producthunt.com/uuid'
},
makers: [{
id: 2,
name: 'Second User',
handle: 'second_user',
avatar_url: 'assets.producthunt.com/uuid'
}],
platform: [{
name: 'iPhone',
}, {
name: 'Mac',
}, {
name: 'Web',
}]
}