Module: Unloq::Activity
- Included in:
- Client
- Defined in:
- lib/unloq/activity.rb
Instance Method Summary collapse
-
#activity(author, limit: 10) ⇒ Object
Fetch activity for an author or author type.
Instance Method Details
#activity(author, limit: 10) ⇒ Object
Fetch activity for an author or author type
9 10 11 12 13 |
# File 'lib/unloq/activity.rb', line 9 def activity , limit: 10 () get('/activity', "/#{.type}/#{.id}", additional_options: { limit: limit }) end |