ygao Hey! Love your API, thanks so much for the work you've put into it. I have a question about the docs: at the bottom of the page (https://pullpush.io/) the docs mention that a call to "https://api.pullpush.io/reddit/search/comment/?link_id=6uey5x" will "return a data key with an array of comment ids". But it seems that this is just the regular comment API endpoint that returns entire comment objects. Is there another way to just get the comment ids for a given post id?
pullpush-actual I will fix the docs. It should read as "return comments for that topic id". If you just want ids, simply take their ids. That's one line of python 🙂
ygao Ah okay thank you! Yeah agreed that it's trivial to get the ids in Python -- I just thought that the docs were saying there was another way to get only the comment ids for a given post. Thanks!