chartmogul-ruby 1.1.5 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (123) hide show
  1. checksums.yaml +5 -5
  2. data/.gitignore +10 -10
  3. data/.rspec +2 -2
  4. data/.travis.yml +9 -4
  5. data/Gemfile +4 -4
  6. data/LICENSE.txt +21 -21
  7. data/README.md +111 -111
  8. data/Rakefile +6 -6
  9. data/bin/console +14 -14
  10. data/bin/setup +9 -9
  11. data/changelog.md +27 -27
  12. data/chartmogul-ruby.gemspec +30 -30
  13. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/adds_custom_attributes.yml +80 -80
  14. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/adds_required_tags.yml +79 -79
  15. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/can_page_through_search_endpoint.yml +43 -43
  16. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/correctly_handles_a_422_response.yml +50 -50
  17. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/correctly_interracts_with_the_API.yml +244 -244
  18. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/merges_customers.yml +185 -185
  19. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/raises_401_if_invalid_credentials.yml +38 -38
  20. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/raises_404_if_no_customers_found.yml +38 -38
  21. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/raises_422_for_update_with_invalid_data.yml +86 -86
  22. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/removes_custom_attributes.yml +80 -80
  23. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/removes_tags.yml +80 -80
  24. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/returns_all_customers_through_list_all_endpoint.yml +47 -47
  25. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/returns_customer_through_retrieve_endpoint.yml +42 -42
  26. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/returns_right_customers_through_search_endpoint.yml +43 -43
  27. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/updates_custom_attributes.yml +82 -82
  28. data/fixtures/vcr_cassettes/ChartMogul_Customer/API_Interactions/updates_customer.yml +139 -139
  29. data/fixtures/vcr_cassettes/ChartMogul_Customer/_find_by_external_id/when_external_id_is_provided/returns_matching_user_if_exists.yml +102 -102
  30. data/fixtures/vcr_cassettes/ChartMogul_Customer/_find_by_external_id/when_external_id_is_provided/returns_nil_if_customer_does_not_exist.yml +101 -101
  31. data/fixtures/vcr_cassettes/ChartMogul_CustomerInvoices/API_Interactions/correctly_interracts_with_the_API.yml +298 -298
  32. data/fixtures/vcr_cassettes/ChartMogul_DataSource/API_Interactions/correctly_interracts_with_the_API.yml +189 -189
  33. data/fixtures/vcr_cassettes/ChartMogul_DataSource/API_Interactions/correctly_raises_errors_on_404.yml +46 -46
  34. data/fixtures/vcr_cassettes/ChartMogul_DataSource/API_Interactions/correctly_raises_errors_on_422.yml +48 -48
  35. data/fixtures/vcr_cassettes/ChartMogul_DataSource/API_Interactions/retrieves_existing_data_source_matching_uuid.yml +101 -101
  36. data/fixtures/vcr_cassettes/ChartMogul_Invoice/API_Interactions/deletes_an_invoice.yml +37 -37
  37. data/fixtures/vcr_cassettes/ChartMogul_Invoice/API_Interactions/deletes_an_invoice_with_class_method.yml +37 -37
  38. data/fixtures/vcr_cassettes/ChartMogul_Invoice/API_Interactions/raises_error_on_deleting_non-existing_invoice.yml +42 -42
  39. data/fixtures/vcr_cassettes/ChartMogul_Invoice/API_Interactions/retrieves_existing_invoice_by_uuid.yml +50 -50
  40. data/fixtures/vcr_cassettes/ChartMogul_Invoice/API_Interactions/returns_all_invoices_through_list_all_endpoint.yml +46 -46
  41. data/fixtures/vcr_cassettes/ChartMogul_Metrics_ARPA/behaves_like_Metrics_API_resource/behaves_like_Summary/should_have_summary.yml +42 -42
  42. data/fixtures/vcr_cassettes/ChartMogul_Metrics_ARPA/behaves_like_Metrics_API_resource/should_have_entries.yml +42 -42
  43. data/fixtures/vcr_cassettes/ChartMogul_Metrics_ARR/behaves_like_Metrics_API_resource/behaves_like_Summary/should_have_summary.yml +42 -42
  44. data/fixtures/vcr_cassettes/ChartMogul_Metrics_ARR/behaves_like_Metrics_API_resource/should_have_entries.yml +42 -42
  45. data/fixtures/vcr_cassettes/ChartMogul_Metrics_ASP/behaves_like_Metrics_API_resource/behaves_like_Summary/should_have_summary.yml +40 -40
  46. data/fixtures/vcr_cassettes/ChartMogul_Metrics_ASP/behaves_like_Metrics_API_resource/should_have_entries.yml +40 -40
  47. data/fixtures/vcr_cassettes/ChartMogul_Metrics_Activity/behaves_like_Pageable/should_be_pageable.yml +41 -41
  48. data/fixtures/vcr_cassettes/ChartMogul_Metrics_Activity/should_have_Activity_entries.yml +41 -41
  49. data/fixtures/vcr_cassettes/ChartMogul_Metrics_AllKeyMetric/should_have_entries.yml +42 -42
  50. data/fixtures/vcr_cassettes/ChartMogul_Metrics_CustomerChurnRate/behaves_like_Metrics_API_resource/behaves_like_Summary/should_have_summary.yml +40 -40
  51. data/fixtures/vcr_cassettes/ChartMogul_Metrics_CustomerChurnRate/behaves_like_Metrics_API_resource/should_have_entries.yml +40 -40
  52. data/fixtures/vcr_cassettes/ChartMogul_Metrics_CustomerCount/behaves_like_Metrics_API_resource/behaves_like_Summary/should_have_summary.yml +42 -42
  53. data/fixtures/vcr_cassettes/ChartMogul_Metrics_CustomerCount/behaves_like_Metrics_API_resource/should_have_entries.yml +42 -42
  54. data/fixtures/vcr_cassettes/ChartMogul_Metrics_LTV/behaves_like_Metrics_API_resource/behaves_like_Summary/should_have_summary.yml +40 -40
  55. data/fixtures/vcr_cassettes/ChartMogul_Metrics_LTV/behaves_like_Metrics_API_resource/should_have_entries.yml +40 -40
  56. data/fixtures/vcr_cassettes/ChartMogul_Metrics_MRR/behaves_like_Summary/should_have_summary.yml +42 -42
  57. data/fixtures/vcr_cassettes/ChartMogul_Metrics_MRR/should_have_entries.yml +42 -42
  58. data/fixtures/vcr_cassettes/ChartMogul_Metrics_MRRChurnRate/behaves_like_Metrics_API_resource/behaves_like_Summary/should_have_summary.yml +40 -40
  59. data/fixtures/vcr_cassettes/ChartMogul_Metrics_MRRChurnRate/behaves_like_Metrics_API_resource/should_have_entries.yml +40 -40
  60. data/fixtures/vcr_cassettes/ChartMogul_Metrics_Subscription/behaves_like_Pageable/should_be_pageable.yml +40 -40
  61. data/fixtures/vcr_cassettes/ChartMogul_Metrics_Subscription/should_have_Subscription_entries.yml +40 -40
  62. data/fixtures/vcr_cassettes/ChartMogul_Ping/pings/and_fails_on_incorrect_credentials.yml +38 -38
  63. data/fixtures/vcr_cassettes/ChartMogul_Ping/pings/when_credentials_correct.yml +38 -38
  64. data/fixtures/vcr_cassettes/ChartMogul_Plan/API_Interactions/correctly_handles_a_422_error.yml +51 -51
  65. data/fixtures/vcr_cassettes/ChartMogul_Plan/API_Interactions/correctly_interacts_with_the_API.yml +152 -152
  66. data/fixtures/vcr_cassettes/ChartMogul_Plan/API_Interactions/deletes_existing_plan.yml +198 -198
  67. data/fixtures/vcr_cassettes/ChartMogul_Plan/API_Interactions/retrieves_existing_plan_by_uuid.yml +151 -151
  68. data/fixtures/vcr_cassettes/ChartMogul_Plan/API_Interactions/updates_existing_plan.yml +198 -198
  69. data/fixtures/vcr_cassettes/ChartMogul_Subscription/API_Interactions/correctly_interracts_with_the_API.yml +340 -340
  70. data/fixtures/vcr_cassettes/ChartMogul_Subscription/API_Interactions/has_multiple_aliases.yml +101 -101
  71. data/fixtures/vcr_cassettes/ChartMogul_Transactions_Payment/API_Interactions/correctly_interracts_with_the_API.yml +243 -243
  72. data/lib/chartmogul.rb +81 -81
  73. data/lib/chartmogul/api/actions/all.rb +23 -23
  74. data/lib/chartmogul/api/actions/create.rb +39 -39
  75. data/lib/chartmogul/api/actions/custom.rb +37 -37
  76. data/lib/chartmogul/api/actions/destroy.rb +27 -27
  77. data/lib/chartmogul/api/actions/retrieve.rb +23 -23
  78. data/lib/chartmogul/api/actions/update.rb +19 -19
  79. data/lib/chartmogul/api_resource.rb +68 -68
  80. data/lib/chartmogul/concerns/entries.rb +37 -37
  81. data/lib/chartmogul/concerns/pageable.rb +13 -13
  82. data/lib/chartmogul/concerns/pageable2.rb +12 -12
  83. data/lib/chartmogul/concerns/summary.rb +19 -19
  84. data/lib/chartmogul/config_attributes.rb +15 -15
  85. data/lib/chartmogul/configuration.rb +6 -6
  86. data/lib/chartmogul/customer.rb +156 -156
  87. data/lib/chartmogul/customer_invoices.rb +44 -44
  88. data/lib/chartmogul/data_source.rb +34 -34
  89. data/lib/chartmogul/enrichment/customer.rb +140 -140
  90. data/lib/chartmogul/errors/chartmogul_error.rb +19 -19
  91. data/lib/chartmogul/errors/configuration_error.rb +4 -4
  92. data/lib/chartmogul/errors/forbidden_error.rb +4 -4
  93. data/lib/chartmogul/errors/not_found_error.rb +4 -4
  94. data/lib/chartmogul/errors/resource_invalid_error.rb +4 -4
  95. data/lib/chartmogul/errors/schema_invalid_error.rb +4 -4
  96. data/lib/chartmogul/errors/unauthorized_error.rb +4 -4
  97. data/lib/chartmogul/invoice.rb +86 -86
  98. data/lib/chartmogul/line_items/one_time.rb +24 -23
  99. data/lib/chartmogul/line_items/subscription.rb +30 -29
  100. data/lib/chartmogul/metrics/activity.rb +33 -33
  101. data/lib/chartmogul/metrics/all_key_metrics.rb +24 -24
  102. data/lib/chartmogul/metrics/arpa.rb +18 -18
  103. data/lib/chartmogul/metrics/arr.rb +18 -18
  104. data/lib/chartmogul/metrics/asp.rb +18 -18
  105. data/lib/chartmogul/metrics/base.rb +54 -54
  106. data/lib/chartmogul/metrics/customer_churn_rate.rb +18 -18
  107. data/lib/chartmogul/metrics/customer_count.rb +18 -18
  108. data/lib/chartmogul/metrics/ltv.rb +18 -18
  109. data/lib/chartmogul/metrics/mrr.rb +26 -26
  110. data/lib/chartmogul/metrics/mrr_churn_rate.rb +18 -18
  111. data/lib/chartmogul/metrics/subscription.rb +37 -37
  112. data/lib/chartmogul/object.rb +119 -119
  113. data/lib/chartmogul/ping.rb +14 -14
  114. data/lib/chartmogul/plan.rb +37 -37
  115. data/lib/chartmogul/resource_path.rb +42 -42
  116. data/lib/chartmogul/subscription.rb +47 -47
  117. data/lib/chartmogul/summary.rb +7 -7
  118. data/lib/chartmogul/transactions/payment.rb +24 -24
  119. data/lib/chartmogul/transactions/refund.rb +24 -24
  120. data/lib/chartmogul/utils/hash_snake_caser.rb +49 -49
  121. data/lib/chartmogul/utils/json_parser.rb +10 -10
  122. data/lib/chartmogul/version.rb +3 -3
  123. metadata +3 -4
