producthunt / producthunt-api

Product Hunt API
316 stars 29 forks source link

/v1/me/feed returns empty posts array #144

Closed msolomonTMG closed 6 years ago

msolomonTMG commented 6 years ago

👋I've been using /v1/me/feed endpoint to grab today's latest posts but recently the response has been returning an empty array

The response looks like this: { "posts:" [] }

RStankov commented 6 years ago

Hi,

/v1/me/feed used to return posts from Users feed, we removed that feature.

You can use /v1/posts to get the latest posts for today.

msolomonTMG commented 6 years ago

Thanks, that worked! I think it might be helpful to others if this documentation was updated to reflect this: https://api.producthunt.com/v1/docs/posts/posts_index_get_the_tech_posts_of_today