forked from vandershraaf/Crunchbase4J
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.config
More file actions
17 lines (13 loc) · 752 Bytes
/
Copy pathdefault.config
File metadata and controls
17 lines (13 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#entity url
entity.company.url=http://api.crunchbase.com/v/1/company/%s.js?api_key=%s
entity.person.url=http://api.crunchbase.com/v/1/person/%s.js?api_key=%s
entity.financial.url=http://api.crunchbase.com/v/1/financial-organization/%s.js?api_key=%s
entity.product.url=http://api.crunchbase.com/v/1/product/%s.js?api_key=%s
entity.service.url=http://api.crunchbase.com/v/1/service-provider/%s.js?api_key=%s
#entity list url
entitylist.url=http://api.crunchbase.com/v/1/%s.js?api_key=%s
#search url
search.url=http://api.crunchbase.com/v/1/search.js?query=%s&api_key=%s
#posts
posts.noncompany=http://api.crunchbase.com/v/1/%s/posts?name=%s&api_key=%s
posts.people=http://api.crunchbase.com/v/1/people/posts?first_name=%s&last_name=%s&api_key=%s