chartmogul-ruby 3.0.0 → 3.1.0

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.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test.yml +1 -1
  3. data/changelog.md +10 -0
  4. data/fixtures/vcr_cassettes/ChartMogul_Contact/API_Interactions/creates_contact_correctly.yml +134 -0
  5. data/fixtures/vcr_cassettes/ChartMogul_Contact/API_Interactions/destroys_contact_correctly.yml +99 -0
  6. data/fixtures/vcr_cassettes/ChartMogul_Contact/API_Interactions/merges_contact_correctly.yml +105 -0
  7. data/fixtures/vcr_cassettes/ChartMogul_Contact/API_Interactions/paginates_correctly.yml +133 -0
  8. data/fixtures/vcr_cassettes/ChartMogul_Contact/API_Interactions/updates_contact_correctly.yml +102 -0
  9. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/creates_a_contact_belonging_to_the_customer_correctly.yml +72 -0
  10. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/lists_the_contacts_belonging_to_the_customer_correctly.yml +72 -0
  11. data/fixtures/vcr_cassettes/ChartMogul_Metrics_ARPA/behaves_like_Metrics_API_resource/should_have_entries.yml +1 -1
  12. data/fixtures/vcr_cassettes/ChartMogul_Metrics_ARR/behaves_like_Metrics_API_resource/should_have_entries.yml +1 -1
  13. data/fixtures/vcr_cassettes/ChartMogul_Metrics_ASP/behaves_like_Metrics_API_resource/should_have_entries.yml +1 -1
  14. data/fixtures/vcr_cassettes/ChartMogul_Metrics_AllKeyMetric/should_have_entries.yml +1 -1
  15. data/fixtures/vcr_cassettes/ChartMogul_Metrics_AllKeyMetric/should_have_summary.yml +42 -0
  16. data/fixtures/vcr_cassettes/ChartMogul_Metrics_CustomerChurnRate/behaves_like_Metrics_API_resource/should_have_entries.yml +1 -1
  17. data/fixtures/vcr_cassettes/ChartMogul_Metrics_CustomerCount/behaves_like_Metrics_API_resource/should_have_entries.yml +1 -1
  18. data/fixtures/vcr_cassettes/ChartMogul_Metrics_LTV/behaves_like_Metrics_API_resource/should_have_entries.yml +1 -1
  19. data/fixtures/vcr_cassettes/ChartMogul_Metrics_MRR/should_have_entries.yml +1 -1
  20. data/fixtures/vcr_cassettes/ChartMogul_Metrics_MRRChurnRate/behaves_like_Metrics_API_resource/should_have_entries.yml +1 -1
  21. data/fixtures/vcr_cassettes/ChartMogul_SubscriptionEvent/API_interactions/creates_a_new_subscription_event.yml +320 -0
  22. data/fixtures/vcr_cassettes/ChartMogul_SubscriptionEvent/API_interactions/deletes_the_subscription_event.yml +377 -0
  23. data/fixtures/vcr_cassettes/ChartMogul_SubscriptionEvent/API_interactions/lists_all_subscription_events.yml +320 -0
  24. data/fixtures/vcr_cassettes/ChartMogul_SubscriptionEvent/API_interactions/updates_the_subscription_event.yml +377 -0
  25. data/lib/chartmogul/api/actions/destroy_with_params.rb +29 -0
  26. data/lib/chartmogul/api_resource.rb +1 -1
  27. data/lib/chartmogul/concerns/pageable_with_cursor.rb +14 -0
  28. data/lib/chartmogul/concerns/summary_all.rb +21 -0
  29. data/lib/chartmogul/contact.rb +69 -0
  30. data/lib/chartmogul/customer.rb +8 -0
  31. data/lib/chartmogul/metrics/all_key_metrics.rb +9 -0
  32. data/lib/chartmogul/metrics/arpa.rb +1 -0
  33. data/lib/chartmogul/metrics/arr.rb +1 -0
  34. data/lib/chartmogul/metrics/asp.rb +1 -0
  35. data/lib/chartmogul/metrics/customer_churn_rate.rb +1 -0
  36. data/lib/chartmogul/metrics/customer_count.rb +1 -0
  37. data/lib/chartmogul/metrics/ltv.rb +1 -0
  38. data/lib/chartmogul/metrics/mrr.rb +1 -0
  39. data/lib/chartmogul/metrics/mrr_churn_rate.rb +1 -0
  40. data/lib/chartmogul/subscription_event.rb +62 -0
  41. data/lib/chartmogul/summary_all.rb +30 -0
  42. data/lib/chartmogul/version.rb +1 -1
  43. data/lib/chartmogul.rb +6 -0
  44. metadata +21 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11764c4ea2047d068ef4a7de177763aad2cffd7bf5db14482bea9c14fbf3f0bb