@@ -1,119 +1,119 @@
1
- require 'set'
2
-
3
- module ChartMogul
4
- class Object
5
- class << self
6
- def attributes
7
- @attributes ||= Set.new
8
- end
9
-
10
- def writeable_attributes
11
- @writeable_attributes ||= Set.new
12
- end
13
-
14
- def readonly_attr(attribute, options = {})
15
- attributes << attribute.to_sym
16
- define_reader(attribute, options[:default])
17
- define_private_writer(attribute, options[:type])
18
- end
19
-
20
- def writeable_attr(attribute, options = {})
21
- attributes << attribute.to_sym
22
- writeable_attributes << attribute.to_sym
23
-
24
- define_reader(attribute, options[:default])
25
- define_writer(attribute)
26
- define_private_writer(attribute, options[:type])
27
- end
28
-
29
- def define_reader(attribute, default)
30
- define_method(attribute) do
31
- if instance_variable_defined?("@#{attribute}")
32
- instance_variable_get("@#{attribute}")
33
- else
34
- instance_variable_set("@#{attribute}", default)
35
- end
36
- end
37
- end
38
-
39
- def define_private_writer(attribute, type)
40
- if type == :time
41
- define_method("set_#{attribute}") do |value|
42
- instance_variable_set("@#{attribute}", value && Time.parse(value))
43
- end
44
- elsif type == :date
45
- define_method("set_#{attribute}") do |value|
46
- instance_variable_set("@#{attribute}", value && Date.strptime(value, '%Y-%m-%d'))
47
- end
48
- else
49
- define_method("set_#{attribute}") do |value|
50
- instance_variable_set("@#{attribute}", value)
51
- end
52
- end
53
- private "set_#{attribute}"
54
- end
55
-
56
- def define_writer(attribute)
57
- define_method("#{attribute}=") do |value|
58
- instance_variable_set("@#{attribute}", value)
59
- end
60
- end
61
- end
62
-
63
- def initialize(attributes = {})
64
- assign_writeable_attributes(attributes)
65
- end
66
-
67
- def self.new_from_json(attributes = {})
68
- new.tap do |resource|
69
- resource.assign_all_attributes(attributes)
70
- end
71
- end
72
-
73
- def instance_attributes
74
- self.class.attributes.each_with_object({}) do |attribute, hash|
75
- hash[attribute] = send(attribute)
76
- end
77
- end
78
-
79
- def assign_writeable_attributes(new_values)
80
- self.class.writeable_attributes.each do |attr, _value|
81
- send("#{attr}=", new_values[attr]) if new_values.key?(attr)
82
- end
83
-
84
- self
85
- end
86
-
87
- def assign_all_attributes(new_values)
88
- self.class.attributes.each do |attr|
89
- send("set_#{attr}", new_values[attr]) if new_values.key?(attr)
90
- end
91
-
92
- self
93
- end
94
-
95
- def serialize_for_write
96
- self.class.writeable_attributes.each_with_object({}) do |attr, attrs|
97
- serialized_value = serialized_value_for_attr(attr)
98
- attrs[attr] = serialized_value if allowed_for_write?(serialized_value)
99
- end
100
- end
101
-
102
- def allowed_for_write?(serialized_value)
103
- return false if serialized_value.is_a?(Array) && serialized_value.empty?
104
- return false if serialized_value.nil?
105
-
106
- true
107
- end
108
-
109
- def serialized_value_for_attr(attr)
110
- serialize_method_name = "serialize_#{attr}"
111
-
112
- if respond_to?(serialize_method_name)
113
- send(serialize_method_name)
114
- else
115
- send(attr)
116
- end
117
- end
118
- end
119
- end
1
+ require 'set'
2
+
3
+ module ChartMogul
4
+ class Object
5
+ class << self
6
+ def attributes
7
+ @attributes ||= Set.new
8
+ end
9
+
10
+ def writeable_attributes
11
+ @writeable_attributes ||= Set.new
12
+ end
13
+
14
+ def readonly_attr(attribute, options = {})
15
+ attributes << attribute.to_sym
16
+ define_reader(attribute, options[:default])
17
+ define_private_writer(attribute, options[:type])
18
+ end
19
+
20
+ def writeable_attr(attribute, options = {})
21
+ attributes << attribute.to_sym
22
+ writeable_attributes << attribute.to_sym
23
+
24
+ define_reader(attribute, options[:default])
25
+ define_writer(attribute)
26
+ define_private_writer(attribute, options[:type])
27
+ end
28
+
29
+ def define_reader(attribute, default)
30
+ define_method(attribute) do
31
+ if instance_variable_defined?("@#{attribute}")
32
+ instance_variable_get("@#{attribute}")
33
+ else
34
+ instance_variable_set("@#{attribute}", default)
35
+ end
36
+ end
37
+ end
38
+
39
+ def define_private_writer(attribute, type)
40
+ if type == :time
41
+ define_method("set_#{attribute}") do |value|
42
+ instance_variable_set("@#{attribute}", value && Time.parse(value))
43
+ end
44
+ elsif type == :date
45
+ define_method("set_#{attribute}") do |value|
46
+ instance_variable_set("@#{attribute}", value && Date.strptime(value, '%Y-%m-%d'))
47
+ end
48
+ else
49
+ define_method("set_#{attribute}") do |value|
50
+ instance_variable_set("@#{attribute}", value)
51
+ end
52
+ end
53
+ private "set_#{attribute}"
54
+ end
55
+
56
+ def define_writer(attribute)
57
+ define_method("#{attribute}=") do |value|
58
+ instance_variable_set("@#{attribute}", value)
59
+ end
60
+ end
61
+ end
62
+
63
+ def initialize(attributes = {})
64
+ assign_writeable_attributes(attributes)
65
+ end
66
+
67
+ def self.new_from_json(attributes = {})
68
+ new.tap do |resource|
69
+ resource.assign_all_attributes(attributes)
70
+ end
71
+ end
72
+
73
+ def instance_attributes
74
+ self.class.attributes.each_with_object({}) do |attribute, hash|
75
+ hash[attribute] = send(attribute)
76
+ end
77
+ end
78
+
79
+ def assign_writeable_attributes(new_values)
80
+ self.class.writeable_attributes.each do |attr, _value|
81
+ send("#{attr}=", new_values[attr]) if new_values.key?(attr)
82
+ end
83
+
84
+ self
85
+ end
86
+
87
+ def assign_all_attributes(new_values)
88
+ self.class.attributes.each do |attr|
89
+ send("set_#{attr}", new_values[attr]) if new_values.key?(attr)
90
+ end
91
+
92
+ self
93
+ end
94
+
95
+ def serialize_for_write
96
+ self.class.writeable_attributes.each_with_object({}) do |attr, attrs|
97
+ serialized_value = serialized_value_for_attr(attr)
98
+ attrs[attr] = serialized_value if allowed_for_write?(serialized_value)
99
+ end
100
+ end
101
+
102
+ def allowed_for_write?(serialized_value)
103
+ return false if serialized_value.is_a?(Array) && serialized_value.empty?
104
+ return false if serialized_value.nil?
105
+
106
+ true
107
+ end
108
+
109
+ def serialized_value_for_attr(attr)
110
+ serialize_method_name = "serialize_#{attr}"
111
+
112
+ if respond_to?(serialize_method_name)
113
+ send(serialize_method_name)
114
+ else
115
+ send(attr)
116
+ end
117
+ end
118
+ end
119
+ end
@@ -1,14 +1,14 @@
1
- module ChartMogul
2
- class Ping < APIResource
3
- set_resource_name 'Ping'
4
- set_resource_path '/v1/ping'
5
-
6
- readonly_attr :data
7
-
8
- include API::Actions::Custom
9
-
10
- def self.ping
11
- custom!(:get, '/v1/ping')
12
- end
13
- end
14
- end
1
+ module ChartMogul
2
+ class Ping < APIResource
3
+ set_resource_name 'Ping'
4
+ set_resource_path '/v1/ping'
5
+
6
+ readonly_attr :data
7
+
8
+ include API::Actions::Custom
9
+
10
+ def self.ping
11
+ custom!(:get, '/v1/ping')
12
+ end
13
+ end
14
+ end
@@ -1,37 +1,37 @@
1
- module ChartMogul
2
- class Plan < APIResource
3
- set_resource_name 'Plan'
4
- set_resource_path '/v1/plans'
5
-
6
- readonly_attr :uuid
7
-
8
- writeable_attr :name
9
- writeable_attr :interval_count
10
- writeable_attr :interval_unit
11
- writeable_attr :external_id
12
-
13
- writeable_attr :data_source_uuid
14
-
15
- include API::Actions::Create
16
- include API::Actions::Custom
17
- include API::Actions::Destroy
18
- include API::Actions::Retrieve
19
- include API::Actions::Update
20
-
21
- def self.all(options = {})
22
- Plans.all(options)
23
- end
24
- end
25
-
26
- class Plans < APIResource
27
- set_resource_name 'Plans'
28
- set_resource_path '/v1/plans'
29
-
30
- set_resource_root_key :plans
31
-
32
- include Concerns::Entries
33
- include Concerns::Pageable2
34
-
35
- set_entry_class Plan
36
- end
37
- end
1
+ module ChartMogul
2
+ class Plan < APIResource
3
+ set_resource_name 'Plan'
4
+ set_resource_path '/v1/plans'
5
+
6
+ readonly_attr :uuid
7
+
8
+ writeable_attr :name
9
+ writeable_attr :interval_count
10
+ writeable_attr :interval_unit
11
+ writeable_attr :external_id
12
+
13
+ writeable_attr :data_source_uuid
14
+
15
+ include API::Actions::Create
16
+ include API::Actions::Custom
17
+ include API::Actions::Destroy
18
+ include API::Actions::Retrieve
19
+ include API::Actions::Update
20
+
21
+ def self.all(options = {})
22
+ Plans.all(options)
23
+ end
24
+ end
25
+
26
+ class Plans < APIResource
27
+ set_resource_name 'Plans'
28
+ set_resource_path '/v1/plans'
29
+
30
+ set_resource_root_key :plans
31
+
32
+ include Concerns::Entries
33
+ include Concerns::Pageable2
34
+
35
+ set_entry_class Plan
36
+ end
37
+ end
@@ -1,42 +1,42 @@
1
- require 'uri'
2
-
3
- module ChartMogul
4
- class ResourcePath
5
- attr_reader :path
6
- attr_reader :named_params
7
-
8
- class RequiredParameterMissing < StandardError; end
9
-
10
- def initialize(path)
11
- @path = path
12
- @named_params = path.scan(/:\w+/).each_with_object({}) do |named_param, hash|
13
- hash[named_param] = named_param.delete(':').to_sym
14
- end
15
- end
16
-
17
- def apply(params = {})
18
- apply_named_params(params)
19
- end
20
-
21
- # For path = '/hello/:hello_id/say' & params = { hello_id: 1, search: 'cat' }
22
- # it will return '/hello/1/say?search=cat'
23
-
24
- def apply_with_get_params(params = {})
25
- base_path = apply_named_params(params)
26
- get_params = params.reject { |param_name| named_params.values.include?(param_name) }
27
-
28
- get_params.empty? ? base_path : "#{base_path}?#{URI.encode_www_form(get_params)}"
29
- end
30
-
31
- private
32
-
33
- def apply_named_params(params)
34
- path.dup.tap do |path|
35
- named_params.each do |named_param, param_key|
36
- raise(RequiredParameterMissing, "#{named_param} is required") unless params.key?(param_key)
37
- path.gsub!(named_param, params[param_key].to_s)
38
- end
39
- end
40
- end
41
- end
42
- end
1
+ require 'uri'
2
+
3
+ module ChartMogul
4
+ class ResourcePath
5
+ attr_reader :path
6
+ attr_reader :named_params
7
+
8
+ class RequiredParameterMissing < StandardError; end
9
+
10
+ def initialize(path)
11
+ @path = path
12
+ @named_params = path.scan(/:\w+/).each_with_object({}) do |named_param, hash|
13
+ hash[named_param] = named_param.delete(':').to_sym
14
+ end
15
+ end
16
+
17
+ def apply(params = {})
18
+ apply_named_params(params)
19
+ end
20
+
21
+ # For path = '/hello/:hello_id/say' & params = { hello_id: 1, search: 'cat' }
22
+ # it will return '/hello/1/say?search=cat'
23
+
24
+ def apply_with_get_params(params = {})
25
+ base_path = apply_named_params(params)
26
+ get_params = params.reject { |param_name| named_params.values.include?(param_name) }
27
+
28
+ get_params.empty? ? base_path : "#{base_path}?#{URI.encode_www_form(get_params)}"
29
+ end
30
+
31
+ private
32
+
33
+ def apply_named_params(params)
34
+ path.dup.tap do |path|
35
+ named_params.each do |named_param, param_key|
36
+ raise(RequiredParameterMissing, "#{named_param} is required") unless params.key?(param_key)
37
+ path.gsub!(named_param, params[param_key].to_s)
38
+ end
39
+ end
40
+ end
41
+ end
42
+ end
@@ -1,47 +1,47 @@
1
- module ChartMogul
2
- class Subscription < APIResource
3
- set_resource_name 'Subscription'
4
- set_resource_path '/v1/import/customers/:customer_uuid/subscriptions'
5
-
6
- readonly_attr :uuid
7
- readonly_attr :external_id
8
- readonly_attr :cancellation_dates, default: []
9
-
10
- readonly_attr :plan_uuid
11
- readonly_attr :data_source_uuid
12
-
13
- include API::Actions::Custom
14
-
15
- def set_cancellation_dates(cancellation_dates_array)
16
- @cancellation_dates = cancellation_dates_array.map do |cancellation_date|
17
- Time.parse(cancellation_date)
18
- end
19
- end
20
-
21
- def cancel(cancelled_at)
22
- custom!(:patch, "/v1/import/subscriptions/#{uuid}", cancelled_at: cancelled_at)
23
- end
24
-
25
- def self.all(customer_uuid, options = {})
26
- Subscriptions.all(customer_uuid, options)
27
- end
28
- end
29
-
30
- class Subscriptions < APIResource
31
- readonly_attr :customer_uuid
32
-
33
- set_resource_name 'Subscriptions'
34
- set_resource_path '/v1/import/customers/:customer_uuid/subscriptions'
35
-
36
- set_resource_root_key :subscriptions
37
-
38
- include Concerns::Entries
39
- include Concerns::Pageable2
40
-
41
- set_entry_class Subscription
42
-
43
- def self.all(customer_uuid, options = {})
44
- super(options.merge(customer_uuid: customer_uuid))
45
- end
46
- end
47
- end
1
+ module ChartMogul
2
+ class Subscription < APIResource
3
+ set_resource_name 'Subscription'
4
+ set_resource_path '/v1/import/customers/:customer_uuid/subscriptions'
5
+
6
+ readonly_attr :uuid
7
+ readonly_attr :external_id
8
+ readonly_attr :cancellation_dates, default: []
9
+
10
+ readonly_attr :plan_uuid
11
+ readonly_attr :data_source_uuid
12
+
13
+ include API::Actions::Custom
14
+
15
+ def set_cancellation_dates(cancellation_dates_array)
16
+ @cancellation_dates = cancellation_dates_array.map do |cancellation_date|
17
+ Time.parse(cancellation_date)
18
+ end
19
+ end
20
+
21
+ def cancel(cancelled_at)
22
+ custom!(:patch, "/v1/import/subscriptions/#{uuid}", cancelled_at: cancelled_at)
23
+ end
24
+
25
+ def self.all(customer_uuid, options = {})
26
+ Subscriptions.all(customer_uuid, options)
27
+ end
28
+ end
29
+
30
+ class Subscriptions < APIResource
31
+ readonly_attr :customer_uuid
32
+
33
+ set_resource_name 'Subscriptions'
34
+ set_resource_path '/v1/import/customers/:customer_uuid/subscriptions'
35
+
36
+ set_resource_root_key :subscriptions
37
+
38
+ include Concerns::Entries
39
+ include Concerns::Pageable2
40
+
41
+ set_entry_class Subscription
42
+
43
+ def self.all(customer_uuid, options = {})
44
+ super(options.merge(customer_uuid: customer_uuid))
45
+ end
46
+ end
47
+ end