chartmogul-ruby 1.6.3 → 1.6.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/changelog.md +9 -0
  4. data/fixtures/vcr_cassettes/ChartMogul_APIResource/connection/works_in_a_threaded_environment.yml +3 -3
  5. data/fixtures/vcr_cassettes/ChartMogul_APIResource/connection/works_when_credentials_are_updated.yml +2 -2
  6. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/adds_custom_attributes.yml +4 -4
  7. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/adds_required_tags.yml +2 -2
  8. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/can_page_through_search_endpoint.yml +1 -1
  9. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/correctly_handles_a_422_response.yml +1 -1
  10. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/correctly_interracts_with_the_API.yml +5 -5
  11. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/merges_customers.yml +5 -5
  12. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/raises_401_if_invalid_credentials.yml +1 -1
  13. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/raises_404_if_no_customers_found.yml +1 -1
  14. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/raises_422_for_update_with_invalid_data.yml +2 -2
  15. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/removes_custom_attributes.yml +2 -2
  16. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/removes_tags.yml +2 -2
  17. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/respects_camel_case_for_all_customers_endpoint.yml +45 -0
  18. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/returns_all_customers_through_list_all_endpoint.yml +1 -1
  19. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/returns_customer_through_retrieve_endpoint.yml +1 -1
  20. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/returns_right_customers_through_search_endpoint.yml +1 -1
  21. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/updates_custom_attributes.yml +4 -4
  22. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/updates_customer.yml +3 -3
  23. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/updates_customer_using_class_method.yml +1 -1
  24. data/fixtures/vcr_cassettes/ChartMogul_Customer/_find_by_external_id/when_external_id_is_provided/returns_matching_user_if_exists.yml +2 -2
  25. data/fixtures/vcr_cassettes/ChartMogul_Customer/_find_by_external_id/when_external_id_is_provided/returns_nil_if_customer_does_not_exist.yml +2 -2
  26. data/fixtures/vcr_cassettes/ChartMogul_CustomerInvoices/API_Interactions/correctly_interracts_with_the_API.yml +148 -109
  27. data/fixtures/vcr_cassettes/ChartMogul_DataSource/API_Interactions/correctly_interracts_with_the_API.yml +4 -4
  28. data/fixtures/vcr_cassettes/ChartMogul_DataSource/API_Interactions/correctly_raises_errors_on_404.yml +1 -1
  29. data/fixtures/vcr_cassettes/ChartMogul_DataSource/API_Interactions/correctly_raises_errors_on_422.yml +1 -1
  30. data/fixtures/vcr_cassettes/ChartMogul_DataSource/API_Interactions/retrieves_existing_data_source_matching_uuid.yml +2 -2
  31. data/fixtures/vcr_cassettes/ChartMogul_Invoice/API_Interactions/deletes_an_invoice.yml +1 -1
  32. data/fixtures/vcr_cassettes/ChartMogul_Invoice/API_Interactions/deletes_an_invoice_with_class_method.yml +1 -1
  33. data/fixtures/vcr_cassettes/ChartMogul_Invoice/API_Interactions/raises_error_on_deleting_non-existing_invoice.yml +1 -1
  34. data/fixtures/vcr_cassettes/ChartMogul_Invoice/API_Interactions/retrieves_existing_invoice_by_uuid.yml +1 -1
  35. data/fixtures/vcr_cassettes/ChartMogul_Invoice/API_Interactions/returns_all_invoices_through_list_all_endpoint.yml +1 -1
  36. data/fixtures/vcr_cassettes/ChartMogul_Metrics_ARPA/behaves_like_Metrics_API_resource/behaves_like_Summary/should_have_summary.yml +1 -1
  37. data/fixtures/vcr_cassettes/ChartMogul_Metrics_ARPA/behaves_like_Metrics_API_resource/should_have_entries.yml +1 -1
  38. data/fixtures/vcr_cassettes/ChartMogul_Metrics_ARR/behaves_like_Metrics_API_resource/behaves_like_Summary/should_have_summary.yml +1 -1
  39. data/fixtures/vcr_cassettes/ChartMogul_Metrics_ARR/behaves_like_Metrics_API_resource/should_have_entries.yml +1 -1
  40. data/fixtures/vcr_cassettes/ChartMogul_Metrics_ASP/behaves_like_Metrics_API_resource/behaves_like_Summary/should_have_summary.yml +1 -1
  41. data/fixtures/vcr_cassettes/ChartMogul_Metrics_ASP/behaves_like_Metrics_API_resource/should_have_entries.yml +1 -1
  42. data/fixtures/vcr_cassettes/ChartMogul_Metrics_Activity/behaves_like_Pageable/should_be_pageable.yml +2 -2
  43. data/fixtures/vcr_cassettes/ChartMogul_Metrics_Activity/should_have_Activity_entries.yml +2 -2
  44. data/fixtures/vcr_cassettes/ChartMogul_Metrics_AllKeyMetric/should_have_entries.yml +1 -1
  45. data/fixtures/vcr_cassettes/ChartMogul_Metrics_CustomerChurnRate/behaves_like_Metrics_API_resource/behaves_like_Summary/should_have_summary.yml +1 -1
  46. data/fixtures/vcr_cassettes/ChartMogul_Metrics_CustomerChurnRate/behaves_like_Metrics_API_resource/should_have_entries.yml +1 -1
  47. data/fixtures/vcr_cassettes/ChartMogul_Metrics_CustomerCount/behaves_like_Metrics_API_resource/behaves_like_Summary/should_have_summary.yml +1 -1
  48. data/fixtures/vcr_cassettes/ChartMogul_Metrics_CustomerCount/behaves_like_Metrics_API_resource/should_have_entries.yml +1 -1
  49. data/fixtures/vcr_cassettes/ChartMogul_Metrics_LTV/behaves_like_Metrics_API_resource/behaves_like_Summary/should_have_summary.yml +1 -1
  50. data/fixtures/vcr_cassettes/ChartMogul_Metrics_LTV/behaves_like_Metrics_API_resource/should_have_entries.yml +1 -1
  51. data/fixtures/vcr_cassettes/ChartMogul_Metrics_MRR/behaves_like_Summary/should_have_summary.yml +1 -1
  52. data/fixtures/vcr_cassettes/ChartMogul_Metrics_MRR/should_have_entries.yml +1 -1
  53. data/fixtures/vcr_cassettes/ChartMogul_Metrics_MRRChurnRate/behaves_like_Metrics_API_resource/behaves_like_Summary/should_have_summary.yml +1 -1
  54. data/fixtures/vcr_cassettes/ChartMogul_Metrics_MRRChurnRate/behaves_like_Metrics_API_resource/should_have_entries.yml +1 -1
  55. data/fixtures/vcr_cassettes/ChartMogul_Metrics_Subscription/behaves_like_Pageable/should_be_pageable.yml +1 -1
  56. data/fixtures/vcr_cassettes/ChartMogul_Metrics_Subscription/should_have_Subscription_entries.yml +1 -1
  57. data/fixtures/vcr_cassettes/ChartMogul_Ping/pings/and_fails_on_incorrect_credentials.yml +1 -1
  58. data/fixtures/vcr_cassettes/ChartMogul_Ping/pings/and_fails_with_500_internal_server_error.yml +1 -1
  59. data/fixtures/vcr_cassettes/ChartMogul_Ping/pings/and_fails_with_504_gateway_timeout_error.yml +1 -1
  60. data/fixtures/vcr_cassettes/ChartMogul_Ping/pings/when_credentials_correct.yml +1 -1
  61. data/fixtures/vcr_cassettes/ChartMogul_Plan/API_Interactions/correctly_handles_a_422_error.yml +1 -1
  62. data/fixtures/vcr_cassettes/ChartMogul_Plan/API_Interactions/correctly_interacts_with_the_API.yml +3 -3
  63. data/fixtures/vcr_cassettes/ChartMogul_Plan/API_Interactions/deletes_existing_plan.yml +4 -4
  64. data/fixtures/vcr_cassettes/ChartMogul_Plan/API_Interactions/retrieves_existing_plan_by_uuid.yml +3 -3
  65. data/fixtures/vcr_cassettes/ChartMogul_Plan/API_Interactions/updates_existing_plan.yml +4 -4
  66. data/fixtures/vcr_cassettes/ChartMogul_Plan/API_Interactions/updates_existing_plan_using_class_method.yml +3 -3
  67. data/fixtures/vcr_cassettes/ChartMogul_PlanGroup/API_interactions/correctly_handles_a_422_error.yml +1 -1
  68. data/fixtures/vcr_cassettes/ChartMogul_PlanGroup/API_interactions/deletes_a_plan_group.yml +6 -6
  69. data/fixtures/vcr_cassettes/ChartMogul_PlanGroup/API_interactions/retrieves_existing_plan_group_by_uuid.yml +5 -5
  70. data/fixtures/vcr_cassettes/ChartMogul_PlanGroup/API_interactions/returns_an_array_of_plan_groups.yml +7 -7
  71. data/fixtures/vcr_cassettes/ChartMogul_PlanGroup/API_interactions/updates_existing_plan_group_name.yml +6 -6
  72. data/fixtures/vcr_cassettes/ChartMogul_PlanGroup/API_interactions/updates_existing_plan_group_name_via_class_method.yml +5 -5
  73. data/fixtures/vcr_cassettes/ChartMogul_PlanGroup/API_interactions/updates_existing_plan_group_plans.yml +8 -8
  74. data/fixtures/vcr_cassettes/ChartMogul_PlanGroups_Plans/API_interactions/given_a_plan_group_uuid_returns_an_array_of_plans_in_the_plan_group.yml +5 -5
  75. data/fixtures/vcr_cassettes/ChartMogul_Subscription/API_Interactions/connects_subscriptions.yml +10 -10
  76. data/fixtures/vcr_cassettes/ChartMogul_Subscription/API_Interactions/correctly_interracts_with_the_API.yml +7 -7
  77. data/fixtures/vcr_cassettes/ChartMogul_Subscription/API_Interactions/has_multiple_aliases.yml +2 -2
  78. data/fixtures/vcr_cassettes/ChartMogul_Subscription/_update_cancellation_dates/when_array_has_time_objects/is_setting_the_cancellation_dates_of_the_subscription.yml +3 -3
  79. data/fixtures/vcr_cassettes/ChartMogul_Subscription/_update_cancellation_dates/when_array_includes_invalid_entries/raises_an_exception.yml +2 -2
  80. data/fixtures/vcr_cassettes/ChartMogul_Subscription/_update_cancellation_dates/when_array_includes_valid_entries/is_setting_the_cancellation_dates_of_the_subscription.yml +3 -3
  81. data/fixtures/vcr_cassettes/ChartMogul_Subscription/_update_cancellation_dates/when_array_is_empty/makes_an_API_call_and_removes_the_cancellation_dates.yml +3 -3
  82. data/fixtures/vcr_cassettes/ChartMogul_Transactions_Payment/API_Interactions/correctly_interracts_with_the_API.yml +5 -5
  83. data/lib/chartmogul/api/actions/all.rb +2 -1
  84. data/lib/chartmogul/api/actions/create.rb +2 -2
  85. data/lib/chartmogul/api/actions/custom.rb +1 -1
  86. data/lib/chartmogul/api/actions/retrieve.rb +1 -1
  87. data/lib/chartmogul/api/actions/update.rb +3 -2
  88. data/lib/chartmogul/api_resource.rb +6 -1
  89. data/lib/chartmogul/customer.rb +2 -0
  90. data/lib/chartmogul/customer_invoices.rb +9 -0
  91. data/lib/chartmogul/metrics/activity.rb +1 -0
  92. data/lib/chartmogul/utils/json_parser.rb +12 -2
  93. data/lib/chartmogul/version.rb +1 -1
  94. metadata +4 -3
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Content-Type:
13
13
  - application/json
14
14
  Authorization:
15
- - Basic ZHVtbXktdG9rZW46ZHVtbXktdG9rZW4=
15
+ - Basic hidden
16
16
  response:
17
17
  status:
18
18
  code: 201
@@ -63,7 +63,7 @@ http_interactions:
63
63
  Content-Type:
64
64
  - application/json
65
65
  Authorization:
66
- - Basic ODE2MjZkMWFiMzU5NTIwMzY5MjhjNjJjYmJiNDMyN2M6ODY3MDRmMDdkYzQwZmYzYjYyYzRjY2E5OTYxMjk2MzY=
66
+ - Basic hidden
67
67
  response:
68
68
  status:
69
69
  code: 201
@@ -111,7 +111,7 @@ http_interactions:
111
111
  User-Agent:
112
112
  - Faraday v0.9.1
113
113
  Authorization:
114
- - Basic ODE2MjZkMWFiMzU5NTIwMzY5MjhjNjJjYmJiNDMyN2M6ODY3MDRmMDdkYzQwZmYzYjYyYzRjY2E5OTYxMjk2MzY=
114
+ - Basic hidden
115
115
  response:
116
116
  status:
117
117
  code: 200
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Content-Type:
13
13
  - application/json
14
14
  Authorization:
15
- - Basic ZHVtbXktdG9rZW46ZHVtbXktdG9rZW4=
15
+ - Basic hidden
16
16
  response:
17
17
  status:
18
18
  code: 201
@@ -63,7 +63,7 @@ http_interactions:
63
63
  Content-Type:
64
64
  - application/json
65
65
  Authorization:
66
- - Basic ODE2MjZkMWFiMzU5NTIwMzY5MjhjNjJjYmJiNDMyN2M6ODY3MDRmMDdkYzQwZmYzYjYyYzRjY2E5OTYxMjk2MzY=
66
+ - Basic hidden
67
67
  response:
68
68
  status:
69
69
  code: 201
@@ -111,7 +111,7 @@ http_interactions:
111
111
  User-Agent:
112
112
  - Faraday v0.9.1
113
113
  Authorization:
114
- - Basic ODE2MjZkMWFiMzU5NTIwMzY5MjhjNjJjYmJiNDMyN2M6ODY3MDRmMDdkYzQwZmYzYjYyYzRjY2E5OTYxMjk2MzY=
114
+ - Basic hidden
115
115
  response:
116
116
  status:
117
117
  code: 200
@@ -158,7 +158,7 @@ http_interactions:
158
158
  User-Agent:
159
159
  - Faraday v0.9.1
160
160
  Authorization:
161
- - Basic ODE2MjZkMWFiMzU5NTIwMzY5MjhjNjJjYmJiNDMyN2M6ODY3MDRmMDdkYzQwZmYzYjYyYzRjY2E5OTYxMjk2MzY=
161
+ - Basic hidden
162
162
  response:
163
163
  status:
164
164
  code: 200
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Content-Type:
13
13
  - application/json
14
14
  Authorization:
15
- - Basic YjNjZTUxNTNkMDYyNmQwNjE3YWQ4OWQyMzQ2OTA1OTc6OGE0YTgyOTMwYTVhMjgzOTA3MDgwNGYzMTdmNTZjYjA=
15
+ - Basic hidden
16
16
  Accept-Encoding:
17
17
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
18
18
  Accept:
@@ -54,7 +54,7 @@ http_interactions:
54
54
  Content-Type:
55
55
  - application/json
56
56
  Authorization:
57
- - Basic YjNjZTUxNTNkMDYyNmQwNjE3YWQ4OWQyMzQ2OTA1OTc6OGE0YTgyOTMwYTVhMjgzOTA3MDgwNGYzMTdmNTZjYjA=
57
+ - Basic hidden
58
58
  Accept-Encoding:
59
59
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
60
60
  Accept:
@@ -115,7 +115,7 @@ http_interactions:
115
115
  Content-Type:
116
116
  - application/json
117
117
  Authorization:
118
- - Basic YjNjZTUxNTNkMDYyNmQwNjE3YWQ4OWQyMzQ2OTA1OTc6OGE0YTgyOTMwYTVhMjgzOTA3MDgwNGYzMTdmNTZjYjA=
118
+ - Basic hidden
119
119
  Accept-Encoding:
120
120
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
121
121
  Accept:
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Content-Type:
13
13
  - application/json
14
14
  Authorization:
15
- - Basic secret
15
+ - Basic hidden
16
16
  response:
17
17
  status:
18
18
  code: 422
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Content-Type:
13
13
  - application/json
14
14
  Authorization:
15
- - Basic secret
15
+ - Basic hidden
16
16
  response:
17
17
  status:
18
18
  code: 201
