notifo-io 1.0.1 → 1.0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (185) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +510 -8
  3. data/Rakefile +0 -2
  4. data/docs/AddAllowedTopicDto.md +3 -14
  5. data/docs/AddContributorDto.md +4 -16
  6. data/docs/AppContributorDto.md +5 -18
  7. data/docs/AppDetailsDto.md +18 -44
  8. data/docs/AppDto.md +8 -24
  9. data/docs/AppsApi.md +149 -331
  10. data/docs/Body.md +7 -0
  11. data/docs/ConfigsApi.md +21 -61
  12. data/docs/ConfirmMode.md +2 -11
  13. data/docs/CreateEmailTemplateDto.md +3 -14
  14. data/docs/EmailTemplateDto.md +5 -18
  15. data/docs/EmailTemplatesDto.md +6 -0
  16. data/docs/EmailVerificationStatus.md +2 -11
  17. data/docs/ErrorDto.md +7 -22
  18. data/docs/EventDto.md +14 -36
  19. data/docs/EventProperties.md +6 -0
  20. data/docs/EventsApi.md +36 -73
  21. data/docs/IsoDayOfWeek.md +2 -11
  22. data/docs/ListResponseDtoOfEventDto.md +4 -16
  23. data/docs/ListResponseDtoOfLogEntryDto.md +4 -16
  24. data/docs/ListResponseDtoOfMediaDto.md +4 -16
  25. data/docs/ListResponseDtoOfSubscriptionDto.md +4 -16
  26. data/docs/ListResponseDtoOfTemplateDto.md +4 -16
  27. data/docs/ListResponseDtoOfTopicDto.md +4 -16
  28. data/docs/ListResponseDtoOfUserDto.md +4 -16
  29. data/docs/LocalizedText.md +6 -0
  30. data/docs/LogEntryDto.md +6 -20
  31. data/docs/LogsApi.md +21 -40
  32. data/docs/MediaApi.md +102 -196
  33. data/docs/MediaDto.md +9 -26
  34. data/docs/MediaMetadata.md +6 -0
  35. data/docs/MediaType.md +2 -11
  36. data/docs/NotificationFormattingDto.md +10 -28
  37. data/docs/NotificationSend.md +2 -11
  38. data/docs/NotificationSettingDto.md +4 -16
  39. data/docs/ProfileDto.md +10 -28
  40. data/docs/PublishDto.md +12 -32
  41. data/docs/PublishManyDto.md +3 -14
  42. data/docs/ResizeMode.md +2 -11
  43. data/docs/SchedulingDto.md +6 -20
  44. data/docs/SchedulingType.md +2 -11
  45. data/docs/SubscriptionDto.md +4 -16
  46. data/docs/TemplateDto.md +5 -18
  47. data/docs/TemplatesApi.md +51 -106
  48. data/docs/TopicDto.md +5 -18
  49. data/docs/TopicsApi.md +21 -40
  50. data/docs/UpdateProfileDto.md +8 -24
  51. data/docs/UpsertAppDto.md +12 -32
  52. data/docs/UpsertTemplateDto.md +5 -18
  53. data/docs/UpsertTemplatesDto.md +3 -14
  54. data/docs/UpsertUserDto.md +10 -28
  55. data/docs/UpsertUsersDto.md +3 -14
  56. data/docs/UserApi.md +68 -160
  57. data/docs/UserDto.md +12 -32
  58. data/docs/UsersApi.md +144 -308
  59. data/git_push.sh +7 -10
  60. data/lib/notifo.rb +9 -5
  61. data/lib/notifo/api/apps_api.rb +130 -202
  62. data/lib/notifo/api/configs_api.rb +14 -30
  63. data/lib/notifo/api/events_api.rb +29 -45
  64. data/lib/notifo/api/logs_api.rb +12 -21
  65. data/lib/notifo/api/media_api.rb +60 -97
  66. data/lib/notifo/api/templates_api.rb +39 -62
  67. data/lib/notifo/api/topics_api.rb +12 -21
  68. data/lib/notifo/api/user_api.rb +51 -88
  69. data/lib/notifo/api/users_api.rb +121 -186
  70. data/lib/notifo/api_client.rb +54 -56
  71. data/lib/notifo/api_error.rb +5 -5
  72. data/lib/notifo/configuration.rb +12 -84
  73. data/lib/notifo/models/add_allowed_topic_dto.rb +13 -44
  74. data/lib/notifo/models/add_contributor_dto.rb +14 -64
  75. data/lib/notifo/models/app_contributor_dto.rb +15 -84
  76. data/lib/notifo/models/app_details_dto.rb +28 -103
  77. data/lib/notifo/models/app_dto.rb +18 -87
  78. data/lib/notifo/models/{inline_object.rb → body.rb} +16 -29
  79. data/lib/notifo/models/confirm_mode.rb +7 -16
  80. data/lib/notifo/models/create_email_template_dto.rb +13 -44
  81. data/lib/notifo/models/email_template_dto.rb +15 -66
  82. data/lib/notifo/models/email_templates_dto.rb +201 -0
  83. data/lib/notifo/models/email_verification_status.rb +8 -17
  84. data/lib/notifo/models/error_dto.rb +17 -33
  85. data/lib/notifo/models/event_dto.rb +24 -114
  86. data/lib/notifo/models/event_properties.rb +201 -0
  87. data/lib/notifo/models/iso_day_of_week.rb +12 -21
  88. data/lib/notifo/models/list_response_dto_of_event_dto.rb +14 -26
  89. data/lib/notifo/models/list_response_dto_of_log_entry_dto.rb +14 -26
  90. data/lib/notifo/models/list_response_dto_of_media_dto.rb +14 -26
  91. data/lib/notifo/models/list_response_dto_of_subscription_dto.rb +14 -26
  92. data/lib/notifo/models/list_response_dto_of_template_dto.rb +14 -26
  93. data/lib/notifo/models/list_response_dto_of_topic_dto.rb +14 -26
  94. data/lib/notifo/models/list_response_dto_of_user_dto.rb +14 -26
  95. data/lib/notifo/models/localized_text.rb +201 -0
  96. data/lib/notifo/models/log_entry_dto.rb +16 -85
  97. data/lib/notifo/models/media_dto.rb +20 -110
  98. data/lib/notifo/models/media_metadata.rb +201 -0
  99. data/lib/notifo/models/media_type.rb +8 -17
  100. data/lib/notifo/models/notification_formatting_dto.rb +27 -53
  101. data/lib/notifo/models/notification_send.rb +8 -17
  102. data/lib/notifo/models/notification_setting_dto.rb +23 -36
  103. data/lib/notifo/models/profile_dto.rb +20 -73
  104. data/lib/notifo/models/publish_dto.rb +23 -60
  105. data/lib/notifo/models/publish_many_dto.rb +13 -25
  106. data/lib/notifo/models/resize_mode.rb +11 -20
  107. data/lib/notifo/models/scheduling_dto.rb +16 -29
  108. data/lib/notifo/models/scheduling_type.rb +6 -15
  109. data/lib/notifo/models/subscription_dto.rb +14 -46
  110. data/lib/notifo/models/template_dto.rb +15 -46
  111. data/lib/notifo/models/topic_dto.rb +15 -65
  112. data/lib/notifo/models/update_profile_dto.rb +18 -36
  113. data/lib/notifo/models/upsert_app_dto.rb +22 -44
  114. data/lib/notifo/models/upsert_template_dto.rb +15 -47
  115. data/lib/notifo/models/upsert_templates_dto.rb +13 -25
  116. data/lib/notifo/models/upsert_user_dto.rb +20 -40
  117. data/lib/notifo/models/upsert_users_dto.rb +13 -25
  118. data/lib/notifo/models/user_dto.rb +22 -77
  119. data/lib/notifo/version.rb +4 -5
  120. data/notifo.gemspec +7 -7
  121. data/spec/api/apps_api_spec.rb +14 -15
  122. data/spec/api/configs_api_spec.rb +7 -8
  123. data/spec/api/events_api_spec.rb +8 -9
  124. data/spec/api/logs_api_spec.rb +7 -8
  125. data/spec/api/media_api_spec.rb +32 -11
  126. data/spec/api/templates_api_spec.rb +8 -9
  127. data/spec/api/topics_api_spec.rb +7 -8
  128. data/spec/api/user_api_spec.rb +9 -10
  129. data/spec/api/users_api_spec.rb +10 -11
  130. data/spec/api_client_spec.rb +5 -6
  131. data/spec/base_object_spec.rb +109 -0
  132. data/spec/configuration_spec.rb +7 -8
  133. data/spec/models/add_allowed_topic_dto_spec.rb +15 -9
  134. data/spec/models/add_contributor_dto_spec.rb +15 -9
  135. data/spec/models/app_contributor_dto_spec.rb +15 -9
  136. data/spec/models/app_details_dto_spec.rb +15 -9
  137. data/spec/models/app_dto_spec.rb +15 -9
  138. data/spec/models/body_spec.rb +40 -0
  139. data/spec/models/confirm_mode_spec.rb +15 -9
  140. data/spec/models/create_email_template_dto_spec.rb +15 -9
  141. data/spec/models/email_template_dto_spec.rb +15 -9
  142. data/spec/models/email_templates_dto_spec.rb +34 -0
  143. data/spec/models/email_verification_status_spec.rb +15 -9
  144. data/spec/models/error_dto_spec.rb +15 -9
  145. data/spec/models/event_dto_spec.rb +15 -9
  146. data/spec/models/event_properties_spec.rb +34 -0
  147. data/spec/models/iso_day_of_week_spec.rb +15 -9
  148. data/spec/models/list_response_dto_of_event_dto_spec.rb +15 -9
  149. data/spec/models/list_response_dto_of_log_entry_dto_spec.rb +15 -9
  150. data/spec/models/list_response_dto_of_media_dto_spec.rb +15 -9
  151. data/spec/models/list_response_dto_of_subscription_dto_spec.rb +15 -9
  152. data/spec/models/list_response_dto_of_template_dto_spec.rb +15 -9
  153. data/spec/models/list_response_dto_of_topic_dto_spec.rb +15 -9
  154. data/spec/models/list_response_dto_of_user_dto_spec.rb +15 -9
  155. data/spec/models/localized_text_spec.rb +34 -0
  156. data/spec/models/log_entry_dto_spec.rb +15 -9
  157. data/spec/models/media_dto_spec.rb +21 -9
  158. data/spec/models/media_metadata_spec.rb +34 -0
  159. data/spec/models/media_type_spec.rb +15 -9
  160. data/spec/models/notification_formatting_dto_spec.rb +15 -9
  161. data/spec/models/notification_send_spec.rb +15 -9
  162. data/spec/models/notification_setting_dto_spec.rb +16 -10
  163. data/spec/models/profile_dto_spec.rb +15 -9
  164. data/spec/models/publish_dto_spec.rb +15 -9
  165. data/spec/models/publish_many_dto_spec.rb +15 -9
  166. data/spec/models/resize_mode_spec.rb +15 -9
  167. data/spec/models/scheduling_dto_spec.rb +15 -9
  168. data/spec/models/scheduling_type_spec.rb +15 -9
  169. data/spec/models/subscription_dto_spec.rb +15 -9
  170. data/spec/models/template_dto_spec.rb +15 -9
  171. data/spec/models/topic_dto_spec.rb +15 -9
  172. data/spec/models/update_profile_dto_spec.rb +15 -9
  173. data/spec/models/upsert_app_dto_spec.rb +15 -9
  174. data/spec/models/upsert_template_dto_spec.rb +15 -9
  175. data/spec/models/upsert_templates_dto_spec.rb +15 -9
  176. data/spec/models/upsert_user_dto_spec.rb +15 -9
  177. data/spec/models/upsert_users_dto_spec.rb +15 -9
  178. data/spec/models/user_dto_spec.rb +15 -9
  179. data/spec/spec_helper.rb +4 -5
  180. metadata +44 -9
  181. data/docs/InlineObject.md +0 -18
  182. data/notifo-1.0.0.gem +0 -0
  183. data/notifo-io-1.0.0.2.gem +0 -0
  184. data/notifo-io-1.0.0.gem +0 -0
  185. data/spec/models/inline_object_spec.rb +0 -34
