samsymons / RedditKit.rb

[Deprecated] A Ruby wrapper for the reddit API
https://redditkit.com/
MIT License
152 stars 26 forks source link

Implemented `:send_replies` option in `client#submit` #45

Closed tomdalling closed 7 years ago

tomdalling commented 7 years ago

Made the sendreplies option of the /api/submit endpoint usable through the RedditKit API.

samsymons commented 7 years ago

Nice!