not-an-aardvark / snoowrap

A JavaScript wrapper for the reddit API
MIT License
1.01k stars 125 forks source link

How to use .fetch("subreddit", {after: ...., before: ....}) ???? #373

Open Pdzly opened 1 year ago

Pdzly commented 1 year ago

I dont know how to use after: and before in the fetch function. I would have thought it would fetch ALL the posts (except itself) before / after the given post id?

Pdzly commented 1 year ago

Or do i use the .name?

Pdzly commented 1 year ago

or how do i use Listing:FetchMore()? This could be a solution for me too.