@@ -1,17 +1,15 @@
1
1
  =begin
2
2
  #Notifo API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.1.0-SNAPSHOT
6
+ OpenAPI spec version: 1.0.0
10
7
 
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 3.0.24
11
10
  =end
12
11
 
13
12
  require 'date'
14
- require 'time'
15
13
 
16
14
  module Notifo
17
15
  class UpsertUsersDto
@@ -25,15 +23,10 @@ module Notifo
25
23
  }
26
24
  end
27
25
 
28
- # Returns all the JSON keys this model knows about
29
- def self.acceptable_attributes
30
- attribute_map.values
31
- end
32
-
33
26
  # Attribute type mapping.
34
27
  def self.openapi_types
35
28
  {
36
- :'requests' => :'Array<UpsertUserDto>'
29
+ :'requests' => :'Object'
37
30
  }
38
31
  end
39
32
 
@@ -42,7 +35,7 @@ module Notifo
42
35
  Set.new([
43
36
  ])
44
37
  end
45
-
38
+
46
39
  # Initializes the object
47
40
  # @param [Hash] attributes Model attributes in the form of hash
48
41
  def initialize(attributes = {})
@@ -116,9 +109,7 @@ module Notifo
116
109
  def build_from_hash(attributes)
117
110
  return nil unless attributes.is_a?(Hash)
