proxycurl 0.0.4 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59eca0f71855a18652ed77f0f110a248bd5eda95b56b01253785f377b8245a00
4
- data.tar.gz: 03eb27b5d21263690c30921707be1a65555fa5dd670f6b7b347e2398c9c283cf
3
+ metadata.gz: 53eaef59249f377a75b1ce10f74af806c6d6f52f32326ce58744dbf179f90345
4
+ data.tar.gz: bed0704c1e3d0fb07e957ffa6729924b208fc3f7cdf17d1ca24b13a2f982a248
5
5
  SHA512:
6
- metadata.gz: 4e597b5fc2c41a60cf28667f35592a402921ab427cdd4d873dae73864898004d90300c1dbbbc8f064146e2fd6d0e3ac7749b8e85ee3bc99feae6739f7a08cb59
7
- data.tar.gz: 6e670f11ead67f2341d1418076c36585fa4f49154e35ca2c0b49c13ce0dde0a3aa65c4f2030aa9e457f5451dd2bf9df8bdd9ec7d0b8d7fc90c48b8791112fb8e
6
+ metadata.gz: 2ebda7c4471a8c7b79332f542f32b0b7ceba5ac4b8d7b1a92f5ed329291b1e1676517f5fce736a8daffe6384d29b6faa31a6fcf9baade98cdb83658afa3e6e4a
7
+ data.tar.gz: 2d66afc5f074d5de0d0dd636ea2b516a81c65c39c4600cb1e123454c360fe31fc7f36763912bf04f45c2bb8a12dc128b8f45cc477829fa98ed127a5f4f8d3100
@@ -43,5 +43,25 @@ module Proxycurl
43
43
  } })
44
44
  response.parsed_response
45
45
  end
46
+
47
+ def linkedin_company_employees(params)
48
+ response = self.class.get("/linkedin/company/employees", { query: params })
49
+ response.parsed_response
50
+ end
51
+
52
+ def credit_balance
53
+ response = self.class.get("/credit-balance")
54
+ response.parsed_response
55
+ end
56
+
57
+ def linkedin_company_count(params)
58
+ response = self.class.get("/linkedin/company/employees/count", { query: params })
59
+ response.parsed_response
60
+ end
61
+
62
+ def linkedin_company_employees(params)
63
+ response = self.class.get("/linkedin/company/employees/", { query: params })
64
+ response.parsed_response
65
+ end
46
66
  end
47
67
  end
@@ -1,3 +1,3 @@
1
1
  module Proxycurl
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proxycurl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - jsegura
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-29 00:00:00.000000000 Z
11
+ date: 2022-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty