Pergunta

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.

Foi útil?

Solução

Here are all of the options:

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

Outras dicas

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
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top