118
111
  self.class.openapi_types.each_pair do |key, type|
119
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
120
- self.send("#{key}=", nil)
121
- elsif type =~ /\AArray<(.*)>/i
112
+ if type =~ /\AArray<(.*)>/i
122
113
  # check to ensure the input is an array given that the attribute
123
114
  # is documented as an array but the input is not
124
115
  if attributes[self.class.attribute_map[key]].is_a?(Array)
@@ -126,6 +117,8 @@ module Notifo
126
117
  end
127
118
  elsif !attributes[self.class.attribute_map[key]].nil?
128
119
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
120
+ elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
121
+ self.send("#{key}=", nil)
129
122
  end
130
123
  end
131
124
 
@@ -138,8 +131,8 @@ module Notifo
138
131
  # @return [Object] Deserialized data
139
132
  def _deserialize(type, value)
140
133
  case type.to_sym
141
- when :Time
142
- Time.parse(value)
134
+ when :DateTime
135
+ DateTime.parse(value)
143
136
  when :Date
144
137
  Date.parse(value)
145
138
  when :String
@@ -169,9 +162,7 @@ module Notifo
169
162
  end
170
163
  end
171
164
  else # model
172
- # models (e.g. Pet) or oneOf
173
- klass = Notifo.const_get(type)
174
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
165
+ Notifo.const_get(type).build_from_hash(value)
175
166
  end