4
- data.tar.gz: 70a0fb241323b87f03e67c2a5bf662594f38e567d5ceafbc8c2d7f1b68d1d4b9
3
+ metadata.gz: 4dca7992932698b0fc6f915679e1d61fa845dc0e45d5e977c9170fea4b92d2d1
4
+ data.tar.gz: 14a3066c65ce5ff65a25eb8dcb240b08bd69f149ba853eb641cda4f7613079e1
5
5
  SHA512:
6
- metadata.gz: b7103c010405cc5bf453885fe6f96950aea533c01024f420426bf89521a64d1a1ab1a7122651d913be5e95eed14fa3c4f64a41875f439a351ba81c798b9fca8c
7
- data.tar.gz: f392443972c1cc32d0a1000cb6e7ac65622cacd20908489f10ad5e691434f9f538f39ed922528da5d94b482d570c127c8b14046490263aca3ded0f8b01745fab
6
+ metadata.gz: 4063a1c674456cf0390d04dfda358596cb43151523122f7f2761aa41f4f60c065575ae7b4b2b347c314b406740972fd72fe5f7daabb05ef4f58f7bf2eb7cd38f
7
+ data.tar.gz: 1145e0e48d1923ec593c5e94433e5abebd773dfb0cadb12426c177f13f307994791d7ec0cd7f1a3069a8dfa0d15f899286d81ec5e65887401238fe45b5c9ba46
@@ -9,7 +9,7 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  strategy:
11
11
  matrix:
12
- ruby-version: [2.3, 2.4, 2.5, 2.6, 2.7]
12
+ ruby-version: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0]
13
13
  steps:
14
14
  - uses: actions/checkout@v2
15
15
  - name: Set up Ruby ${{ matrix.ruby-version }}
data/changelog.md CHANGED
@@ -1,7 +1,17 @@
1
1
  # chartmogul-ruby Change Log
2
2
 
