Closed brentchow closed 7 years ago
thx mentioned here as well https://github.com/producthunt/producthunt-api/issues/113 will look into this today
This should work now again - please verify and reopen in case it is not working as you expect it to
Working! Thanks!
Having an issue retrieving older votes:
https://api.producthunt.com/v1/posts/1/votes
returns the following (shortened for brevity):I tried to retrieve votes older than the first/newest vote (should return the second vote) using
https://api.producthunt.com/v1/posts/1/votes?older=4101826
but returns with an empty array:I noticed that the front-end web app uses an
offset
param, but that didn't work for the API.Thanks in advance.