Open MikeSpock opened 2 years ago
API endpoints referenced within the documentation return an empty array, whereas it should return some results. I tried to swich around parameters, but no way, no how.
In this segment: https://reddit-api.readthedocs.io/en/latest/#using-the-aggs-parameter This endpoint is referenced https://api.pushshift.io/reddit/search/comment/?q=trump&after=7d&aggs=created_utc&frequency=hour&size=0
Which returns [] empty array.
@MikeSpock It appears that the aggs capability has been disabled per this post and this issue #64
aggs
@pushshift Would it be helpful to submit a PR removing these examples (and the Aggregation section more broadly) from the REAMDE to avoid confusion?
REAMDE
API endpoints referenced within the documentation return an empty array, whereas it should return some results. I tried to swich around parameters, but no way, no how.
In this segment: https://reddit-api.readthedocs.io/en/latest/#using-the-aggs-parameter This endpoint is referenced https://api.pushshift.io/reddit/search/comment/?q=trump&after=7d&aggs=created_utc&frequency=hour&size=0
Which returns [] empty array.