rciq 0.1.1 → 0.1.2

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: 1dce86e2949f24988f2bfe5a46e53957490a5ed4c810526c88662dc9c8a2e364
4
- data.tar.gz: d27c023d1fe096737fa1085a177408dddddfaffee1d375c1aa3b7308adb1a303
3
+ metadata.gz: 93a4b8666815f91abf4f6460bff582876767bf3d9a6cff9d607af800e377298b
4
+ data.tar.gz: 97ed2561b216b760a1b53afd8785ae18ed1122befc431cb2a6a3e3067a652c72
5
5
  SHA512:
6
- metadata.gz: 2d4276f6adc493088f7f4fd366b747b23acd40b36a418701497787cc8f21eb0c25634434a0c786bce49d8f2d83fefafa949f0042c3a0471df38a7f2825565129
7
- data.tar.gz: 1e8cad54f573646772d8a55cb84c645bac505cda56015520c1a9e88691e954ca6f6234495db61678429c23f40b88e35114aa1d42b89152d35960c5207731d9e0
6
+ metadata.gz: 694c99d78fa4e689b5d0f2fef446eec4119183520477b27ed4cd0033c6964e2a8fa2028030a1e43bb83e94008483b68b9ed100ecf39d54d5e573db2d82996a2a
7
+ data.tar.gz: d1a673373ab44ec95c3ddf5fc9894ca5076b7b5fd7efd5cc1a29dbb1abf9310709b7e0de1765f100eb5a319250d08c2149a1733b010f1c6185f43869fb6a2f61
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rciq (0.1.1)
4
+ rciq (0.1.2)
5
5
  bundler (~> 2.0)
6
6
  rspec (~> 3.0)
7
7
 
data/lib/rciq/raw.rb CHANGED
@@ -13,5 +13,13 @@ module Rciq
13
13
  def self.tiktok(id)
14
14
  get("raw/tt/user/media/?url=#{id}")
15
15
  end
16
+
17
+ def self.contacts(id, platform)
18
+ get("exports/contacts/?url=#{id}&platform=#{platform}")
19
+ end
20
+
21
+ def self.match_emails(emails)
22
+ post("match_emails/", {}, { emails: emails })
23
+ end
16
24
  end
17
25
  end
data/lib/rciq/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rciq
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
data/rciq-0.1.1.gem ADDED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rciq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank Zhu
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-23 00:00:00.000000000 Z
11
+ date: 2022-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -63,6 +63,7 @@ files:
63
63
  - lib/rciq/specs/iqdata_spec.rb
64
64
  - lib/rciq/version.rb
65
65
  - rciq-0.1.0.gem
66
+ - rciq-0.1.1.gem
66
67
  homepage:
67
68
  licenses:
68
69
  - MIT