176
167
  end
177
168
 
@@ -219,8 +210,5 @@ module Notifo
219
210
  else
220
211
  value
221
212
  end
222
- end
223
-
224
- end
225
-
213
+ end end
226
214
  end
@@ -1,17 +1,15 @@
1
1
  =begin
2
2
  #Notifo API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.1.0-SNAPSHOT
6
+ OpenAPI spec version: 1.0.0
10
7
 
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 3.0.24
11
10
  =end
12
11
 
13
12
  require 'date'
14
- require 'time'
15
13
 
16
14
  module Notifo
17
15
  class UserDto
@@ -61,38 +59,28 @@ module Notifo
61
59
  }
62
60
  end
63
61
 
64
- # Returns all the JSON keys this model knows about
65
- def self.acceptable_attributes
66
- attribute_map.values
67
- end
68
-
69
62
  # Attribute type mapping.
70
63
  def self.openapi_types
71
64
  {
72
- :'id' => :'String',
73
- :'api_key' => :'String',
74
- :'full_name' => :'String',
75
- :'email_address' => :'String',
76
- :'phone_number' => :'String',
77
- :'preferred_language' => :'String',
78
- :'preferred_timezone' => :'String',
79
- :'requires_whitelisted_topics' => :'Boolean',
80
- :'settings' => :'Hash<String, NotificationSettingDto>',
81
- :'counters' => :'Hash<String, Integer>'
65
+ :'id' => :'Object',
66
+ :'api_key' => :'Object',
67
+ :'full_name' => :'Object',
68
+ :'email_address' => :'Object',
69
+ :'phone_number' => :'Object',
70
+ :'preferred_language' => :'Object',
71
+ :'preferred_timezone' => :'Object',
72
+ :'requires_whitelisted_topics' => :'Object',
73
+ :'settings' => :'Object',
74
+ :'counters' => :'Object'
82
75
  }
