Module: AngellistApi::Client::Press
- Included in:
- AngellistApi::Client
- Defined in:
- lib/angellist_api/client/press.rb
Overview
Defines methods related to URLs
Instance Method Summary collapse
-
#get_press(options = {}) ⇒ Object
Return press for the given startup.
Instance Method Details
#get_press(options = {}) ⇒ Object
Return press for the given startup. Press is paginated and ordered by most recent first, according to the post date.
20 21 22 |
# File 'lib/angellist_api/client/press.rb', line 20 def get_press(={}) get("1/press", ) end |