문제

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.

도움이 되었습니까?

해결책

Here are all of the options:

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

다른 팁

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top