3
+ ## Version 3.1.0 - Mar 30 2023
4
+ - Adds support for Contacts (https://dev.chartmogul.com/reference/contacts)
5
+
6
+ ## Version 3.0.2 - 22 Jun 2022
7
+ - Adds percentage change support
8
+
9
+ ## Version 3.0.1 - 30 May 2022
10
+ - Add Subscription Events support
11
+
3
12
  ## Version 3.0.0 - 29 October 2021
4
13
  - Update ChartMogul::Configuration to use `api_key` instead of `account_token`& `secret_key` combo for authentication
14
+ - Send library version as part of `User-Agent` header
5
15
 
6
16
  ## Version 2.9.0 - 3 Nov 2021
7
17
  - Adds post install message informing about authentication changes *& deprecation warning.
@@ -0,0 +1,134 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://api.chartmogul.com/v1/data_sources
6
+ body:
7
+ encoding: UTF-8
8
+ string: '{"name":"Customer Test Data Source"}'
9
+ headers:
10
+ User-Agent:
11
+ - chartmogul-ruby/3.0.2
12
+ Content-Type:
13
+ - application/json
14
+ Authorization:
15
+ - Basic hidden
16
+ response:
17
+ status:
18
+ code: 201
19
+ message: Created
20
+ headers:
21
+ access-control-allow-credentials:
22
+ - 'true'
23
+ content-type:
24
+ - application/json
25
+ date:
26
+ - Fri, 10 Mar 2023 03:41:54 GMT
27
+ content-length:
28
+ - '163'
29
+ connection:
30
+ - keep-alive
31
+ body:
32
+ encoding: UTF-8
33
+ string: '{"uuid":"ds_80251880-bef5-11ed-a88b-db28feaa7eba","name":"Customer
34
+ Test Data Source","system":"Import API","created_at":"2023-03-10T03:41:54.419Z","status":"idle"}'
35
+ http_version:
36
+ recorded_at: Fri, 10 Mar 2023 03:41:54 GMT
37
+ - request:
38
+ method: post
39
+ uri: https://api.chartmogul.com/v1/customers
40
+ body:
41
+ encoding: UTF-8
42
+ string: '{"external_id":"X1234","name":"Test Customer","email":"test@example.com","data_source_uuid":"ds_80251880-bef5-11ed-a88b-db28feaa7eba"}'
43
+ headers:
44
+ User-Agent:
45
+ - chartmogul-ruby/3.0.2
46
+ Content-Type:
47
+ - application/json
48
+ Authorization:
49
+ - Basic hidden
50
+ response:
51
+ status:
52
+ code: 201
53
+ message: Created
54
+ headers:
55
+ access-control-allow-credentials:
56
+ - 'true'
57
+ content-type:
58
+ - application/json
59
+ date:
60
+ - Fri, 10 Mar 2023 03:41:55 GMT
61
+ content-length:
62
+ - '785'
63
+ connection:
64
+ - keep-alive
65
+ body:
66
+ encoding: UTF-8
67
+ string: '{"id":102680322,"uuid":"cus_80ec0c06-bef5-11ed-a88c-974c518fc467","external_id":"X1234","name":"Test
68
+ Customer","email":"test@example.com","status":"New Lead","customer-since":null,"attributes":{"custom":{},"clearbit":{},"stripe":{},"tags":[]},"data_source_uuid":"ds_80251880-bef5-11ed-a88b-db28feaa7eba","data_source_uuids":["ds_80251880-bef5-11ed-a88b-db28feaa7eba"],"external_ids":["X1234"],"company":"","country":null,"state":null,"city":"","zip":null,"lead_created_at":null,"free_trial_started_at":null,"address":{"country":null,"state":null,"city":"","address_zip":null},"mrr":0,"arr":0,"billing-system-url":null,"chartmogul-url":"https://app.chartmogul.com/#/customers/102680322-Test_Customer","billing-system-type":"Import
69
+ API","currency":"USD","currency-sign":"$","owner":null}'
70
+ http_version:
71
+ recorded_at: Fri, 10 Mar 2023 03:41:56 GMT
72
+ - request:
73
+ method: post
74
+ uri: https://api.chartmogul.com/v1/contacts
75
+ body:
76
+ encoding: UTF-8
77
+ string: '{"email":"test@example.com"}'
78
+ headers:
79
+ User-Agent:
80
+ - chartmogul-ruby/3.0.2
81
+ Content-Type:
82
+ - application/json
83
+ Authorization:
84
+ - Basic hidden
85
+ response:
86
+ status:
87
+ code: 201
88
+ message: Created
89
+ headers:
90
+ content-type:
91
+ - application/json
92
+ date:
93
+ - Fri, 10 Mar 2023 03:41:57 GMT
94
+ content-length:
95
+ - '393'
96
+ connection:
97
+ - keep-alive
98
+ body:
99
+ encoding: UTF-8
100
+ string: '{"uuid":"con_2f7b28ba-bef6-11ed-941f-075fbe6af258","customer_uuid":"cus_00b714f0-9e33-11ed-a815-77795aac7785","customer_external_id":"scus_b9373adf50d6ab86e96653b4443efb78","data_source_uuid":"ds_87832fac-ab61-11ec-a8d8-6fb18044a151","position":23,"first_name":null,"last_name":null,"title":null,"email":"test@example.com","phone":null,"linked_in":null,"twitter":null,"notes":null,"custom":{}}'
101
+ http_version:
102
+ recorded_at: Fri, 10 Mar 2023 03:41:57 GMT
103
+ - request:
104
+ method: get
105
+ uri: https://api.chartmogul.com/v1/contacts/con_2f7b28ba-bef6-11ed-941f-075fbe6af258
106
+ body:
107
+ encoding: UTF-8
108
+ string: ''
109
+ headers:
110
+ User-Agent:
111
+ - chartmogul-ruby/3.0.2
112
+ Content-Type:
113
+ - application/json
114
+ Authorization:
115
+ - Basic hidden
116
+ response:
117
+ status:
118
+ code: 201
119
+ message: Created
120
+ headers:
121
+ content-type:
122
+ - application/json
123
+ date:
124
+ - Fri, 10 Mar 2023 03:41:57 GMT
125
+ content-length:
126
+ - '505'
127
+ connection:
128
+ - keep-alive
129
+ body:
130
+ encoding: UTF-8
131
+ string: '{"uuid":"con_16470f98-bef7-11ed-9208-7b08a40f3049","customer_uuid":"cus_80ec0c06-bef5-11ed-a88c-974c518fc467","customer_external_id":"123","data_source_uuid":"ds_80251880-bef5-11ed-a88b-db28feaa7eba","position":1,"first_name":null,"last_name":null,"title":null,"email":"test@example.com","phone":null,"linked_in":null,"twitter":null,"notes":null,"custom":{}}'
132
+ http_version:
133
+ recorded_at: Fri, 10 Mar 2023 03:41:57 GMT
134
+ recorded_with: VCR 5.1.0
@@ -0,0 +1,99 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.chartmogul.com/v1/contacts/con_e2894d28-9189-11ed-8100-ffadd676801d
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - chartmogul-ruby/3.0.2
12
+ Content-Type:
13
+ - application/json
14
+ Authorization:
15
+ - Basic hidden
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ access-control-allow-credentials:
22
+ - 'true'
23
+ content-type:
24
+ - application/json
25
+ date:
26
+ - Fri, 10 Mar 2023 09:30:33 GMT
27
+ content-length:
28
+ - '436'
29
+ connection:
30
+ - keep-alive
31
+ body:
32
+ encoding: UTF-8
33
+ string: '{"uuid":"con_e2894d28-9189-11ed-8100-ffadd676801d","customer_uuid":"cus_19580b15-1ab7-40ec-bdb9-638b81354b9e","customer_external_id":"scus_021","data_source_uuid":"ds_2b98cb2c-5bf0-11ec-a5d0-07b36dac065d","position":9,"first_name":"Foo","last_name":"Bar","title":"CTO","email":"test2@example.com","phone":"+9876543210","linked_in":"https://linkedin.com/about","twitter":"https://twitter.com/about","notes":null,"custom":{"Toggle":true}}'
34
+ http_version:
35
+ recorded_at: Fri, 10 Mar 2023 09:30:33 GMT
36
+ - request:
37
+ method: delete
38
+ uri: https://api.chartmogul.com/v1/contacts/con_e2894d28-9189-11ed-8100-ffadd676801d
39
+ body:
40
+ encoding: US-ASCII
41
+ string: ''
42
+ headers:
43
+ User-Agent:
44
+ - chartmogul-ruby/3.0.2
45
+ Authorization:
46
+ - Basic hidden
47
+ response:
48
+ status:
49
+ code: 200
50
+ message: OK
51
+ headers:
52
+ access-control-allow-credentials:
53
+ - 'true'
54
+ content-type:
55
+ - application/json
56
+ date:
57
+ - Fri, 10 Mar 2023 09:30:34 GMT
58
+ content-length:
59
+ - '2'
60
+ connection:
61
+ - keep-alive
62
+ body:
63
+ encoding: UTF-8
64
+ string: "{}"
65
+ http_version:
66
+ recorded_at: Fri, 10 Mar 2023 09:30:34 GMT
67
+ - request:
68
+ method: get
69
+ uri: https://api.chartmogul.com/v1/contacts/con_e2894d28-9189-11ed-8100-ffadd676801d
70
+ body:
71
+ encoding: US-ASCII
72
+ string: ''
73
+ headers:
74
+ User-Agent:
75
+ - chartmogul-ruby/3.0.2
76
+ Content-Type:
77
+ - application/json
78
+ Authorization:
79
+ - Basic hidden
80
+ response:
81
+ status:
82
+ code: 404
83
+ message: Not Found
84
+ headers:
85
+ content-type:
86
+ - application/json
87
+ date:
88
+ - Fri, 10 Mar 2023 09:30:35 GMT
89
+ content-length:
90
+ - '111'
91
+ connection:
92
+ - keep-alive
93
+ body:
94
+ encoding: UTF-8
95
+ string: '{"code":404,"message":"Contact \"7c4c3152-9192-11ed-b18e-efa6b954f7e6\"
96
+ does not exist","param":"contact_uuid"}'
97
+ http_version:
98
+ recorded_at: Fri, 10 Mar 2023 09:30:35 GMT
99
+ recorded_with: VCR 5.1.0
@@ -0,0 +1,105 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.chartmogul.com/v1/contacts/con_f4ef7c64-bf27-11ed-92ad-a7d034bf3085
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - chartmogul-ruby/3.0.2
12
+ Content-Type:
13
+ - application/json
14
+ Authorization:
15
+ - Basic hidden
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ access-control-allow-credentials:
22
+ - 'true'
23
+ content-type:
24
+ - application/json
25
+ date:
26
+ - Fri, 10 Mar 2023 10:03:12 GMT
27
+ content-length:
28
+ - '390'
29
+ connection:
30
+ - keep-alive
31
+ body:
32
+ encoding: UTF-8
33
+ string: '{"uuid":"con_f4ef7c64-bf27-11ed-92ad-a7d034bf3085","customer_uuid":"cus_80ec0c06-bef5-11ed-a88c-974c518fc467","customer_external_id":"X1234","data_source_uuid":"ds_80251880-bef5-11ed-a88b-db28feaa7eba","position":1,"first_name":"Merged
34
+ 1 First","last_name":"Merged 1 Last","title":"","email":"","phone":"","linked_in":"https://linkedin.com/merged1","twitter":"","notes":"Hello","custom":{}}'
35
+ http_version:
36
+ recorded_at: Fri, 10 Mar 2023 10:03:12 GMT
37
+ - request:
38
+ method: get
39
+ uri: https://api.chartmogul.com/v1/contacts/con_33dd5606-bf2a-11ed-a7d0-17036209bd22
40
+ body:
41
+ encoding: US-ASCII
42
+ string: ''
43
+ headers:
44
+ User-Agent:
45
+ - chartmogul-ruby/3.0.2
46
+ Content-Type:
47
+ - application/json
48
+ Authorization:
49
+ - Basic hidden
50
+ response:
51
+ status:
52
+ code: 200
53
+ message: OK
54
+ headers:
55
+ access-control-allow-credentials:
56
+ - 'true'
57
+ content-type:
58
+ - application/json
59
+ date:
60
+ - Fri, 10 Mar 2023 10:03:14 GMT
61
+ content-length:
62
+ - '420'
63
+ connection:
64
+ - keep-alive
65
+ body:
66
+ encoding: UTF-8
67
+ string: '{"uuid":"con_33dd5606-bf2a-11ed-a7d0-17036209bd22","customer_uuid":"cus_80ec0c06-bef5-11ed-a88c-974c518fc467","customer_external_id":"X1234","data_source_uuid":"ds_80251880-bef5-11ed-a88b-db28feaa7eba","position":4,"first_name":"Merged
68
+ 2 First","last_name":"Merged 2 Last","title":"CTO","email":"test6@example.com","phone":"123435412","linked_in":null,"twitter":"https://twitter.com/merged2","notes":"World","custom":{}}'
69
+ http_version:
70
+ recorded_at: Fri, 10 Mar 2023 10:03:14 GMT
71
+ - request:
72
+ method: post
73
+ uri: https://api.chartmogul.com/v1/contacts/con_f4ef7c64-bf27-11ed-92ad-a7d034bf3085/merge/con_33dd5606-bf2a-11ed-a7d0-17036209bd22
74
+ body:
75
+ encoding: UTF-8
76
+ string: "{}"
77
+ headers:
78
+ User-Agent:
79
+ - chartmogul-ruby/3.0.2
80
+ Content-Type:
81
+ - application/json
82
+ Authorization:
83
+ - Basic hidden
84
+ response:
85
+ status:
86
+ code: 200
87
+ message: OK
88
+ headers:
89
+ access-control-allow-credentials:
90
+ - 'true'
91
+ content-type:
92
+ - application/json
93
+ date:
94
+ - Fri, 10 Mar 2023 10:03:15 GMT
95
+ content-length:
96
+ - '414'
97
+ connection:
98
+ - keep-alive
99
+ body:
100
+ encoding: UTF-8
101
+ string: '{"uuid":"con_f4ef7c64-bf27-11ed-92ad-a7d034bf3085","customer_uuid":null,"customer_external_id":"X1234","data_source_uuid":"ds_80251880-bef5-11ed-a88b-db28feaa7eba","position":1,"first_name":"Merged
102
+ 1 First","last_name":"Merged 1 Last","title":"CTO","email":"test6@example.com","phone":"123435412","linked_in":"https://linkedin.com/merged1","twitter":"https://twitter.com/merged2","notes":"Hello World","custom":{}}'
103
+ http_version:
104
+ recorded_at: Fri, 10 Mar 2023 10:03:15 GMT
105
+ recorded_with: VCR 5.1.0
@@ -0,0 +1,133 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.chartmogul.com/v1/contacts
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - chartmogul-ruby/3.0.2
12
+ Content-Type:
13
+ - application/json
14
+ Authorization:
15
+ - Basic hidden
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ access-control-allow-credentials:
22
+ - 'true'
23
+ content-type:
24
+ - application/json
25
+ date:
26
+ - Fri, 10 Mar 2023 08:51:16 GMT
27
+ vary:
28
+ - Accept-Encoding
29
+ transfer-encoding:
30
+ - chunked
31
+ connection:
32
+ - keep-alive
33
+ body:
34
+ encoding: ASCII-8BIT
35
+ string: '{
36
+ "entries":[
37
+ {"uuid":"con_1922c172-9174-11ed-b655-47c5fb422d6c","customer_uuid":"cus_19580b15-1ab7-40ec-bdb9-638b81354b9e","customer_external_id":"scus_021","data_source_uuid":"ds_2b98cb2c-5bf0-11ec-a5d0-07b36dac065d","position":1,"first_name":"contact1","last_name":"contact","title":null,"email":"test@example.com","phone":null,"linked_in":null,"twitter":null,"notes":null,"custom":{}},
38
+ {"uuid":"con_c12a64ea-9180-11ed-b6ec-9752d090f315","customer_uuid":"cus_19580b15-1ab7-40ec-bdb9-638b81354b9e","customer_external_id":"scus_021","data_source_uuid":"ds_2b98cb2c-5bf0-11ec-a5d0-07b36dac065d","position":2,"first_name":"contact2","last_name":"contact","title":null,"email":"test@example.com","phone":null,"linked_in":null,"twitter":null,"notes":null,"custom":{}},
39
+ {"uuid":"con_1fe21a32-9181-11ed-b536-7f856d6a5b2d","customer_uuid":"cus_19580b15-1ab7-40ec-bdb9-638b81354b9e","customer_external_id":"scus_021","data_source_uuid":"ds_2b98cb2c-5bf0-11ec-a5d0-07b36dac065d","position":3,"first_name":"contact3","last_name":"contact","title":null,"email":"test@example.com","phone":null,"linked_in":null,"twitter":null,"notes":null,"custom":{}},
40
+ {"uuid":"con_e2894d28-9189-11ed-8100-ffadd676801d","customer_uuid":"cus_19580b15-1ab7-40ec-bdb9-638b81354b9e","customer_external_id":"scus_021","data_source_uuid":"ds_2b98cb2c-5bf0-11ec-a5d0-07b36dac065d","position":4,"first_name":"contact4","last_name":"contact","title":null,"email":"test@example.com","phone":null,"linked_in":null,"twitter":null,"notes":null,"custom":{}},
41
+ {"uuid":"con_2019ea66-9190-11ed-bb5a-779d25c759d0","customer_uuid":"cus_189e19d1-9893-4afe-b035-42e23c4799a6","customer_external_id":"scus_021","data_source_uuid":"ds_2b98cb2c-5bf0-11ec-a5d0-07b36dac065d","position":5,"first_name":"contact5","last_name":"contact","title":null,"email":"test@example.com","phone":null,"linked_in":null,"twitter":null,"notes":null,"custom":{}}
42
+ ],
43
+ "cursor":"MjAyMy0wMS0xMVQwNzoyNToyOS4wMDI5MzIwMDBaJmNvbl8xZmUyMWEzMi05MTgxLTExZWQtYjUzNi03Zjg1NmQ2YTViMmQ=",
44
+ "has_more":false
45
+ }'
46
+ http_version:
47
+ recorded_at: Fri, 10 Mar 2023 08:51:16 GMT
48
+ - request:
49
+ method: get
50
+ uri: https://api.chartmogul.com/v1/contacts?per_page=3
51
+ body:
52
+ encoding: US-ASCII
53
+ string: ''
54
+ headers:
55
+ User-Agent:
56
+ - chartmogul-ruby/3.0.2
57
+ Content-Type:
58
+ - application/json
59
+ Authorization:
60
+ - Basic hidden
61
+ response:
62
+ status:
63
+ code: 200
64
+ message: OK
65
+ headers:
66
+ access-control-allow-credentials:
67
+ - 'true'
68
+ content-type:
69
+ - application/json
70
+ date:
71
+ - Fri, 10 Mar 2023 08:51:17 GMT
72
+ vary:
73
+ - Accept-Encoding
74
+ content-length:
75
+ - '570'
76
+ connection:
77
+ - keep-alive
78
+ body:
79
+ encoding: ASCII-8BIT
80
+ string: '{
81
+ "entries":[
82
+ {"uuid":"con_1922c172-9174-11ed-b655-47c5fb422d6c","customer_uuid":"cus_19580b15-1ab7-40ec-bdb9-638b81354b9e","customer_external_id":"scus_021","data_source_uuid":"ds_2b98cb2c-5bf0-11ec-a5d0-07b36dac065d","position":1,"first_name":"contact1","last_name":"contact","title":null,"email":"test@example.com","phone":null,"linked_in":null,"twitter":null,"notes":null,"custom":{}},
83
+ {"uuid":"con_c12a64ea-9180-11ed-b6ec-9752d090f315","customer_uuid":"cus_19580b15-1ab7-40ec-bdb9-638b81354b9e","customer_external_id":"scus_021","data_source_uuid":"ds_2b98cb2c-5bf0-11ec-a5d0-07b36dac065d","position":2,"first_name":"contact2","last_name":"contact","title":null,"email":"test@example.com","phone":null,"linked_in":null,"twitter":null,"notes":null,"custom":{}},
84
+ {"uuid":"con_1fe21a32-9181-11ed-b536-7f856d6a5b2d","customer_uuid":"cus_19580b15-1ab7-40ec-bdb9-638b81354b9e","customer_external_id":"scus_021","data_source_uuid":"ds_2b98cb2c-5bf0-11ec-a5d0-07b36dac065d","position":3,"first_name":"contact3","last_name":"contact","title":null,"email":"test@example.com","phone":null,"linked_in":null,"twitter":null,"notes":null,"custom":{}}
85
+ ],
86
+ "cursor":"MjAyMy0wMS0xMVQwNzoyNToyOS4wMDI5MzIwMDBaJmNvbl8xZmUyMWEzMi05MTgxLTExZWQtYjUzNi03Zjg1NmQ2YTViMmQ=",
87
+ "has_more":true
88
+ }'
89
+ http_version:
90
+ recorded_at: Fri, 10 Mar 2023 08:51:18 GMT
91
+ - request:
92
+ method: get
93
+ uri: https://api.chartmogul.com/v1/contacts?cursor=MjAyMy0wMS0xMVQwNzoyNToyOS4wMDI5MzIwMDBaJmNvbl8xZmUyMWEzMi05MTgxLTExZWQtYjUzNi03Zjg1NmQ2YTViMmQ%3D&per_page=3
94
+ body:
95
+ encoding: US-ASCII
96
+ string: ''
97
+ headers:
98
+ User-Agent:
99
+ - chartmogul-ruby/3.0.2
100
+ Content-Type:
101
+ - application/json
102
+ Authorization:
103
+ - Basic hidden
104
+ response:
105
+ status:
106
+ code: 200
107
+ message: OK
108
+ headers:
109
+ access-control-allow-credentials:
110
+ - 'true'
111
+ content-type:
112
+ - application/json
113
+ date:
114
+ - Fri, 10 Mar 2023 08:51:19 GMT
115
+ vary:
116
+ - Accept-Encoding
117
+ content-length:
118
+ - '532'
119
+ connection:
120
+ - keep-alive
121
+ body:
122
+ encoding: ASCII-8BIT
123
+ string: '{
124
+ "entries":[
125
+ {"uuid":"con_e2894d28-9189-11ed-8100-ffadd676801d","customer_uuid":"cus_19580b15-1ab7-40ec-bdb9-638b81354b9e","customer_external_id":"scus_021","data_source_uuid":"ds_2b98cb2c-5bf0-11ec-a5d0-07b36dac065d","position":4,"first_name":"contact4","last_name":"contact","title":null,"email":"test@example.com","phone":null,"linked_in":null,"twitter":null,"notes":null,"custom":{}},
126
+ {"uuid":"con_2019ea66-9190-11ed-bb5a-779d25c759d0","customer_uuid":"cus_189e19d1-9893-4afe-b035-42e23c4799a6","customer_external_id":"scus_021","data_source_uuid":"ds_2b98cb2c-5bf0-11ec-a5d0-07b36dac065d","position":5,"first_name":"contact5","last_name":"contact","title":null,"email":"test@example.com","phone":null,"linked_in":null,"twitter":null,"notes":null,"custom":{}}
127
+ ],
128
+ "cursor":"MjAyMy0wMS0xMVQwOToyOTo0NS40ODYzNTkwMDBaJmNvbl83YzRjMzE1Mi05MTkyLTExZWQtYjE4ZS1lZmE2Yjk1NGY3ZTY=",
129
+ "has_more":false
130
+ }'
131
+ http_version:
132
+ recorded_at: Fri, 10 Mar 2023 08:51:19 GMT
133
+ recorded_with: VCR 5.1.0
@@ -0,0 +1,102 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.chartmogul.com/v1/contacts/con_8305e66c-bf2f-11ed-a4cb-db537410c51b
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - chartmogul-ruby/3.0.2
12
+ Content-Type:
13
+ - application/json
14
+ Authorization:
15
+ - Basic hidden
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ access-control-allow-credentials:
22
+ - 'true'
23
+ content-type:
24
+ - application/json
25
+ date:
26
+ - Fri, 10 Mar 2023 10:38:00 GMT
27
+ content-length:
28
+ - '346'
29
+ connection:
30
+ - keep-alive
31
+ body:
32
+ encoding: UTF-8
33
+ string: '{"uuid":"con_8305e66c-bf2f-11ed-a4cb-db537410c51b","customer_uuid":"cus_80ec0c06-bef5-11ed-a88c-974c518fc467","customer_external_id":"X1234","data_source_uuid":"ds_80251880-bef5-11ed-a88b-db28feaa7eba","position":6,"first_name":null,"last_name":null,"title":null,"email":null,"phone":null,"linked_in":null,"twitter":null,"notes":null,"custom":{}}'
34
+ http_version:
35
+ recorded_at: Fri, 10 Mar 2023 10:38:00 GMT
36
+ - request:
37
+ method: patch
38
+ uri: https://api.chartmogul.com/v1/contacts/con_8305e66c-bf2f-11ed-a4cb-db537410c51b
39
+ body:
40
+ encoding: UTF-8
41
+ string: '{"customer_external_id":"X1234","position":9,"first_name":"Foo","last_name":"Bar","title":"CTO","email":"test2@example.com","phone":"+9876543210","linked_in":"https://linkedin.com/about","twitter":"https://twitter.com/about","custom":[{"key":"Toggle","value":false}]}'
42
+ headers:
43
+ User-Agent:
44
+ - chartmogul-ruby/3.0.2
45
+ Content-Type:
46
+ - application/json
47
+ Authorization:
48
+ - Basic hidden
49
+ response:
50
+ status:
51
+ code: 200
52
+ message: OK
53
+ headers:
54
+ access-control-allow-credentials:
55
+ - 'true'
56
+ content-type:
57
+ - application/json
58
+ date:
59
+ - Fri, 10 Mar 2023 10:38:01 GMT
60
+ content-length:
61
+ - '434'
62
+ connection:
63
+ - keep-alive
64
+ body:
65
+ encoding: UTF-8
66
+ string: '{"uuid":"con_8305e66c-bf2f-11ed-a4cb-db537410c51b","customer_uuid":"cus_80ec0c06-bef5-11ed-a88c-974c518fc467","customer_external_id":"X1234","data_source_uuid":"ds_80251880-bef5-11ed-a88b-db28feaa7eba","position":9,"first_name":"Foo","last_name":"Bar","title":"CTO","email":"test2@example.com","phone":"+9876543210","linked_in":"https://linkedin.com/about","twitter":"https://twitter.com/about","notes":null,"custom":{"Toggle":false}}'
67
+ http_version:
68
+ recorded_at: Fri, 10 Mar 2023 10:38:01 GMT
69
+ - request:
70
+ method: get
71
+ uri: https://api.chartmogul.com/v1/contacts/con_8305e66c-bf2f-11ed-a4cb-db537410c51b
72
+ body:
73
+ encoding: US-ASCII
74
+ string: ''
75
+ headers:
76
+ User-Agent:
77
+ - chartmogul-ruby/3.0.2
78
+ Content-Type:
79
+ - application/json
80
+ Authorization:
81
+ - Basic hidden
82
+ response:
83
+ status:
84
+ code: 200
85
+ message: OK
86
+ headers:
87
+ access-control-allow-credentials:
88
+ - 'true'
89
+ content-type:
90
+ - application/json
91
+ date:
92
+ - Fri, 10 Mar 2023 10:38:03 GMT
93
+ content-length:
94
+ - '434'
95
+ connection:
96
+ - keep-alive
97
+ body:
98
+ encoding: UTF-8
99
+ string: '{"uuid":"con_8305e66c-bf2f-11ed-a4cb-db537410c51b","customer_uuid":"cus_80ec0c06-bef5-11ed-a88c-974c518fc467","customer_external_id":"X1234","data_source_uuid":"ds_80251880-bef5-11ed-a88b-db28feaa7eba","position":9,"first_name":"Foo","last_name":"Bar","title":"CTO","email":"test2@example.com","phone":"+9876543210","linked_in":"https://linkedin.com/about","twitter":"https://twitter.com/about","notes":null,"custom":{"Toggle":false}}'
100
+ http_version:
101
+ recorded_at: Fri, 10 Mar 2023 10:38:03 GMT
102
+ recorded_with: VCR 5.1.0