@@ -50,7 +50,7 @@ http_interactions:
50
50
  Content-Type:
51
51
  - application/json
52
52
  Authorization:
53
- - Basic secret
53
+ - Basic hidden
54
54
  response:
55
55
  status:
56
56
  code: 201
@@ -102,7 +102,7 @@ http_interactions:
102
102
  Content-Type:
103
103
  - application/json
104
104
  Authorization:
105
- - Basic secret
105
+ - Basic hidden
106
106
  response:
107
107
  status:
108
108
  code: 201
@@ -154,7 +154,7 @@ http_interactions:
154
154
  Content-Type:
155
155
  - application/json
156
156
  Authorization:
157
- - Basic secret
157
+ - Basic hidden
158
158
  response:
159
159
  status:
160
160
  code: 200
@@ -207,7 +207,7 @@ http_interactions:
207
207
  User-Agent:
208
208
  - Faraday v0.15.4
209
209
  Authorization:
210
- - Basic secret
210
+ - Basic hidden
211
211
  response:
212
212
  status:
213
213
  code: 204
@@ -252,7 +252,7 @@ http_interactions:
252
252
  Content-Type:
253
253
  - application/json
254
254
  Authorization:
255
- - Basic secret
255
+ - Basic hidden
256
256
  response:
257
257
  status:
258
258
  code: 404
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Content-Type:
13
13
  - application/json
14
14
  Authorization:
15
- - Basic secret
15
+ - Basic hidden
16
16
  response:
17
17
  status:
18
18
  code: 201
@@ -50,7 +50,7 @@ http_interactions:
50
50
  Content-Type:
51
51
  - application/json
52
52
  Authorization:
53
- - Basic secret
53
+ - Basic hidden
54
54
  response:
55
55
  status:
56
56
  code: 201
@@ -102,7 +102,7 @@ http_interactions:
102
102
  Content-Type:
103
103
  - application/json
104
104
  Authorization:
105
- - Basic secret
105
+ - Basic hidden
106
106
  response:
107
107
  status:
108
108
  code: 201
@@ -154,7 +154,7 @@ http_interactions:
154
154
  Content-Type:
155
155
  - application/json
156
156
  Authorization:
157
- - Basic secret
157
+ - Basic hidden
158
158
  response:
159
159
  status:
160
160
  code: 200
@@ -207,7 +207,7 @@ http_interactions:
207
207
  Content-Type:
208
208
  - application/json
209
209
  Authorization:
210
- - Basic secret
210
+ - Basic hidden
211
211
  response:
212
212
  status:
213
213
  code: 200
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Content-Type:
13
13
  - application/json
14
14
  Authorization:
15
- - Basic secret
15
+ - Basic hidden
16
16
  response:
17
17
  status:
18
18
  code: 201
@@ -50,7 +50,7 @@ http_interactions:
50
50
  Content-Type:
51
51
  - application/json
52
52
  Authorization:
53
- - Basic secret
53
+ - Basic hidden
54
54
  response:
55
55
  status:
56
56
  code: 201
@@ -102,7 +102,7 @@ http_interactions:
102
102
  Content-Type:
103
103
  - application/json
104
104
  Authorization:
105
- - Basic secret
105
+ - Basic hidden
106
106
  response:
107
107
  status:
108
108
  code: 201
@@ -154,7 +154,7 @@ http_interactions:
154
154
  Content-Type:
155
155
  - application/json
156
156
  Authorization:
157
- - Basic secret
157
+ - Basic hidden
158
158
  response:
159
159
  status:
160
160
  code: 200
@@ -207,7 +207,7 @@ http_interactions:
207
207
  Content-Type:
208
208
  - application/json
209
209
  Authorization:
210
- - Basic secret
210
+ - Basic hidden
211
211
  response:
212
212
  status:
213
213
  code: 201
@@ -259,7 +259,7 @@ http_interactions:
259
259
  Content-Type:
260
260
  - application/json
261
261
  Authorization:
262
- - Basic secret
262
+ - Basic hidden
263
263
  response:
264
264
  status:
265
265
  code: 200
@@ -312,7 +312,7 @@ http_interactions:
312
312
  Content-Type:
313
313
  - application/json
314
314
  Authorization:
315
- - Basic secret
315
+ - Basic hidden
316
316
  response:
317
317
  status:
318
318
  code: 200
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Content-Type:
13
13
  - application/json
14
14
  Authorization:
15
- - Basic secret
15
+ - Basic hidden
16
16
  response:
17
17
  status:
18
18
  code: 201
@@ -50,7 +50,7 @@ http_interactions:
50
50
  Content-Type:
51
51
  - application/json
52
52
  Authorization:
53
- - Basic secret
53
+ - Basic hidden
54
54
  response:
55
55
  status:
56
56
  code: 201
@@ -102,7 +102,7 @@ http_interactions:
102
102
  Content-Type:
103
103
  - application/json
104
104
  Authorization:
105
- - Basic secret
105
+ - Basic hidden
106
106
  response:
107
107
  status:
108
108
  code: 201
@@ -154,7 +154,7 @@ http_interactions:
154
154
  Content-Type:
155
155
  - application/json
156
156
  Authorization:
157
- - Basic secret
157
+ - Basic hidden
158
158
  response:
159
159
  status:
160
160
  code: 200
@@ -207,7 +207,7 @@ http_interactions:
207
207
  Content-Type:
208
208
  - application/json
209
209
  Authorization:
210
- - Basic secret
210
+ - Basic hidden
211
211
  response:
212
212
  status:
213
213
  code: 200
@@ -260,7 +260,7 @@ http_interactions:
260
260
  Content-Type:
261
261
  - application/json
262
262
  Authorization:
263
- - Basic secret
263
+ - Basic hidden
264
264
  response:
265
265
  status:
266
266
  code: 200
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Content-Type:
13
13
  - application/json
14
14
  Authorization:
15
- - Basic YjNjZTUxNTNkMDYyNmQwNjE3YWQ4OWQyMzQ2OTA1OTc6OGE0YTgyOTMwYTVhMjgzOTA3MDgwNGYzMTdmNTZjYjA=
15
+ - Basic hidden
16
16
  Accept-Encoding:
17
17
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
18
18
  Accept:
@@ -54,7 +54,7 @@ http_interactions:
54
54
  Content-Type:
55
55
  - application/json
56
56
  Authorization:
57
- - Basic YjNjZTUxNTNkMDYyNmQwNjE3YWQ4OWQyMzQ2OTA1OTc6OGE0YTgyOTMwYTVhMjgzOTA3MDgwNGYzMTdmNTZjYjA=
57
+ - Basic hidden
58
58
  Accept-Encoding:
59
59
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
60
60
  Accept:
@@ -116,7 +116,7 @@ http_interactions:
116
116
  Content-Type:
117
117
  - application/json
118
118
  Authorization:
119
- - Basic YjNjZTUxNTNkMDYyNmQwNjE3YWQ4OWQyMzQ2OTA1OTc6OGE0YTgyOTMwYTVhMjgzOTA3MDgwNGYzMTdmNTZjYjA=
119
+ - Basic hidden
120
120
  Accept-Encoding:
121
121
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
122
122
  Accept:
@@ -178,7 +178,7 @@ http_interactions:
178
178
  Content-Type:
179
179
  - application/json
180
180
  Authorization:
181
- - Basic YjNjZTUxNTNkMDYyNmQwNjE3YWQ4OWQyMzQ2OTA1OTc6OGE0YTgyOTMwYTVhMjgzOTA3MDgwNGYzMTdmNTZjYjA=
181
+ - Basic hidden
182
182
  Accept-Encoding:
183
183
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
184
184
  Accept:
@@ -242,7 +242,7 @@ http_interactions:
242
242
  Content-Type:
243
243
  - application/json
244
244
  Authorization:
245
- - Basic YjNjZTUxNTNkMDYyNmQwNjE3YWQ4OWQyMzQ2OTA1OTc6OGE0YTgyOTMwYTVhMjgzOTA3MDgwNGYzMTdmNTZjYjA=
245
+ - Basic hidden
246
246
  Accept-Encoding:
247
247
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
248
248
  Accept:
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Content-Type:
13
13
  - application/json
14
14
  Authorization:
15
- - Basic secret
15
+ - Basic hidden
16
16
  response:
17
17
  status:
18
18
  code: 201
@@ -50,7 +50,7 @@ http_interactions:
50
50
  Content-Type:
51
51
  - application/json
52
52
  Authorization:
53
- - Basic secret
53
+ - Basic hidden
54
54
  response:
55
55
  status:
56
56
  code: 201
@@ -102,7 +102,7 @@ http_interactions:
102
102
  Content-Type:
103
103
  - application/json
104
104
  Authorization:
105
- - Basic secret
105
+ - Basic hidden
106
106
  response:
107
107
  status:
108
108
  code: 201
@@ -154,7 +154,7 @@ http_interactions:
154
154
  Content-Type:
155
155
  - application/json
156
156
  Authorization:
157
- - Basic secret
157
+ - Basic hidden
158
158
  response:
159
159
  status:
160
160
  code: 201
@@ -206,7 +206,7 @@ http_interactions:
206
206
  Content-Type:
207
207
  - application/json
208
208
  Authorization:
209
- - Basic secret
209
+ - Basic hidden
210
210
  response:
211
211
  status:
212
212
  code: 200
@@ -259,7 +259,7 @@ http_interactions:
259
259
  Content-Type:
260
260
  - application/json
261
261
  Authorization:
262
- - Basic secret
262
+ - Basic hidden
263
263
  response:
264
264
  status:
265
265
  code: 200
@@ -312,7 +312,7 @@ http_interactions:
312
312
  Content-Type:
313
313
  - application/json
314
314
  Authorization:
315
- - Basic secret
315
+ - Basic hidden
316
316
  response:
317
317
  status:
318
318
  code: 200
@@ -365,7 +365,7 @@ http_interactions:
365
365
  Content-Type:
366
366
  - application/json
367
367
  Authorization:
368
- - Basic secret
368
+ - Basic hidden
369
369
  response:
370
370
  status:
371
371
  code: 200
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Content-Type:
13
13
  - application/json
14
14
  Authorization:
15
- - Basic OGIzNjcyOWUzMmU1OWJiMTBlNjEwZWZiOWFhNjExZTA6Nzg0MWEyNWU4Y2VkMmZjOGRmYzFhZGU3YWM0ZmFjZTQ=
15
+ - Basic hidden
16
16
  response:
17
17
  status:
18
18
  code: 201
@@ -50,7 +50,7 @@ http_interactions:
50
50
  Content-Type:
51
51
  - application/json
52
52
  Authorization:
53
- - Basic OGIzNjcyOWUzMmU1OWJiMTBlNjEwZWZiOWFhNjExZTA6Nzg0MWEyNWU4Y2VkMmZjOGRmYzFhZGU3YWM0ZmFjZTQ=
53
+ - Basic hidden
54
54
  response:
55
55
  status:
56
56
  code: 201
@@ -102,7 +102,7 @@ http_interactions:
102
102
  Content-Type:
103
103
  - application/json
104
104
  Authorization:
105
- - Basic OGIzNjcyOWUzMmU1OWJiMTBlNjEwZWZiOWFhNjExZTA6Nzg0MWEyNWU4Y2VkMmZjOGRmYzFhZGU3YWM0ZmFjZTQ=
105
+ - Basic hidden
106
106
  response:
107
107
  status:
108
108
  code: 201
@@ -154,7 +154,7 @@ http_interactions:
154
154
  Content-Type:
155
155
  - application/json
156
156
  Authorization:
157
- - Basic OGIzNjcyOWUzMmU1OWJiMTBlNjEwZWZiOWFhNjExZTA6Nzg0MWEyNWU4Y2VkMmZjOGRmYzFhZGU3YWM0ZmFjZTQ=
157
+ - Basic hidden
158
158
  response:
159
159
  status:
160
160
  code: 200
@@ -207,7 +207,7 @@ http_interactions:
207
207
  Content-Type:
208
208
  - application/json
209
209
  Authorization:
210
- - Basic OGIzNjcyOWUzMmU1OWJiMTBlNjEwZWZiOWFhNjExZTA6Nzg0MWEyNWU4Y2VkMmZjOGRmYzFhZGU3YWM0ZmFjZTQ=
210
+ - Basic hidden
211
211
  response:
212
212
  status:
213
213
  code: 200