Вопрос

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