sferik / twitter-ruby

A Ruby interface to the Twitter API.
http://www.rubydoc.info/gems/twitter
MIT License
4.58k stars 1.31k forks source link

support for account activity API #939

Closed technopreneurG closed 4 years ago

technopreneurG commented 6 years ago

Added account activity API support (https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/api-reference)

Changes include:

TODO:

technopreneurG commented 6 years ago

Not sure what can be done to reduce the lines in set_multipart_options! (codeclimate.com error), any suggestions how to support json_put without increasing the number of lines in set_multipart_options! ?