Closed bahaagalal closed 9 years ago
Request Parameter
{ url: 'https://api.producthunt.com/v1/comments', method: 'GET', headers: { Authorization: 'Bearer BEARER_TOKEN', Accept: 'application/json', 'Content-Type': 'application/json' }, strictSSL: true, gzip: true, qs: { per_page: 50, order: 'desc', newer: 132100 } }
Thanks, that sounds like a bug - we're looking into it!
Now it is working :) but the request times out if there is no new comments. Should it be an empty response instead.
Cant repo - Closing for now
Request Parameter