83
76
  end
84
77
 
85
78
  # List of attributes with nullable: true
86
79
  def self.openapi_nullable
87
80
  Set.new([
88
- :'full_name',
89
- :'email_address',
90
- :'phone_number',
91
- :'preferred_language',
92
- :'preferred_timezone',
93
81
  ])
94
82
  end
95
-
83
+
96
84
  # Initializes the object
97
85
  # @param [Hash] attributes Model attributes in the form of hash
98
86
  def initialize(attributes = {})
@@ -161,18 +149,10 @@ module Notifo
161
149
  invalid_properties.push('invalid value for "id", id cannot be nil.')
162
150
  end
163
151
 
164
- if @id.to_s.length < 1
165
- invalid_properties.push('invalid value for "id", the character length must be great than or equal to 1.')
166
- end
167
-
168
152
  if @api_key.nil?
169
153
  invalid_properties.push('invalid value for "api_key", api_key cannot be nil.')
170
154
  end
171
155
 
172
- if @api_key.to_s.length < 1
173
- invalid_properties.push('invalid value for "api_key", the character length must be great than or equal to 1.')
174
- end
175
-
176
156
  if @requires_whitelisted_topics.nil?
177
157
  invalid_properties.push('invalid value for "requires_whitelisted_topics", requires_whitelisted_topics cannot be nil.')
178
158
  end
@@ -192,43 +172,13 @@ module Notifo
192
172
  # @return true if the model is valid
193
173
  def valid?
194
174
  return false if @id.nil?
195
- return false if @id.to_s.length < 1
196
175
  return false if @api_key.nil?
197
- return false if @api_key.to_s.length < 1
198
176
  return false if @requires_whitelisted_topics.nil?
199
177
  return false if @settings.nil?
200
178
  return false if @counters.nil?
201
179
  true
202
180
  end
203
181
 
204
- # Custom attribute writer method with validation
205
- # @param [Object] id Value to be assigned
206
- def id=(id)
207
- if id.nil?
208
- fail ArgumentError, 'id cannot be nil'
209
- end
210
-
211
- if id.to_s.length < 1
212
- fail ArgumentError, 'invalid value for "id", the character length must be great than or equal to 1.'
213
- end
214
-
215
- @id = id
216
- end
217
-
218
- # Custom attribute writer method with validation
219
- # @param [Object] api_key Value to be assigned
220
- def api_key=(api_key)
221
- if api_key.nil?
222
- fail ArgumentError, 'api_key cannot be nil'
223
- end
224
-
225
- if api_key.to_s.length < 1
226
- fail ArgumentError, 'invalid value for "api_key", the character length must be great than or equal to 1.'
227
- end
228
-
229
- @api_key = api_key
230
- end
231
-
232
182
  # Checks equality by comparing each attribute.
233
183
  # @param [Object] Object to be compared
234
184
  def ==(o)
@@ -271,9 +221,7 @@ module Notifo
271
221
  def build_from_hash(attributes)
272
222
  return nil unless attributes.is_a?(Hash)
273
223
  self.class.openapi_types.each_pair do |key, type|
