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

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.

Parameters:

  • options (Hash) (defaults to: {})

    A customizable set of options.

Options Hash (options):

  • :startup_id (Integer)

    Specifies the desired startup

  • :page (Integer)

    Specifies the page of results to retrieve.

  • :per_page (Integer) — default: 50

    The number of results to return for a page. Maximum of 50.



20
21
22
# File 'lib/angellist_api/client/press.rb', line 20

def get_press(options={})
  get("1/press", options)
end