crunchbase4 0.2.0 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d55577caf7591f6f9da599815b133401620f51137d303e9f1d56ca1a37554a30
4
- data.tar.gz: e0b0a754d0060dd9d3f566ce3cea3f6120c3bec2c3fd9dd490d6d6c1dfdaa04c
3
+ metadata.gz: b73d116afcbec0aff28ccf3b7d32ca87085350d8503965e2e9073dbdf5a86593
4
+ data.tar.gz: a05828ca45439cba39a99a9688cd6830d51cd88ec7c1ec45527e28948e7ca73a
5
5
  SHA512:
6
- metadata.gz: 740e35d9fabbf05e930aa6a3a663143b0dee43d77ccb29b2845d79836ee2891a5b9eb4a360ba03dd2087afaea6525cafefe8beb0ed299d17d375be0eddab285f
7
- data.tar.gz: ca15245080f46ca75779e1b694842a206a1ece5107b31b9a937a5e3ae049ff0247cf74b5e390c13290b9360ab1a4678832a7f36cb3dbe07ed1cb31d67098c7c2
6
+ metadata.gz: c7617367a3fd087f23f963a5d3b29034854de56cc03c5a7f4b8d8d368ac57d8f755418dfa29cbf9a1ba64cc26189af7400fb15c6ed153eadcc8e7e7c9b21612c
7
+ data.tar.gz: fd0f8739cda3b88dccafdf754c2422be13f5978128f8dd6ccbaadb7ef7858cd22a9996ea32e125bc24d4b4dfb90f3429d8d7549361db0977db03c0ad77d634b1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Change Log
2
2
 
3
+ ## [0.2.1] - 2022-10-10
4
+
5
+ ### New fields in organization and API version
6
+ - Add the following fields to the organization model
7
+ - diversity_spotlights
8
+ - num_diversity_spotlight_investments
9
+ - valuation
10
+ - valuation_date
11
+ - website_url
12
+ - Corrected API URL version number from 1.0.1 to 1.0.3
13
+
3
14
  ## [0.1.9] - 2021-10-04
4
15
 
5
16
  ### Allow to export Daily CSV bulk
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- crunchbase4 (0.2.0)
4
+ crunchbase4 (0.2.2)
5
5
  faraday
6
6
  faraday_curl
7
7
  faraday_middleware
@@ -16,82 +16,59 @@ GEM
16
16
  coderay (1.1.3)
17
17
  crack (0.4.3)
18
18
  safe_yaml (~> 1.0.0)
19
- diff-lcs (1.3)
20
- faraday (1.8.0)
21
- faraday-em_http (~> 1.0)
22
- faraday-em_synchrony (~> 1.0)
23
- faraday-excon (~> 1.1)
24
- faraday-httpclient (~> 1.0.1)
25
- faraday-net_http (~> 1.0)
26
- faraday-net_http_persistent (~> 1.1)
27
- faraday-patron (~> 1.0)
28
- faraday-rack (~> 1.0)
19
+ diff-lcs (1.5.0)
20
+ faraday (1.0.1)
29
21
  multipart-post (>= 1.2, < 3)
30
- ruby2_keywords (>= 0.0.4)
31
- faraday-em_http (1.0.0)
32
- faraday-em_synchrony (1.0.0)
33
- faraday-excon (1.1.0)
34
- faraday-httpclient (1.0.1)
35
- faraday-net_http (1.0.1)
36
- faraday-net_http_persistent (1.2.0)
37
- faraday-patron (1.0.0)
38
- faraday-rack (1.0.0)
39
22
  faraday_curl (0.0.2)
40
23
  faraday (>= 0.9.0)
41
24
  faraday_middleware (1.2.0)
42
25
  faraday (~> 1.0)
43
26
  hashdiff (1.0.1)
44
- httparty (0.20.0)
45
- mime-types (~> 3.0)
27
+ httparty (0.21.0)
28
+ mini_mime (>= 1.0.0)
46
29
  multi_xml (>= 0.5.2)
30
+ jaro_winkler (1.5.4)
47
31
  method_source (1.0.0)
48
- mime-types (3.3.1)
49
- mime-types-data (~> 3.2015)
50
- mime-types-data (3.2021.0901)
32
+ mini_mime (1.1.2)
51
33
  multi_xml (0.6.0)
52
34
  multipart-post (2.1.1)
53
- parallel (1.19.1)
35
+ parallel (1.19.2)
54
36
  parser (2.7.1.3)
55
37
  ast (~> 2.4.0)
56
- pry (0.13.1)
38
+ pry (0.14.1)
57
39
  coderay (~> 1.1)
58
40
  method_source (~> 1.0)
59
41
  public_suffix (4.0.6)
60
- rainbow (3.0.0)
42
+ rainbow (3.1.1)
61
43
  rake (12.3.3)
62
- regexp_parser (1.7.0)
63
44
  rexml (3.2.5)
64
45
  rspec (3.9.0)
65
46
  rspec-core (~> 3.9.0)
66
47
  rspec-expectations (~> 3.9.0)
67
48
  rspec-mocks (~> 3.9.0)