274
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
275
- self.send("#{key}=", nil)
276
- elsif type =~ /\AArray<(.*)>/i
224
+ if type =~ /\AArray<(.*)>/i
277
225
  # check to ensure the input is an array given that the attribute
278
226
  # is documented as an array but the input is not
279
227
  if attributes[self.class.attribute_map[key]].is_a?(Array)
@@ -281,6 +229,8 @@ module Notifo
281
229
  end
282
230
  elsif !attributes[self.class.attribute_map[key]].nil?
283
231
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
232
+ elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
233
+ self.send("#{key}=", nil)
284
234
  end
285
235
  end
286
236
 
@@ -293,8 +243,8 @@ module Notifo
293
243
  # @return [Object] Deserialized data
294
244
  def _deserialize(type, value)
295
245
  case type.to_sym
296
- when :Time
297
- Time.parse(value)
246
+ when :DateTime
247
+ DateTime.parse(value)
298
248
  when :Date
299
249
  Date.parse(value)
300
250
  when :String
@@ -324,9 +274,7 @@ module Notifo
324
274
  end
325
275
  end
326
276
  else # model
327
- # models (e.g. Pet) or oneOf
328
- klass = Notifo.const_get(type)
329
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
277
+ Notifo.const_get(type).build_from_hash(value)
330
278
  end
331
279
  end
332
280
 
@@ -374,8 +322,5 @@ module Notifo
374
322
  else
375
323
  value
376
324
  end
377
- end
378
-
379
- end
380
-
325
+ end end
381
326
  end
@@ -1,13 +1,12 @@
1
1
  =begin
2
2
  #Notifo API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.1.0-SNAPSHOT
6
+ OpenAPI spec version: 1.0.0
10
7
 
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 3.0.24
11
10
  =end
12
11
 
13
12
  module Notifo
data/notifo.gemspec CHANGED
@@ -3,13 +3,12 @@
3
3
  =begin
4
4
  #Notifo API
5
5
 
6
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
-
10
- Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 5.0.0-SNAPSHOT
8
+ OpenAPI spec version: 1.0.0
12
9
 
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ Swagger Codegen version: 3.0.24
13
12
  =end
14
13
 
15
14
  $:.push File.expand_path("../lib", __FILE__)
@@ -17,7 +16,7 @@ require "notifo/version"
17
16
 
18
17
  Gem::Specification.new do |s|
19
18
  s.name = "notifo-io"
20
- s.version = "1.0.1"
19
+ s.version = '1.0.1.1'
21
20
  s.platform = Gem::Platform::RUBY
22
21
  s.authors = ["Squidex UG"]
23
22
  s.email = [""]
@@ -25,9 +24,10 @@ Gem::Specification.new do |s|
25
24
  s.summary = "Notifo API Ruby Gem"
26
25
  s.description = "Notifo is a multi-channel notification service for collaboration tools, e-commerce, news, magazines and everybody who wants to notify their users."
27
26
  s.license = "Unlicense"
28
- s.required_ruby_version = ">= 2.4"
27
+ s.required_ruby_version = ">= 1.9"
29
28
 
30
29
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
30
+ s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
31
31
 
32
32
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
33
33
 
@@ -1,25 +1,24 @@
1
1
  =begin
2
2
  #Notifo API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-SNAPSHOT
6
+ OpenAPI spec version: 1.0.0
10
7
 
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 3.0.24
11
10
  =end
12
11
 
13
12
  require 'spec_helper'
14
13
  require 'json'
15
14
 
16
15
  # Unit tests for Notifo::AppsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
16
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
18
17
  # Please update as you see appropriate
19
18
  describe 'AppsApi' do
20
19
  before do
21
20
  # run before each test
22
- @api_instance = Notifo::AppsApi.new
21
+ @instance = Notifo::AppsApi.new
23
22
  end
24
23
 
25
24
  after do
@@ -28,7 +27,7 @@ describe 'AppsApi' do
28
27
 
29
28
  describe 'test an instance of AppsApi' do
30
29
  it 'should create an instance of AppsApi' do
