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
data/docs/UserDto.md CHANGED
@@ -1,36 +1,16 @@
1
1
  # Notifo::UserDto
2
2
 
3
3
  ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | The id of the user. | |
8
- | **api_key** | **String** | The unique api key for the user. | |
9
- | **full_name** | **String** | The full name of the user. | [optional] |
10
- | **email_address** | **String** | The email of the user. | [optional] |
11
- | **phone_number** | **String** | The phone number. | [optional] |
12
- | **preferred_language** | **String** | The preferred language of the user. | [optional] |
13
- | **preferred_timezone** | **String** | The timezone of the user. | [optional] |
14
- | **requires_whitelisted_topics** | **Boolean** | True when only whitelisted topic are allowed. | |
15
- | **settings** | [**Hash<String, NotificationSettingDto>**](NotificationSettingDto.md) | Notification settings per channel. | |
16
- | **counters** | **Hash<String, Integer>** | The statistics counters. | |
17
-
18
- ## Example
19
-
20
- ```ruby
21
- require 'notifo'
22
-
23
- instance = Notifo::UserDto.new(
24
- id: null,
25
- api_key: null,
26
- full_name: null,
27
- email_address: null,
28
- phone_number: null,
29
- preferred_language: null,
30
- preferred_timezone: null,
31
- requires_whitelisted_topics: null,
32
- settings: null,
33
- counters: null
34
- )
35
- ```
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **id** | **String** | The id of the user. |
7
+ **api_key** | **String** | The unique api key for the user. |
8
+ **full_name** | **String** | The full name of the user. | [optional]
9
+ **email_address** | **String** | The email of the user. | [optional]
10
+ **phone_number** | **String** | The phone number. | [optional]
11
+ **preferred_language** | **String** | The preferred language of the user. | [optional]
12
+ **preferred_timezone** | **String** | The timezone of the user. | [optional]
13
+ **requires_whitelisted_topics** | **BOOLEAN** | True when only whitelisted topic are allowed. |
14
+ **settings** | [**Hash<String, NotificationSettingDto>**](NotificationSettingDto.md) | Notification settings per channel. |
15
+ **counters** | **Hash<String, Integer>** | The statistics counters. |
36
16
 
data/docs/UsersApi.md CHANGED
@@ -1,30 +1,27 @@
1
1
  # Notifo::UsersApi
2
2
 