68
- rspec-core (3.9.2)
49
+ rspec-core (3.9.3)
69
50
  rspec-support (~> 3.9.3)
70
- rspec-expectations (3.9.2)
51
+ rspec-expectations (3.9.4)
71
52
  diff-lcs (>= 1.2.0, < 2.0)
72
53
  rspec-support (~> 3.9.0)
73
54
  rspec-mocks (3.9.1)
74
55
  diff-lcs (>= 1.2.0, < 2.0)
75
56
  rspec-support (~> 3.9.0)
76
57
  rspec-support (3.9.3)
77
- rubocop (0.85.0)
58
+ rubocop (0.81.0)
59
+ jaro_winkler (~> 1.5.1)
78
60
  parallel (~> 1.10)
79
61
  parser (>= 2.7.0.1)
80
62
  rainbow (>= 2.2.2, < 4.0)
81
- regexp_parser (>= 1.7)
82
63
  rexml
83
- rubocop-ast (>= 0.0.3)
84
64
  ruby-progressbar (~> 1.7)
85
65
  unicode-display_width (>= 1.4.0, < 2.0)
86
- rubocop-ast (0.0.3)
87
- parser (>= 2.7.0.1)
88
66
  ruby-progressbar (1.10.1)
89
- ruby2_keywords (0.0.5)
90
67
  safe_yaml (1.0.5)
91
68
  unicode-display_width (1.7.0)
92
69
  vcr (6.0.0)
93
- webmock (3.8.3)
94
- addressable (>= 2.3.6)
70
+ webmock (3.18.1)
71
+ addressable (>= 2.8.0)
95
72
  crack (>= 0.3.2)
96
73
  hashdiff (>= 0.4.0, < 2.0.0)
97
74
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Crunchbase
1
+ # Crunchbase4
2
2
 
