Question

Does anyone know what all of the options are for the all_startups() method of the Client class of the Angellist API? I have been looking online for about an hour now, and I can't find anything.

Here is the link to the Github repo:

https://github.com/paulsingh/angellist-api/blob/master/lib/angellist_api/client/startups.rb

The method is on line 54.

Thanks.

Was it helpful?

Solution

Here are all of the options:

:trending, :featured, :new, :hiring, :raising

OTHER TIPS

Yea, it is definitely not very easy to find a list of all_startups() methods. Here are a few that I know of:

:raising, :featured, :trending

I found them from:

:raising -> AngelList API

:featured -> https://angel.co/startups?filter=featured (check out the url)

  • same for :trending, found from the URL on their site
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top