3
- All URIs are relative to *http://localhost*
4
-
5
- | Method | HTTP request | Description |
6
- | ------ | ------------ | ----------- |
7
- | [**users_delete_allowed_topic**](UsersApi.md#users_delete_allowed_topic) | **DELETE** /api/apps/{appId}/users/{id}/allowed-topics/{prefix} | Remove an allowed topic. |
8
- | [**users_delete_subscription**](UsersApi.md#users_delete_subscription) | **DELETE** /api/apps/{appId}/users/{id}/subscriptions/{prefix} | Remove a user subscriptions. |
9
- | [**users_delete_user**](UsersApi.md#users_delete_user) | **DELETE** /api/apps/{appId}/users/{id} | Delete a user. |
10
- | [**users_get_subscriptions**](UsersApi.md#users_get_subscriptions) | **GET** /api/apps/{appId}/users/{id}/subscriptions | Query user subscriptions. |
11
- | [**users_get_user**](UsersApi.md#users_get_user) | **GET** /api/apps/{appId}/users/{id} | Get a user. |
12
- | [**users_get_users**](UsersApi.md#users_get_users) | **GET** /api/apps/{appId}/users | Query users. |
13
- | [**users_post_allowed_topic**](UsersApi.md#users_post_allowed_topic) | **POST** /api/apps/{appId}/users/{id}/allowed-topics | Add an allowed topic. |
14
- | [**users_post_subscription**](UsersApi.md#users_post_subscription) | **POST** /api/apps/{appId}/users/{id}/subscriptions | Upsert a user subscriptions. |
15
- | [**users_post_users**](UsersApi.md#users_post_users) | **POST** /api/apps/{appId}/users | Upsert users. |
16
-
17
-
18
- ## users_delete_allowed_topic
19
-
3
+ All URIs are relative to *https://app.notifo.io*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**users_delete_allowed_topic**](UsersApi.md#users_delete_allowed_topic) | **DELETE** /api/apps/{appId}/users/{id}/allowed-topics/{prefix} | Remove an allowed topic.
8
+ [**users_delete_subscription**](UsersApi.md#users_delete_subscription) | **DELETE** /api/apps/{appId}/users/{id}/subscriptions/{prefix} | Remove a user subscriptions.
9
+ [**users_delete_user**](UsersApi.md#users_delete_user) | **DELETE** /api/apps/{appId}/users/{id} | Delete a user.
10
+ [**users_get_subscriptions**](UsersApi.md#users_get_subscriptions) | **GET** /api/apps/{appId}/users/{id}/subscriptions | Query user subscriptions.
11
+ [**users_get_user**](UsersApi.md#users_get_user) | **GET** /api/apps/{appId}/users/{id} | Get a user.
12
+ [**users_get_users**](UsersApi.md#users_get_users) | **GET** /api/apps/{appId}/users | Query users.
13
+ [**users_post_allowed_topic**](UsersApi.md#users_post_allowed_topic) | **POST** /api/apps/{appId}/users/{id}/allowed-topics | Add an allowed topic.
14
+ [**users_post_subscription**](UsersApi.md#users_post_subscription) | **POST** /api/apps/{appId}/users/{id}/subscriptions | Upsert a user subscriptions.
15
+ [**users_post_users**](UsersApi.md#users_post_users) | **POST** /api/apps/{appId}/users | Upsert users.
16
+
17
+ # **users_delete_allowed_topic**
20
18
  > users_delete_allowed_topic(app_id, id, prefix)
21
19
 
22
20
  Remove an allowed topic.
23
21
 
24
- ### Examples
25
-
22
+ ### Example
26
23
  ```ruby
27
- require 'time'
24
+ # load the gem
28
25
  require 'notifo'
29
26
 
30
27
  api_instance = Notifo::UsersApi.new
@@ -32,39 +29,22 @@ app_id = 'app_id_example' # String | The app where the users belong to.
32
29
  id = 'id_example' # String | The user id.
33
30
  prefix = 'prefix_example' # String | The topic prefix.
34
31
 
35
- begin
36
- # Remove an allowed topic.
37
- api_instance.users_delete_allowed_topic(app_id, id, prefix)
38
- rescue Notifo::ApiError => e
39
- puts "Error when calling UsersApi->users_delete_allowed_topic: #{e}"
40
- end
41
- ```
42
-
43
- #### Using the users_delete_allowed_topic_with_http_info variant
44
-
45
- This returns an Array which contains the response data (`nil` in this case), status code and headers.
46
-
47
- > <Array(nil, Integer, Hash)> users_delete_allowed_topic_with_http_info(app_id, id, prefix)
48
32
 
49
- ```ruby
50
33
  begin
51
- # Remove an allowed topic.
52
- data, status_code, headers = api_instance.users_delete_allowed_topic_with_http_info(app_id, id, prefix)
53
- p status_code # => 2xx
54
- p headers # => { ... }
55
- p data # => nil
34
+ #Remove an allowed topic.
35
+ api_instance.users_delete_allowed_topic(app_id, id, prefix)
56
36
  rescue Notifo::ApiError => e
57
- puts "Error when calling UsersApi->users_delete_allowed_topic_with_http_info: #{e}"
37
+ puts "Exception when calling UsersApi->users_delete_allowed_topic: #{e}"
58
38
  end
59
39
  ```
60
40
 
61
41
  ### Parameters
62
42
 
63
- | Name | Type | Description | Notes |
64
- | ---- | ---- | ----------- | ----- |
65
- | **app_id** | **String** | The app where the users belong to. | |
66
- | **id** | **String** | The user id. | |
67
- | **prefix** | **String** | The topic prefix. | |
43
+ Name | Type | Description | Notes
44
+ ------------- | ------------- | ------------- | -------------
45
+ **app_id** | **String**| The app where the users belong to. |
46
+ **id** | **String**| The user id. |
47
+ **prefix** | **String**| The topic prefix. |
68
48
 
69
49
  ### Return type
70
50
 
@@ -76,20 +56,19 @@ No authorization required
76
56
 
77
57
  ### HTTP request headers
78
58
 
79
- - **Content-Type**: Not defined
80
- - **Accept**: application/json
59
+ - **Content-Type**: Not defined
60
+ - **Accept**: application/json
81
61
 
82
62
 
83
- ## users_delete_subscription
84
63
 
64
+ # **users_delete_subscription**
85
65
  > users_delete_subscription(app_id, id, prefix)
86
66
 
87
67
  Remove a user subscriptions.
88
68
 
89
- ### Examples
90
-
69
+ ### Example
91
70
  ```ruby
92
- require 'time'
71
+ # load the gem
93
72
  require 'notifo'
94
73
 
95
74
  api_instance = Notifo::UsersApi.new
@@ -97,39 +76,22 @@ app_id = 'app_id_example' # String | The app where the user belongs to.
97
76
  id = 'id_example' # String | The user id.
98
77
  prefix = 'prefix_example' # String | The topic prefix.
99
78
 
100
- begin
101
- # Remove a user subscriptions.
102
- api_instance.users_delete_subscription(app_id, id, prefix)
103
- rescue Notifo::ApiError => e
104
- puts "Error when calling UsersApi->users_delete_subscription: #{e}"
105
- end
106
- ```
107
-
108
- #### Using the users_delete_subscription_with_http_info variant
109
79
 
110
- This returns an Array which contains the response data (`nil` in this case), status code and headers.
111
-
112
- > <Array(nil, Integer, Hash)> users_delete_subscription_with_http_info(app_id, id, prefix)
113
-
114
- ```ruby
115
80
  begin
116
- # Remove a user subscriptions.
117
- data, status_code, headers = api_instance.users_delete_subscription_with_http_info(app_id, id, prefix)
118
- p status_code # => 2xx
119
- p headers # => { ... }
120
- p data # => nil
81
+ #Remove a user subscriptions.
82
+ api_instance.users_delete_subscription(app_id, id, prefix)
121
83
  rescue Notifo::ApiError => e
122
- puts "Error when calling UsersApi->users_delete_subscription_with_http_info: #{e}"
84
+ puts "Exception when calling UsersApi->users_delete_subscription: #{e}"
123
85
  end
124
86
  ```
125
87
 
126
88
  ### Parameters
127
89
 
128
- | Name | Type | Description | Notes |
129
- | ---- | ---- | ----------- | ----- |
130
- | **app_id** | **String** | The app where the user belongs to. | |
131
- | **id** | **String** | The user id. | |
132
- | **prefix** | **String** | The topic prefix. | |
90
+ Name | Type | Description | Notes
91
+ ------------- | ------------- | ------------- | -------------
92
+ **app_id** | **String**| The app where the user belongs to. |
93
+ **id** | **String**| The user id. |
94
+ **prefix** | **String**| The topic prefix. |
133
95
 
134
96
  ### Return type
135
97
 
@@ -141,59 +103,41 @@ No authorization required
141
103
 
142
104
  ### HTTP request headers
143
105
 
144
- - **Content-Type**: Not defined
145
- - **Accept**: application/json
106
+ - **Content-Type**: Not defined
107
+ - **Accept**: application/json
146
108
 
147
109
 
148
- ## users_delete_user
149
110
 
150
- > <ListResponseDtoOfUserDto> users_delete_user(app_id, id)
111
+ # **users_delete_user**
112
+ > ListResponseDtoOfUserDto users_delete_user(app_id, id)
151
113
 
152
114
  Delete a user.
153
115
 
154
- ### Examples
155
-
116
+ ### Example
156
117
  ```ruby
157
- require 'time'
118
+ # load the gem
158
119
  require 'notifo'
159
120
 
160
121
  api_instance = Notifo::UsersApi.new
161
122
  app_id = 'app_id_example' # String | The app where the users belongs to.
162
123
  id = 'id_example' # String | The user id to delete.
163
124
 
125
+
164
126
  begin
165
- # Delete a user.
127
+ #Delete a user.
166
128
  result = api_instance.users_delete_user(app_id, id)
167
129
  p result
168
130
  rescue Notifo::ApiError => e
169
- puts "Error when calling UsersApi->users_delete_user: #{e}"
170
- end
171
- ```
172
-
173
- #### Using the users_delete_user_with_http_info variant
174
-
175
- This returns an Array which contains the response data, status code and headers.
176
-
177
- > <Array(<ListResponseDtoOfUserDto>, Integer, Hash)> users_delete_user_with_http_info(app_id, id)
178
-
179
- ```ruby
180
- begin
181
- # Delete a user.
182
- data, status_code, headers = api_instance.users_delete_user_with_http_info(app_id, id)
183
- p status_code # => 2xx
184
- p headers # => { ... }
185
- p data # => <ListResponseDtoOfUserDto>
186
- rescue Notifo::ApiError => e
187
- puts "Error when calling UsersApi->users_delete_user_with_http_info: #{e}"
131
+ puts "Exception when calling UsersApi->users_delete_user: #{e}"
188
132
  end
189
133
  ```
190
134
 
191
135
  ### Parameters
192
136
 
193
- | Name | Type | Description | Notes |
194
- | ---- | ---- | ----------- | ----- |
195
- | **app_id** | **String** | The app where the users belongs to. | |
196
- | **id** | **String** | The user id to delete. | |
137
+ Name | Type | Description | Notes
138
+ ------------- | ------------- | ------------- | -------------
139
+ **app_id** | **String**| The app where the users belongs to. |
140
+ **id** | **String**| The user id to delete. |
197
141
 
198
142
  ### Return type
199
143
 
@@ -205,67 +149,48 @@ No authorization required
205
149
 
206
150
  ### HTTP request headers
207
151
 
208
- - **Content-Type**: Not defined
209
- - **Accept**: application/json
152
+ - **Content-Type**: Not defined
153
+ - **Accept**: application/json
210
154
 
211
155
 
212
- ## users_get_subscriptions
213
156
 
214
- > <ListResponseDtoOfSubscriptionDto> users_get_subscriptions(app_id, id, opts)
157
+ # **users_get_subscriptions**
158
+ > ListResponseDtoOfSubscriptionDto users_get_subscriptions(app_id, id, opts)
215
159
 
216
160
  Query user subscriptions.
217
161
 
218
- ### Examples
219
-
162
+ ### Example
220
163
  ```ruby
221
- require 'time'
164
+ # load the gem
222
165
  require 'notifo'
223
166
 
224
167
  api_instance = Notifo::UsersApi.new
225
168
  app_id = 'app_id_example' # String | The app where the user belongs to.
226
169
  id = 'id_example' # String | The user id.
227
- opts = {
170
+ opts = {
228
171
  query: 'query_example', # String | The optional query to search for items.
229
172
  take: 56, # Integer | The number of items to return.
230
173
  skip: 56 # Integer | The number of items to skip.
231
174
  }
232
175
 
233
176
  begin
234
- # Query user subscriptions.
177
+ #Query user subscriptions.
235
178
  result = api_instance.users_get_subscriptions(app_id, id, opts)
236
179
  p result
237
180
  rescue Notifo::ApiError => e
238
- puts "Error when calling UsersApi->users_get_subscriptions: #{e}"
239
- end
240
- ```
241
-
242
- #### Using the users_get_subscriptions_with_http_info variant
243
-
244
- This returns an Array which contains the response data, status code and headers.
245
-
246
- > <Array(<ListResponseDtoOfSubscriptionDto>, Integer, Hash)> users_get_subscriptions_with_http_info(app_id, id, opts)
247
-
248
- ```ruby
249
- begin
250
- # Query user subscriptions.
251
- data, status_code, headers = api_instance.users_get_subscriptions_with_http_info(app_id, id, opts)
252
- p status_code # => 2xx
253
- p headers # => { ... }
254
- p data # => <ListResponseDtoOfSubscriptionDto>
255
- rescue Notifo::ApiError => e
256
- puts "Error when calling UsersApi->users_get_subscriptions_with_http_info: #{e}"
181
+ puts "Exception when calling UsersApi->users_get_subscriptions: #{e}"
257
182
  end
258
183
  ```
259
184
 
260
185
  ### Parameters
261
186
 
262
- | Name | Type | Description | Notes |
263
- | ---- | ---- | ----------- | ----- |
264
- | **app_id** | **String** | The app where the user belongs to. | |
265
- | **id** | **String** | The user id. | |
266
- | **query** | **String** | The optional query to search for items. | [optional] |
267
- | **take** | **Integer** | The number of items to return. | [optional] |
268
- | **skip** | **Integer** | The number of items to skip. | [optional] |
187
+ Name | Type | Description | Notes
188
+ ------------- | ------------- | ------------- | -------------
189
+ **app_id** | **String**| The app where the user belongs to. |
190
+ **id** | **String**| The user id. |
191
+ **query** | **String**| The optional query to search for items. | [optional]
192
+ **take** | **Integer**| The number of items to return. | [optional]
193
+ **skip** | **Integer**| The number of items to skip. | [optional]
269
194
 
270
195
  ### Return type
271
196
 
@@ -277,59 +202,41 @@ No authorization required
277
202
 
278
203
  ### HTTP request headers
279
204
 
280
- - **Content-Type**: Not defined
281
- - **Accept**: application/json
205
+ - **Content-Type**: Not defined
206
+ - **Accept**: application/json
282
207
 
283
208
 
284
- ## users_get_user
285
209
 
286
- > <ListResponseDtoOfUserDto> users_get_user(app_id, id)
210
+ # **users_get_user**
211
+ > ListResponseDtoOfUserDto users_get_user(app_id, id)
287
212
 
288
213
  Get a user.
289
214
 
290
- ### Examples
291
-
215
+ ### Example
292
216
  ```ruby
293
- require 'time'
217
+ # load the gem
294
218
  require 'notifo'
295
219
 
296
220
  api_instance = Notifo::UsersApi.new
297
221
  app_id = 'app_id_example' # String | The app where the user belongs to.
298
222
  id = 'id_example' # String | The user id.
299
223
 
224
+
300
225
  begin
301
- # Get a user.
226
+ #Get a user.
302
227
  result = api_instance.users_get_user(app_id, id)
303
228
  p result
304
229
  rescue Notifo::ApiError => e
305
- puts "Error when calling UsersApi->users_get_user: #{e}"
306
- end
307
- ```
308
-
309
- #### Using the users_get_user_with_http_info variant
310
-
311
- This returns an Array which contains the response data, status code and headers.
312
-
313
- > <Array(<ListResponseDtoOfUserDto>, Integer, Hash)> users_get_user_with_http_info(app_id, id)
314
-
315
- ```ruby
316
- begin
317
- # Get a user.
318
- data, status_code, headers = api_instance.users_get_user_with_http_info(app_id, id)
319
- p status_code # => 2xx
320
- p headers # => { ... }
321
- p data # => <ListResponseDtoOfUserDto>
322
- rescue Notifo::ApiError => e
323
- puts "Error when calling UsersApi->users_get_user_with_http_info: #{e}"
230
+ puts "Exception when calling UsersApi->users_get_user: #{e}"
324
231
  end
325
232
  ```
326
233
 
327
234
  ### Parameters
328
235
 
329
- | Name | Type | Description | Notes |
330
- | ---- | ---- | ----------- | ----- |
331
- | **app_id** | **String** | The app where the user belongs to. | |
332
- | **id** | **String** | The user id. | |
236
+ Name | Type | Description | Notes
237
+ ------------- | ------------- | ------------- | -------------
238
+ **app_id** | **String**| The app where the user belongs to. |
239
+ **id** | **String**| The user id. |
333
240
 
334
241
  ### Return type
335
242
 
@@ -341,65 +248,46 @@ No authorization required
341
248
 
342
249
  ### HTTP request headers
343
250
 
344
- - **Content-Type**: Not defined
345
- - **Accept**: application/json
251
+ - **Content-Type**: Not defined
252
+ - **Accept**: application/json
346
253
 
347
254
 
348
- ## users_get_users
349
255
 
350
- > <ListResponseDtoOfUserDto> users_get_users(app_id, opts)
256
+ # **users_get_users**
257
+ > ListResponseDtoOfUserDto users_get_users(app_id, opts)
351
258
 
352
259
  Query users.
353
260
 
354
- ### Examples
355
-
261
+ ### Example
356
262
  ```ruby
357
- require 'time'
263
+ # load the gem
358
264
  require 'notifo'
359
265
 
360
266
  api_instance = Notifo::UsersApi.new
361
267
  app_id = 'app_id_example' # String | The app where the users belongs to.
362
- opts = {
268
+ opts = {
363
269
  query: 'query_example', # String | The optional query to search for items.
364
270
  take: 56, # Integer | The number of items to return.
365
271
  skip: 56 # Integer | The number of items to skip.
366
272
  }
367
273
 
368
274
  begin
369
- # Query users.
275
+ #Query users.
370
276
  result = api_instance.users_get_users(app_id, opts)
371
277
  p result
372
278
  rescue Notifo::ApiError => e
373
- puts "Error when calling UsersApi->users_get_users: #{e}"
374
- end
375
- ```
376
-
377
- #### Using the users_get_users_with_http_info variant
378
-
379
- This returns an Array which contains the response data, status code and headers.
380
-
381
- > <Array(<ListResponseDtoOfUserDto>, Integer, Hash)> users_get_users_with_http_info(app_id, opts)
382
-
383
- ```ruby
384
- begin
385
- # Query users.
386
- data, status_code, headers = api_instance.users_get_users_with_http_info(app_id, opts)
387
- p status_code # => 2xx
388
- p headers # => { ... }
389
- p data # => <ListResponseDtoOfUserDto>
390
- rescue Notifo::ApiError => e
391
- puts "Error when calling UsersApi->users_get_users_with_http_info: #{e}"
279
+ puts "Exception when calling UsersApi->users_get_users: #{e}"
392
280
  end
393
281
  ```
394
282
 
395
283
  ### Parameters
396
284
 
397
- | Name | Type | Description | Notes |
398
- | ---- | ---- | ----------- | ----- |
399
- | **app_id** | **String** | The app where the users belongs to. | |
400
- | **query** | **String** | The optional query to search for items. | [optional] |
401
- | **take** | **Integer** | The number of items to return. | [optional] |
402
- | **skip** | **Integer** | The number of items to skip. | [optional] |
285
+ Name | Type | Description | Notes
286
+ ------------- | ------------- | ------------- | -------------
287
+ **app_id** | **String**| The app where the users belongs to. |
288
+ **query** | **String**| The optional query to search for items. | [optional]
289
+ **take** | **Integer**| The number of items to return. | [optional]
290
+ **skip** | **Integer**| The number of items to skip. | [optional]
403
291
 
404
292
  ### Return type
405
293
 
@@ -411,60 +299,42 @@ No authorization required
411
299
 
412
300
  ### HTTP request headers
413
301
 
414
- - **Content-Type**: Not defined
415
- - **Accept**: application/json
302
+ - **Content-Type**: Not defined
303
+ - **Accept**: application/json
416
304
 
417
305
 
418
- ## users_post_allowed_topic
419
306
 
420
- > users_post_allowed_topic(app_id, id, add_allowed_topic_dto)
307
+ # **users_post_allowed_topic**
308
+ > users_post_allowed_topic(bodyapp_idid)
421
309
 
422
310
  Add an allowed topic.
423
311
 
424
- ### Examples
425
-
312
+ ### Example
426
313
  ```ruby
427
- require 'time'
314
+ # load the gem
428
315
  require 'notifo'
429
316
 
430
317
  api_instance = Notifo::UsersApi.new
318
+ body = Notifo::AddAllowedTopicDto.new # AddAllowedTopicDto | The upsert request.
431
319
  app_id = 'app_id_example' # String | The app where the users belong to.
432
320
  id = 'id_example' # String | The user id.
433
- add_allowed_topic_dto = Notifo::AddAllowedTopicDto.new({prefix: 'prefix_example'}) # AddAllowedTopicDto | The upsert request.
434
-
435
- begin
436
- # Add an allowed topic.
437
- api_instance.users_post_allowed_topic(app_id, id, add_allowed_topic_dto)
438
- rescue Notifo::ApiError => e
439
- puts "Error when calling UsersApi->users_post_allowed_topic: #{e}"
440
- end
441
- ```
442
-
443
- #### Using the users_post_allowed_topic_with_http_info variant
444
321
 
445
- This returns an Array which contains the response data (`nil` in this case), status code and headers.
446
322
 
447
- > <Array(nil, Integer, Hash)> users_post_allowed_topic_with_http_info(app_id, id, add_allowed_topic_dto)
448
-
449
- ```ruby
450
323
  begin
451
- # Add an allowed topic.
452
- data, status_code, headers = api_instance.users_post_allowed_topic_with_http_info(app_id, id, add_allowed_topic_dto)
453
- p status_code # => 2xx
454
- p headers # => { ... }
455
- p data # => nil
324
+ #Add an allowed topic.
325
+ api_instance.users_post_allowed_topic(bodyapp_idid)
456
326
  rescue Notifo::ApiError => e
457
- puts "Error when calling UsersApi->users_post_allowed_topic_with_http_info: #{e}"
327
+ puts "Exception when calling UsersApi->users_post_allowed_topic: #{e}"
458
328
  end
459
329
  ```
460
330
 
461
331
  ### Parameters
462
332
 
463
- | Name | Type | Description | Notes |
464
- | ---- | ---- | ----------- | ----- |
465
- | **app_id** | **String** | The app where the users belong to. | |
466
- | **id** | **String** | The user id. | |
467
- | **add_allowed_topic_dto** | [**AddAllowedTopicDto**](AddAllowedTopicDto.md) | The upsert request. | |
333
+ Name | Type | Description | Notes
334
+ ------------- | ------------- | ------------- | -------------
335
+ **body** | [**AddAllowedTopicDto**](AddAllowedTopicDto.md)| The upsert request. |
336
+ **app_id** | **String**| The app where the users belong to. |
337
+ **id** | **String**| The user id. |
468
338
 
469
339
  ### Return type
470
340
 
@@ -476,60 +346,42 @@ No authorization required
476
346
 
477
347
  ### HTTP request headers
478
348
 
479
- - **Content-Type**: application/json
480
- - **Accept**: application/json
349
+ - **Content-Type**: application/json
350
+ - **Accept**: application/json
481
351
 
482
352
 
483
- ## users_post_subscription
484
353
 
485
- > users_post_subscription(app_id, id, subscription_dto)
354
+ # **users_post_subscription**
355
+ > users_post_subscription(bodyapp_idid)
486
356
 
487
357
  Upsert a user subscriptions.
488
358
 
489
- ### Examples
490
-
359
+ ### Example
491
360
  ```ruby
492
- require 'time'
361
+ # load the gem
493
362
  require 'notifo'
494
363
 
495
364
  api_instance = Notifo::UsersApi.new
365
+ body = Notifo::SubscriptionDto.new # SubscriptionDto | The subscription object.
496
366
  app_id = 'app_id_example' # String | The app where the user belongs to.
497
367
  id = 'id_example' # String | The user id.
498
- subscription_dto = Notifo::SubscriptionDto.new({topic_prefix: 'topic_prefix_example'}) # SubscriptionDto | The subscription object.
499
-
500
- begin
501
- # Upsert a user subscriptions.
502
- api_instance.users_post_subscription(app_id, id, subscription_dto)
503
- rescue Notifo::ApiError => e
504
- puts "Error when calling UsersApi->users_post_subscription: #{e}"
505
- end
506
- ```
507
-
508
- #### Using the users_post_subscription_with_http_info variant
509
368
 
510
- This returns an Array which contains the response data (`nil` in this case), status code and headers.
511
369
 
512
- > <Array(nil, Integer, Hash)> users_post_subscription_with_http_info(app_id, id, subscription_dto)
513
-
514
- ```ruby
515
370
  begin
516
- # Upsert a user subscriptions.
517
- data, status_code, headers = api_instance.users_post_subscription_with_http_info(app_id, id, subscription_dto)
518
- p status_code # => 2xx
519
- p headers # => { ... }
520
- p data # => nil
371
+ #Upsert a user subscriptions.
372
+ api_instance.users_post_subscription(bodyapp_idid)
521
373
  rescue Notifo::ApiError => e
522
- puts "Error when calling UsersApi->users_post_subscription_with_http_info: #{e}"
374
+ puts "Exception when calling UsersApi->users_post_subscription: #{e}"
523
375
  end
524
376
  ```
525
377
 
526
378
  ### Parameters
527
379
 
528
- | Name | Type | Description | Notes |
529
- | ---- | ---- | ----------- | ----- |
530
- | **app_id** | **String** | The app where the user belongs to. | |
531
- | **id** | **String** | The user id. | |
532
- | **subscription_dto** | [**SubscriptionDto**](SubscriptionDto.md) | The subscription object. | |
380
+ Name | Type | Description | Notes
381
+ ------------- | ------------- | ------------- | -------------
382
+ **body** | [**SubscriptionDto**](SubscriptionDto.md)| The subscription object. |
383
+ **app_id** | **String**| The app where the user belongs to. |
384
+ **id** | **String**| The user id. |
533
385
 
534
386
  ### Return type
535
387
 
@@ -541,59 +393,41 @@ No authorization required
541
393
 
542
394
  ### HTTP request headers
543
395
 
544
- - **Content-Type**: application/json
545
- - **Accept**: application/json
396
+ - **Content-Type**: application/json
397
+ - **Accept**: application/json
546
398
 
547
399
 
548
- ## users_post_users
549
400
 
550
- > <Array<UserDto>> users_post_users(app_id, upsert_users_dto)
401
+ # **users_post_users**
402
+ > Array&lt;UserDto&gt; users_post_users(bodyapp_id)
551
403
 
552
404
  Upsert users.
553
405
 
554
- ### Examples
555
-
406
+ ### Example
556
407
  ```ruby
557
- require 'time'
408
+ # load the gem
558
409
  require 'notifo'
559
410
 
560
411
  api_instance = Notifo::UsersApi.new
412
+ body = Notifo::UpsertUsersDto.new # UpsertUsersDto | The upsert request.
561
413
  app_id = 'app_id_example' # String | The app where the users belong to.
562
- upsert_users_dto = Notifo::UpsertUsersDto.new({requests: [Notifo::UpsertUserDto.new]}) # UpsertUsersDto | The upsert request.
563
414
 
564
- begin
565
- # Upsert users.
566
- result = api_instance.users_post_users(app_id, upsert_users_dto)
567
- p result
568
- rescue Notifo::ApiError => e
569
- puts "Error when calling UsersApi->users_post_users: #{e}"
570
- end
571
- ```
572
-
573
- #### Using the users_post_users_with_http_info variant
574
415
 
575
- This returns an Array which contains the response data, status code and headers.
576
-
577
- > <Array(<Array<UserDto>>, Integer, Hash)> users_post_users_with_http_info(app_id, upsert_users_dto)
578
-
579
- ```ruby
580
416
  begin
581
- # Upsert users.
582
- data, status_code, headers = api_instance.users_post_users_with_http_info(app_id, upsert_users_dto)
583
- p status_code # => 2xx
584
- p headers # => { ... }
585
- p data # => <Array<UserDto>>
417
+ #Upsert users.
418
+ result = api_instance.users_post_users(bodyapp_id)
419
+ p result
586
420
  rescue Notifo::ApiError => e
587
- puts "Error when calling UsersApi->users_post_users_with_http_info: #{e}"
421
+ puts "Exception when calling UsersApi->users_post_users: #{e}"
588
422
  end
589
423
  ```
590
424
 
591
425
  ### Parameters
592
426
 
593
- | Name | Type | Description | Notes |
594
- | ---- | ---- | ----------- | ----- |
595
- | **app_id** | **String** | The app where the users belong to. | |
596
- | **upsert_users_dto** | [**UpsertUsersDto**](UpsertUsersDto.md) | The upsert request. | |
427
+ Name | Type | Description | Notes
428
+ ------------- | ------------- | ------------- | -------------
429
+ **body** | [**UpsertUsersDto**](UpsertUsersDto.md)| The upsert request. |
430
+ **app_id** | **String**| The app where the users belong to. |
597
431
 
598
432
  ### Return type
599
433
 
@@ -605,6 +439,8 @@ No authorization required
605
439
 
606
440
  ### HTTP request headers
607
441
 
608
- - **Content-Type**: application/json
609
- - **Accept**: application/json
442
+ - **Content-Type**: application/json
443
+ - **Accept**: application/json
444
+
445
+
610
446