vartanbeno / go-reddit

Go library for accessing the Reddit API.
Other
306 stars 84 forks source link

Add a limit in the call from listings by_id based on the number of IDs passed in #29

Closed andrewstuart closed 1 year ago

andrewstuart commented 2 years ago

The API allows 100 but the response is truncated server-side by the default limit parameter of 25.