Method: Ayadn::Endpoints#unified
- Defined in:
- lib/ayadn/endpoints.rb
#unified(options) ⇒ Object
62 63 64 65 66 67 |
# File 'lib/ayadn/endpoints.rb', line 62 def unified() () do API.build_query({count: Settings..counts.unified}) end "#{@posts_url}stream/unified?access_token=#{Settings.user_token}#{@options_list}" end |