Module: AngellistApi::Client::ActivityFeeds
- Included in:
- AngellistApi::Client
- Defined in:
- lib/angellist_api/client/activity_feeds.rb
Overview
Defines methods related to URLs
Instance Method Summary collapse
-
#get_feed(options = {}) ⇒ Object
Returns site activity.
Instance Method Details
#get_feed(options = {}) ⇒ Object
Returns site activity. If authenticated and the personalized parameter is passed in, only activity from the authenticated user’s social graph is returned. No more than 25 items will be returned. Results are paginated and ordered by most recent story first.
29 30 31 |
# File 'lib/angellist_api/client/activity_feeds.rb', line 29 def get_feed(={}) get("1/feed", ) end |