pushshift / api

Pushshift API
1.29k stars 109 forks source link

API endpoints in DOCS that don't work (aggs parameter) #93

Open MikeSpock opened 2 years ago

MikeSpock commented 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.

widal001 commented 2 years ago

@MikeSpock It appears that the aggs capability has been disabled per this post and this issue #64

@pushshift Would it be helpful to submit a PR removing these examples (and the Aggregation section more broadly) from the REAMDE to avoid confusion?