Slide 24
Slide 24 text
GET /api/posts?date=2017-03-23
{
id: 1,
title: "Post title",
tagline: "Post headline",
votesCount: 1,
commentsCount: 1,
slug: "slug",
thumbnailUrl: "assets.producthunt.com/uuid",
topics: [
{ id: 1, name: 'Topic 1', slug: 'topic1' },
{ id: 2, name: 'Topic 2', slug: 'topic2' },
{ id: 3, name: 'Topic 3', slug: 'topic3' },
],
hunter: {
id: 1,
name: "User Name",
handle: "username',
avatarUrl: "assets.producthunt.com/uuid"
},
status: "featured",
exclusive: null,