3
- Crunchbase is a ruby wrapper based on Crunchbase V4 API. it provides easy to get the API data by each endpoint. [CB v4 DOC](https://app.swaggerhub.com/apis/Crunchbase/crunchbase-enterprise_api/1.0.1)
3
+ Crunchbase4 is a ruby wrapper based on Crunchbase V4 API, it provides easy to get the API data by each endpoint. [Crunchbase Enterprise API, 2021-07-16](https://app.swaggerhub.com/apis/Crunchbase/crunchbase-enterprise_api/1.0.3)
4
4
 
5
5
  [![Gem Version](https://badge.fury.io/rb/crunchbase4.svg)](https://badge.fury.io/rb/crunchbase4)
6
6
  [![Build Status](https://travis-ci.org/ekohe/crunchbase4.svg?branch=master)](https://travis-ci.org/ekohe/crunchbase4)
@@ -23,6 +23,18 @@ Or install it yourself as:
23
23
 
24
24
  ## Getting Started
25
25
 
26
+ #### Crunchbase API Infos
27
+
28
+ - Title: Crunchbase Enterprise API
29
+ - Last Updated Date: 2021-07-16
30
+ - Servers URL: https://api.crunchbase.com/api/v4
31
+ - API Reference doc: https://data.crunchbase.com/docs
32
+ - Tags
33
+ - Autocomplete
34
+ - Deleted Entities
35
+ - Entity
36
+ - Search
37
+
26
38
  #### Configure your certificate for API
27
39
 
28
40
  ```ruby
@@ -153,7 +165,7 @@ pry(main)> Crunchbase::Utils::COMPANY_TYPES
153
165
  ```ruby
154
166
  pry(main)> response = client.organization('ekohe')
155
167
  => #<Crunchbase::Models::Organization:0x00007fbc5cfdf2f8
156
- @categories=["Apps", "Artificial Intelligence", "Big Data", "E-Commerce", "Enterprise Software", "FinTech", "iOS", "Retail", "UX Design"],
168
+ @categories=["Apps", "Artificial Intelligence", "Big Data", "Blockchain", "Cryptocurrency", "Enterprise Software", "iOS", "Machine Learning", "Retail", "UX Design"],
157
169
  @category_groups=["Apps", "Artificial Intelligence", "Commerce and Shopping", "Data and Analytics", "Design", "Financial Services", "Mobile", "Platforms", "Science and Engineering", "Software"],
158
170
  @company_type="for_profit",
159
171
  @contact_email="info@ekohe.com",
@@ -201,7 +213,7 @@ pry(main)> response = client.funding_round('371c20af-8aa9-4bcb-a8da-0694d138f247
201
213
  @funded_organization_categories=nil,
202
214
  @funded_organization_description="Facebook is an online social networking service that enables its users to connect with friends and family.",
203
215
  @funded_organization_funding_stage="ipo",
204
- @funded_organization_funding_total=2335700000,
216
+ @funded_organization_funding_total=16122817488,
205
217
  @funded_organization_identifier="Facebook",
206
218
  @funded_organization_location=["Menlo Park", "California", "United States", "North America"],
207
219
  @funded_organization_revenue_range="r_10000000",
data/crunchbase4.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ['Encore Shao']
9
9
  spec.email = ['encore@ekohe.com']
10
10
 
11
- spec.summary = 'Crunchbase is a ruby wrapper base on Crunchbase V4 API'
12
- spec.description = 'Crunchbase is a ruby wrapper base on Crunchbase V4 API. it provides easy to get the API data by each endpoint. '
11
+ spec.summary = 'Crunchbase4 is a ruby wrapper base on Crunchbase V4 API'
12
+ spec.description = 'Crunchbase4 is a ruby wrapper base on Crunchbase V4 API, it provides easy to get the API data by each endpoint.'
13
13
  spec.homepage = 'https://github.com/ekohe/crunchbase4'
14
14
  spec.license = 'MIT'
15
15
  spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
@@ -4,6 +4,7 @@ module Crunchbase
4
4
  # Get the Organization data from API
5
5
  module Models
6
6
  # Build Organization API
7
+ # rubocop:disable Metrics/ClassLength, Metrics/MethodLength
7
8
  class Organization < Entity
8
9
  RESOURCE_LIST = 'organizations'
9
10
 
@@ -28,6 +29,11 @@ module Crunchbase
28
29
 
29
30
  def field_ids
30
31
  %w[
32
+ diversity_spotlights
33
+ num_diversity_spotlight_investments
34
+ valuation
35
+ valuation_date
36
+ website_url
31
37
  acquirer_identifier
32
38
  categories
33
39
  category_groups
@@ -47,6 +53,7 @@ module Crunchbase
47
53
  funding_stage
48
54
  funding_total
49
55
  funds_total
56
+ hub_tags
50
57
  image_id
51
58
  image_url
52
59
  investor_identifiers
@@ -58,6 +65,8 @@ module Crunchbase
58
65
  last_funding_at
59
66
  last_funding_total
60
67
  last_funding_type
68
+ last_key_employee_change_date
69
+ last_layoff_date
61
70
  layout_id
62
71
  listed_stock_symbol
63
72
  location_group_identifiers
@@ -145,5 +154,6 @@ module Crunchbase
145
154
  %w[employees_range]
146
155
  end
147
156
  end
157
+ # rubocop:enable Metrics/ClassLength, Metrics/MethodLength
148
158
  end
149
159
  end
@@ -11,6 +11,7 @@ module Crunchbase
11
11
  #
12
12
  # Search Query Parameters
13
13
  #
14
+ # order_field_id: sort field, default field will be updated_at
14
15
  # field_ids: array of field_id strings
15
16
  # Fields to include as columns in the search result entities
16
17
  # query: Search query to perform on the designated entity
@@ -25,19 +26,11 @@ module Crunchbase
25
26
  # Used to paginate search results to the next page.
26
27
  # after_id should be the uuid of the last item in the current page. May not be provided simultaneously with before_id.
27
28
  def query_parameters(args)
29
+ order_field_id = args[:order_field_id] || 'updated_at'
30
+
28
31
  params = {
29
- 'field_ids' => %w[
30
- uuid
31
- created_at
32
- updated_at
33
- ] + (args[:field_ids] || []).uniq,
34
- 'order' => [
35
- {
36
- 'field_id' => 'updated_at',
37
- 'sort' => (args[:sort] || 'desc'),
38
- 'nulls' => 'last'
39
- }
40
- ],
32
+ 'field_ids' => default_field_ids + (args[:field_ids] || []).uniq,
33
+ 'order' => [{ 'field_id' => order_field_id, 'sort' => (args[:sort] || 'desc'), 'nulls' => 'last' }],
41
34
  'limit' => args[:limit] || 1000
42
35
  }
43
36
 
@@ -46,7 +39,7 @@ module Crunchbase
46
39
  'query' => [
47
40
  {
48
41
  'type' => 'predicate',
49
- 'field_id' => 'updated_at',
42
+ 'field_id' => order_field_id,
50
43
  'operator_id' => 'gte',
51
44
  'values' => [
52
45
  args[:date]
@@ -59,6 +52,14 @@ module Crunchbase
59
52
  params.merge!('after_id' => args[:after_id]) unless args[:after_id].nil?
60
53
  params
61
54
  end
55
+
56
+ def default_field_ids
57
+ @default_field_ids ||= %w[
58
+ uuid
59
+ created_at
60
+ updated_at
61
+ ]
62
+ end
62
63
  end
63
64
  end
64
65
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Crunchbase
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crunchbase4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Encore Shao
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-10 00:00:00.000000000 Z
11
+ date: 2023-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -122,8 +122,8 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description: 'Crunchbase is a ruby wrapper base on Crunchbase V4 API. it provides
126
- easy to get the API data by each endpoint. '
125
+ description: Crunchbase4 is a ruby wrapper base on Crunchbase V4 API, it provides
126
+ easy to get the API data by each endpoint.
127
127
  email:
128
128
  - encore@ekohe.com
129
129
  executables: []
@@ -215,5 +215,5 @@ requirements: []
215
215
  rubygems_version: 3.0.3
216
216
  signing_key:
217
217
  specification_version: 4
218
- summary: Crunchbase is a ruby wrapper base on Crunchbase V4 API
218
+ summary: Crunchbase4 is a ruby wrapper base on Crunchbase V4 API
219
219
  test_files: []