sonsongithub / reddift

Swift Reddit API Wrapper
MIT License
242 stars 52 forks source link

Quick question.. #193

Closed AndreAbdel27 closed 7 years ago

AndreAbdel27 commented 8 years ago

how can I filter the Links gotten from session?.getList(subreddit) I'm getting around 27 links per call, and I only need 10 top I'm assuming it has to do something with the Paginator().

anyone can give me a hand?

AndreAbdel27 commented 8 years ago

Quickest solution? read the documentation.... Ik.

sonsongithub commented 8 years ago

Use limit parameter.