Module: Teamwork::Client::Activity
- Included in:
- Teamwork::Client
- Defined in:
- lib/teamwork/client/activity.rb
Instance Method Summary collapse
-
#recent_activity(options = {}) ⇒ Object
GET the recent activity stream across all projects Return [Teamwork::Thing].
Instance Method Details
#recent_activity(options = {}) ⇒ Object
GET the recent activity stream across all projects Return [Teamwork::Thing]
8 9 10 |
# File 'lib/teamwork/client/activity.rb', line 8 def recent_activity( = {}) objects_from_response(:get, "latestActivity", "activity", .merge({maxItems: 60, onlyStarred: false})) end |