Add the ability to fetch the list of contributors
thislooksfun opened this issue ยท 4 comments
Discussed in #48
Originally posted by adri326 March 26, 2022
While I was trying out this library, I hit a roadblock: there seems to be no API for the /r/<subreddit>/about/contributors
endpoint. I also couldn't find a straightforward way to bridge that gap myself, without going ahead and changing the source code of snoots myself.
Hopefully this can be added in the future!
๐ This issue has been resolved in version 1.0.0-dev.18 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐
Welp. Turns out I made the cardinal sin of trusting Reddit's documentation. The endpoint doesn't return data in the format I was lead to believe, which means that the new update is broken. I'll be fixing that asap.
Broken functions have been temporarily removed in v1.0.0-dev.19
, will try to re-add SubredditControls::getContributors()
tomorrow.
๐ This issue has been resolved in version 1.0.0-dev.20 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