31
- expect(@api_instance).to be_instance_of(Notifo::AppsApi)
30
+ expect(@instance).to be_instance_of(Notifo::AppsApi)
32
31
  end
33
32
  end
34
33
 
@@ -81,7 +80,7 @@ describe 'AppsApi' do
81
80
  # Get the app email templates.
82
81
  # @param app_id The id of the app where the email templates belong to.
83
82
  # @param [Hash] opts the optional parameters
84
- # @return [Hash<String, EmailTemplateDto>]
83
+ # @return [EmailTemplatesDto]
85
84
  describe 'apps_get_email_templates test' do
86
85
  it 'should work' do
87
86
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -90,7 +89,7 @@ describe 'AppsApi' do
90
89
 
91
90
  # unit tests for apps_post_app
92
91
  # Create an app.
93
- # @param upsert_app_dto The request object.
92
+ # @param body The request object.
94
93
  # @param [Hash] opts the optional parameters
95
94
  # @return [AppDto]
96
95
  describe 'apps_post_app test' do
@@ -101,8 +100,8 @@ describe 'AppsApi' do
101
100
 
102
101
  # unit tests for apps_post_contributor
103
102
  # Add an app contributor.
103
+ # @param body The request object.
104
104
  # @param app_id The id of the app.
105
- # @param add_contributor_dto The request object.
106
105
  # @param [Hash] opts the optional parameters
107
106
  # @return [AppDetailsDto]
108
107
  describe 'apps_post_contributor test' do
@@ -113,10 +112,10 @@ describe 'AppsApi' do
113
112
 
114
113
  # unit tests for apps_post_email_template
115
114
  # Create an app email template.
115
+ # @param body The request object.
116
116
  # @param app_id The id of the app where the email templates belong to.
117
- # @param create_email_template_dto The request object.
118
117
  # @param [Hash] opts the optional parameters
119
- # @return [Hash<String, EmailTemplateDto>]
118
+ # @return [EmailTemplateDto]
120
119
  describe 'apps_post_email_template test' do
121
120
  it 'should work' do
122
121
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -125,8 +124,8 @@ describe 'AppsApi' do
125
124
 
126
125
  # unit tests for apps_put_app
127
126
  # Update an app.
127
+ # @param body The request object.
128
128
  # @param app_id The app id to update.
129
- # @param upsert_app_dto The request object.
130
129
  # @param [Hash] opts the optional parameters
131
130
  # @return [AppDetailsDto]
132
131
  describe 'apps_put_app test' do
@@ -137,9 +136,9 @@ describe 'AppsApi' do
137
136
 
138
137
  # unit tests for apps_put_email_template
139
138
  # Update an app email template.
139
+ # @param body The request object.
140
140
  # @param app_id The id of the app where the email templates belong to.
141
141
  # @param language The language.
142
- # @param email_template_dto The request object.
143
142
  # @param [Hash] opts the optional parameters
144
143
  # @return [nil]
145
144
  describe 'apps_put_email_template test' do
@@ -1,25 +1,24 @@
1
1
  =begin
2
2
  #Notifo API
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-SNAPSHOT
6
+ OpenAPI spec version: 1.0.0
10
7
 
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 3.0.24
11
10
  =end
12
11
 
13
12
  require 'spec_helper'
14
13
  require 'json'
15
14
 
16
15
  # Unit tests for Notifo::ConfigsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
16
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
18
17
  # Please update as you see appropriate
19
18
  describe 'ConfigsApi' do
20
19
  before do
21
20
  # run before each test
22
- @api_instance = Notifo::ConfigsApi.new
21
+ @instance = Notifo::ConfigsApi.new
23
22
  end
24
23
 
25
24
  after do
@@ -28,7 +27,7 @@ describe 'ConfigsApi' do
28
27
 
29
28
  describe 'test an instance of ConfigsApi' do
30
29
  it 'should create an instance of ConfigsApi' do
31
- expect(@api_instance).to be_instance_of(Notifo::ConfigsApi)
30
+ expect(@instance).to be_instance_of(Notifo::ConfigsApi)
32
31
  end
33
32
  end
34
33