radiomanager_client 1.0.87 → 1.0.89

Sign up to get free protection for your applications and to get access to all the features.
Files changed (335) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +16 -2
  3. data/docs/EPGBroadcast.md +2 -2
  4. data/docs/Story.md +12 -0
  5. data/docs/StoryApi.md +300 -0
  6. data/docs/StoryDataInput.md +12 -0
  7. data/docs/StoryOutputOnly.md +12 -0
  8. data/docs/StoryRelations.md +10 -0
  9. data/docs/StoryRelationsItems.md +11 -0
  10. data/docs/StoryRelationsTags.md +11 -0
  11. data/docs/StoryRelationsTagsParams.md +8 -0
  12. data/docs/StoryResult.md +20 -0
  13. data/docs/StoryResults.md +17 -0
  14. data/lib/radiomanager_client/api/block_api.rb +3 -3
  15. data/lib/radiomanager_client/api/broadcast_api.rb +3 -3
  16. data/lib/radiomanager_client/api/campaign_api.rb +2 -2
  17. data/lib/radiomanager_client/api/contact_api.rb +2 -2
  18. data/lib/radiomanager_client/api/external_message_api.rb +2 -2
  19. data/lib/radiomanager_client/api/genre_api.rb +2 -2
  20. data/lib/radiomanager_client/api/item_api.rb +2 -2
  21. data/lib/radiomanager_client/api/model_type_api.rb +2 -2
  22. data/lib/radiomanager_client/api/presenter_api.rb +2 -2
  23. data/lib/radiomanager_client/api/program_api.rb +2 -2
  24. data/lib/radiomanager_client/api/story_api.rb +328 -0
  25. data/lib/radiomanager_client/api/string_api.rb +2 -2
  26. data/lib/radiomanager_client/api/tag_api.rb +2 -2
  27. data/lib/radiomanager_client/api/user_api.rb +2 -2
  28. data/lib/radiomanager_client/api/visual_slide_api.rb +2 -2
  29. data/lib/radiomanager_client/api_client.rb +2 -2
  30. data/lib/radiomanager_client/api_error.rb +2 -2
  31. data/lib/radiomanager_client/configuration.rb +2 -2
  32. data/lib/radiomanager_client/models/block.rb +2 -2
  33. data/lib/radiomanager_client/models/block_relations.rb +2 -2
  34. data/lib/radiomanager_client/models/block_relations_broadcast.rb +2 -2
  35. data/lib/radiomanager_client/models/block_relations_broadcast_params.rb +2 -2
  36. data/lib/radiomanager_client/models/block_relations_items.rb +2 -2
  37. data/lib/radiomanager_client/models/block_relations_items_params.rb +2 -2
  38. data/lib/radiomanager_client/models/block_relations_program.rb +2 -2
  39. data/lib/radiomanager_client/models/block_result.rb +2 -2
  40. data/lib/radiomanager_client/models/block_results.rb +2 -2
  41. data/lib/radiomanager_client/models/broadcast.rb +2 -2
  42. data/lib/radiomanager_client/models/broadcast_data_input.rb +2 -2
  43. data/lib/radiomanager_client/models/broadcast_field_values.rb +2 -2
  44. data/lib/radiomanager_client/models/broadcast_input_only.rb +2 -2
  45. data/lib/radiomanager_client/models/broadcast_output_only.rb +2 -2
  46. data/lib/radiomanager_client/models/broadcast_relations.rb +2 -2
  47. data/lib/radiomanager_client/models/broadcast_relations_blocks.rb +2 -2
  48. data/lib/radiomanager_client/models/broadcast_relations_items.rb +2 -2
  49. data/lib/radiomanager_client/models/broadcast_relations_items_params.rb +2 -2
  50. data/lib/radiomanager_client/models/broadcast_relations_model_type.rb +2 -2
  51. data/lib/radiomanager_client/models/broadcast_relations_presenters.rb +2 -2
  52. data/lib/radiomanager_client/models/broadcast_relations_tags.rb +2 -2
  53. data/lib/radiomanager_client/models/broadcast_result.rb +2 -2
  54. data/lib/radiomanager_client/models/broadcast_results.rb +2 -2
  55. data/lib/radiomanager_client/models/campaign.rb +2 -2
  56. data/lib/radiomanager_client/models/campaign_data_input.rb +2 -2
  57. data/lib/radiomanager_client/models/campaign_output_only.rb +2 -2
  58. data/lib/radiomanager_client/models/campaign_relations.rb +2 -2
  59. data/lib/radiomanager_client/models/campaign_relations_items.rb +2 -2
  60. data/lib/radiomanager_client/models/campaign_relations_items_params.rb +2 -2
  61. data/lib/radiomanager_client/models/campaign_result.rb +2 -2
  62. data/lib/radiomanager_client/models/campaign_results.rb +2 -2
  63. data/lib/radiomanager_client/models/contact.rb +2 -2
  64. data/lib/radiomanager_client/models/contact_data_input.rb +2 -2
  65. data/lib/radiomanager_client/models/contact_field_values.rb +2 -2
  66. data/lib/radiomanager_client/models/contact_output_only.rb +2 -2
  67. data/lib/radiomanager_client/models/contact_relations.rb +2 -2
  68. data/lib/radiomanager_client/models/contact_relations_items.rb +2 -2
  69. data/lib/radiomanager_client/models/contact_relations_tags.rb +2 -2
  70. data/lib/radiomanager_client/models/contact_relations_tags_params.rb +2 -2
  71. data/lib/radiomanager_client/models/contact_result.rb +2 -2
  72. data/lib/radiomanager_client/models/contact_results.rb +2 -2
  73. data/lib/radiomanager_client/models/data.rb +2 -2
  74. data/lib/radiomanager_client/models/data_1.rb +2 -2
  75. data/lib/radiomanager_client/models/epg_broadcast.rb +4 -4
  76. data/lib/radiomanager_client/models/external_message_queue_data.rb +2 -2
  77. data/lib/radiomanager_client/models/forbidden.rb +2 -2
  78. data/lib/radiomanager_client/models/genre.rb +2 -2
  79. data/lib/radiomanager_client/models/genre_output_only.rb +2 -2
  80. data/lib/radiomanager_client/models/genre_relations.rb +2 -2
  81. data/lib/radiomanager_client/models/genre_relations_broadcasts.rb +2 -2
  82. data/lib/radiomanager_client/models/genre_relations_broadcasts_params.rb +2 -2
  83. data/lib/radiomanager_client/models/genre_relations_programs.rb +2 -2
  84. data/lib/radiomanager_client/models/genre_result.rb +2 -2
  85. data/lib/radiomanager_client/models/genre_results.rb +2 -2
  86. data/lib/radiomanager_client/models/import_item.rb +2 -2
  87. data/lib/radiomanager_client/models/import_item_field_values.rb +2 -2
  88. data/lib/radiomanager_client/models/inline_response_202.rb +2 -2
  89. data/lib/radiomanager_client/models/internal_server_error.rb +2 -2
  90. data/lib/radiomanager_client/models/invite_user_data.rb +2 -2
  91. data/lib/radiomanager_client/models/invite_user_success.rb +2 -2
  92. data/lib/radiomanager_client/models/item.rb +2 -2
  93. data/lib/radiomanager_client/models/item_data_input.rb +2 -2
  94. data/lib/radiomanager_client/models/item_input_only.rb +2 -2
  95. data/lib/radiomanager_client/models/item_output_only.rb +2 -2
  96. data/lib/radiomanager_client/models/item_relations.rb +2 -2
  97. data/lib/radiomanager_client/models/item_relations_block.rb +2 -2
  98. data/lib/radiomanager_client/models/item_relations_campaign.rb +2 -2
  99. data/lib/radiomanager_client/models/item_relations_contacts.rb +2 -2
  100. data/lib/radiomanager_client/models/item_relations_contacts_params.rb +2 -2
  101. data/lib/radiomanager_client/models/item_relations_program.rb +2 -2
  102. data/lib/radiomanager_client/models/item_relations_tags.rb +2 -2
  103. data/lib/radiomanager_client/models/item_result.rb +2 -2
  104. data/lib/radiomanager_client/models/item_results.rb +2 -2
  105. data/lib/radiomanager_client/models/model_type.rb +2 -2
  106. data/lib/radiomanager_client/models/model_type_options.rb +2 -2
  107. data/lib/radiomanager_client/models/model_type_output_only.rb +2 -2
  108. data/lib/radiomanager_client/models/model_type_relations.rb +2 -2
  109. data/lib/radiomanager_client/models/model_type_relations_broadcasts.rb +2 -2
  110. data/lib/radiomanager_client/models/model_type_relations_campaigns.rb +2 -2
  111. data/lib/radiomanager_client/models/model_type_relations_campaigns_params.rb +2 -2
  112. data/lib/radiomanager_client/models/model_type_relations_contacts.rb +2 -2
  113. data/lib/radiomanager_client/models/model_type_relations_items.rb +2 -2
  114. data/lib/radiomanager_client/models/model_type_relations_presenters.rb +2 -2
  115. data/lib/radiomanager_client/models/model_type_relations_programs.rb +2 -2
  116. data/lib/radiomanager_client/models/model_type_result.rb +2 -2
  117. data/lib/radiomanager_client/models/model_type_results.rb +2 -2
  118. data/lib/radiomanager_client/models/not_found.rb +2 -2
  119. data/lib/radiomanager_client/models/post_success.rb +2 -2
  120. data/lib/radiomanager_client/models/presenter.rb +2 -2
  121. data/lib/radiomanager_client/models/presenter_data_input.rb +2 -2
  122. data/lib/radiomanager_client/models/presenter_output_only.rb +2 -2
  123. data/lib/radiomanager_client/models/presenter_relations.rb +2 -2
  124. data/lib/radiomanager_client/models/presenter_relations_broadcasts.rb +2 -2
  125. data/lib/radiomanager_client/models/presenter_relations_programs.rb +2 -2
  126. data/lib/radiomanager_client/models/presenter_relations_programs_params.rb +2 -2
  127. data/lib/radiomanager_client/models/presenter_result.rb +2 -2
  128. data/lib/radiomanager_client/models/presenter_results.rb +2 -2
  129. data/lib/radiomanager_client/models/program.rb +2 -2
  130. data/lib/radiomanager_client/models/program_data_input.rb +2 -2
  131. data/lib/radiomanager_client/models/program_field_values.rb +2 -2
  132. data/lib/radiomanager_client/models/program_input_only.rb +2 -2
  133. data/lib/radiomanager_client/models/program_output_only.rb +2 -2
  134. data/lib/radiomanager_client/models/program_relations.rb +2 -2
  135. data/lib/radiomanager_client/models/program_relations_blocks.rb +2 -2
  136. data/lib/radiomanager_client/models/program_relations_broadcasts.rb +2 -2
  137. data/lib/radiomanager_client/models/program_relations_items.rb +2 -2
  138. data/lib/radiomanager_client/models/program_relations_items_params.rb +2 -2
  139. data/lib/radiomanager_client/models/program_relations_presenters.rb +2 -2
  140. data/lib/radiomanager_client/models/program_relations_tags.rb +2 -2
  141. data/lib/radiomanager_client/models/program_result.rb +2 -2
  142. data/lib/radiomanager_client/models/program_results.rb +2 -2
  143. data/lib/radiomanager_client/models/read_only.rb +2 -2
  144. data/lib/radiomanager_client/models/relations_placeholder.rb +2 -2
  145. data/lib/radiomanager_client/models/story.rb +234 -0
  146. data/lib/radiomanager_client/models/story_data_input.rb +234 -0
  147. data/lib/radiomanager_client/models/story_output_only.rb +224 -0
  148. data/lib/radiomanager_client/models/story_relations.rb +206 -0
  149. data/lib/radiomanager_client/models/story_relations_items.rb +215 -0
  150. data/lib/radiomanager_client/models/story_relations_tags.rb +215 -0
  151. data/lib/radiomanager_client/models/story_relations_tags_params.rb +188 -0
  152. data/lib/radiomanager_client/models/story_result.rb +306 -0
  153. data/lib/radiomanager_client/models/story_results.rb +271 -0
  154. data/lib/radiomanager_client/models/success.rb +2 -2
  155. data/lib/radiomanager_client/models/tag.rb +2 -2
  156. data/lib/radiomanager_client/models/tag_data_input.rb +2 -2
  157. data/lib/radiomanager_client/models/tag_output_only.rb +2 -2
  158. data/lib/radiomanager_client/models/tag_relations.rb +2 -2
  159. data/lib/radiomanager_client/models/tag_relations_broadcasts.rb +2 -2
  160. data/lib/radiomanager_client/models/tag_relations_broadcasts_params.rb +2 -2
  161. data/lib/radiomanager_client/models/tag_relations_contacts.rb +2 -2
  162. data/lib/radiomanager_client/models/tag_relations_items.rb +2 -2
  163. data/lib/radiomanager_client/models/tag_relations_programs.rb +2 -2
  164. data/lib/radiomanager_client/models/tag_result.rb +2 -2
  165. data/lib/radiomanager_client/models/tag_results.rb +2 -2
  166. data/lib/radiomanager_client/models/text_string.rb +2 -2
  167. data/lib/radiomanager_client/models/too_many_requests.rb +2 -2
  168. data/lib/radiomanager_client/models/unprocessable_entity.rb +2 -2
  169. data/lib/radiomanager_client/models/user_result.rb +2 -2
  170. data/lib/radiomanager_client/models/user_result_settings.rb +2 -2
  171. data/lib/radiomanager_client/models/user_results.rb +2 -2
  172. data/lib/radiomanager_client/models/visual_result.rb +2 -2
  173. data/lib/radiomanager_client/version.rb +2 -2
  174. data/lib/radiomanager_client.rb +12 -2
  175. data/radiomanager_client.gemspec +3 -3
  176. data/spec/api/block_api_spec.rb +2 -2
  177. data/spec/api/broadcast_api_spec.rb +2 -2
  178. data/spec/api/campaign_api_spec.rb +2 -2
  179. data/spec/api/contact_api_spec.rb +2 -2
  180. data/spec/api/external_message_api_spec.rb +2 -2
  181. data/spec/api/genre_api_spec.rb +2 -2
  182. data/spec/api/item_api_spec.rb +2 -2
  183. data/spec/api/model_type_api_spec.rb +2 -2
  184. data/spec/api/presenter_api_spec.rb +2 -2
  185. data/spec/api/program_api_spec.rb +2 -2
  186. data/spec/api/story_api_spec.rb +101 -0
  187. data/spec/api/string_api_spec.rb +2 -2
  188. data/spec/api/tag_api_spec.rb +2 -2
  189. data/spec/api/user_api_spec.rb +2 -2
  190. data/spec/api/visual_slide_api_spec.rb +2 -2
  191. data/spec/api_client_spec.rb +2 -2
  192. data/spec/configuration_spec.rb +2 -2
  193. data/spec/models/block_relations_broadcast_params_spec.rb +2 -2
  194. data/spec/models/block_relations_broadcast_spec.rb +2 -2
  195. data/spec/models/block_relations_items_params_spec.rb +2 -2
  196. data/spec/models/block_relations_items_spec.rb +2 -2
  197. data/spec/models/block_relations_program_spec.rb +2 -2
  198. data/spec/models/block_relations_spec.rb +2 -2
  199. data/spec/models/block_result_spec.rb +2 -2
  200. data/spec/models/block_results_spec.rb +2 -2
  201. data/spec/models/block_spec.rb +2 -2
  202. data/spec/models/broadcast_data_input_spec.rb +2 -2
  203. data/spec/models/broadcast_field_values_spec.rb +2 -2
  204. data/spec/models/broadcast_input_only_spec.rb +2 -2
  205. data/spec/models/broadcast_output_only_spec.rb +2 -2
  206. data/spec/models/broadcast_relations_blocks_spec.rb +2 -2
  207. data/spec/models/broadcast_relations_items_params_spec.rb +2 -2
  208. data/spec/models/broadcast_relations_items_spec.rb +2 -2
  209. data/spec/models/broadcast_relations_model_type_spec.rb +2 -2
  210. data/spec/models/broadcast_relations_presenters_spec.rb +2 -2
  211. data/spec/models/broadcast_relations_spec.rb +2 -2
  212. data/spec/models/broadcast_relations_tags_spec.rb +2 -2
  213. data/spec/models/broadcast_result_spec.rb +2 -2
  214. data/spec/models/broadcast_results_spec.rb +2 -2
  215. data/spec/models/broadcast_spec.rb +2 -2
  216. data/spec/models/campaign_data_input_spec.rb +2 -2
  217. data/spec/models/campaign_output_only_spec.rb +2 -2
  218. data/spec/models/campaign_relations_items_params_spec.rb +2 -2
  219. data/spec/models/campaign_relations_items_spec.rb +2 -2
  220. data/spec/models/campaign_relations_spec.rb +2 -2
  221. data/spec/models/campaign_result_spec.rb +2 -2
  222. data/spec/models/campaign_results_spec.rb +2 -2
  223. data/spec/models/campaign_spec.rb +2 -2
  224. data/spec/models/contact_data_input_spec.rb +2 -2
  225. data/spec/models/contact_field_values_spec.rb +2 -2
  226. data/spec/models/contact_output_only_spec.rb +2 -2
  227. data/spec/models/contact_relations_items_spec.rb +2 -2
  228. data/spec/models/contact_relations_spec.rb +2 -2
  229. data/spec/models/contact_relations_tags_params_spec.rb +2 -2
  230. data/spec/models/contact_relations_tags_spec.rb +2 -2
  231. data/spec/models/contact_result_spec.rb +2 -2
  232. data/spec/models/contact_results_spec.rb +2 -2
  233. data/spec/models/contact_spec.rb +2 -2
  234. data/spec/models/data_1_spec.rb +2 -2
  235. data/spec/models/data_spec.rb +2 -2
  236. data/spec/models/epg_broadcast_spec.rb +2 -2
  237. data/spec/models/external_message_queue_data_spec.rb +2 -2
  238. data/spec/models/forbidden_spec.rb +2 -2
  239. data/spec/models/genre_output_only_spec.rb +2 -2
  240. data/spec/models/genre_relations_broadcasts_params_spec.rb +2 -2
  241. data/spec/models/genre_relations_broadcasts_spec.rb +2 -2
  242. data/spec/models/genre_relations_programs_spec.rb +2 -2
  243. data/spec/models/genre_relations_spec.rb +2 -2
  244. data/spec/models/genre_result_spec.rb +2 -2
  245. data/spec/models/genre_results_spec.rb +2 -2
  246. data/spec/models/genre_spec.rb +2 -2
  247. data/spec/models/import_item_field_values_spec.rb +2 -2
  248. data/spec/models/import_item_spec.rb +2 -2
  249. data/spec/models/inline_response_202_spec.rb +2 -2
  250. data/spec/models/internal_server_error_spec.rb +2 -2
  251. data/spec/models/invite_user_data_spec.rb +2 -2
  252. data/spec/models/invite_user_success_spec.rb +2 -2
  253. data/spec/models/item_data_input_spec.rb +2 -2
  254. data/spec/models/item_input_only_spec.rb +2 -2
  255. data/spec/models/item_output_only_spec.rb +2 -2
  256. data/spec/models/item_relations_block_spec.rb +2 -2
  257. data/spec/models/item_relations_campaign_spec.rb +2 -2
  258. data/spec/models/item_relations_contacts_params_spec.rb +2 -2
  259. data/spec/models/item_relations_contacts_spec.rb +2 -2
  260. data/spec/models/item_relations_program_spec.rb +2 -2
  261. data/spec/models/item_relations_spec.rb +2 -2
  262. data/spec/models/item_relations_tags_spec.rb +2 -2
  263. data/spec/models/item_result_spec.rb +2 -2
  264. data/spec/models/item_results_spec.rb +2 -2
  265. data/spec/models/item_spec.rb +2 -2
  266. data/spec/models/model_type_options_spec.rb +2 -2
  267. data/spec/models/model_type_output_only_spec.rb +2 -2
  268. data/spec/models/model_type_relations_broadcasts_spec.rb +2 -2
  269. data/spec/models/model_type_relations_campaigns_params_spec.rb +2 -2
  270. data/spec/models/model_type_relations_campaigns_spec.rb +2 -2
  271. data/spec/models/model_type_relations_contacts_spec.rb +2 -2
  272. data/spec/models/model_type_relations_items_spec.rb +2 -2
  273. data/spec/models/model_type_relations_presenters_spec.rb +2 -2
  274. data/spec/models/model_type_relations_programs_spec.rb +2 -2
  275. data/spec/models/model_type_relations_spec.rb +2 -2
  276. data/spec/models/model_type_result_spec.rb +2 -2
  277. data/spec/models/model_type_results_spec.rb +2 -2
  278. data/spec/models/model_type_spec.rb +2 -2
  279. data/spec/models/not_found_spec.rb +2 -2
  280. data/spec/models/post_success_spec.rb +2 -2
  281. data/spec/models/presenter_data_input_spec.rb +2 -2
  282. data/spec/models/presenter_output_only_spec.rb +2 -2
  283. data/spec/models/presenter_relations_broadcasts_spec.rb +2 -2
  284. data/spec/models/presenter_relations_programs_params_spec.rb +2 -2
  285. data/spec/models/presenter_relations_programs_spec.rb +2 -2
  286. data/spec/models/presenter_relations_spec.rb +2 -2
  287. data/spec/models/presenter_result_spec.rb +2 -2
  288. data/spec/models/presenter_results_spec.rb +2 -2
  289. data/spec/models/presenter_spec.rb +2 -2
  290. data/spec/models/program_data_input_spec.rb +2 -2
  291. data/spec/models/program_field_values_spec.rb +2 -2
  292. data/spec/models/program_input_only_spec.rb +2 -2
  293. data/spec/models/program_output_only_spec.rb +2 -2
  294. data/spec/models/program_relations_blocks_spec.rb +2 -2
  295. data/spec/models/program_relations_broadcasts_spec.rb +2 -2
  296. data/spec/models/program_relations_items_params_spec.rb +2 -2
  297. data/spec/models/program_relations_items_spec.rb +2 -2
  298. data/spec/models/program_relations_presenters_spec.rb +2 -2
  299. data/spec/models/program_relations_spec.rb +2 -2
  300. data/spec/models/program_relations_tags_spec.rb +2 -2
  301. data/spec/models/program_result_spec.rb +2 -2
  302. data/spec/models/program_results_spec.rb +2 -2
  303. data/spec/models/program_spec.rb +2 -2
  304. data/spec/models/read_only_spec.rb +2 -2
  305. data/spec/models/relations_placeholder_spec.rb +2 -2
  306. data/spec/models/story_data_input_spec.rb +66 -0
  307. data/spec/models/story_output_only_spec.rb +66 -0
  308. data/spec/models/story_relations_items_spec.rb +60 -0
  309. data/spec/models/story_relations_spec.rb +54 -0
  310. data/spec/models/story_relations_tags_params_spec.rb +42 -0
  311. data/spec/models/story_relations_tags_spec.rb +60 -0
  312. data/spec/models/story_result_spec.rb +114 -0
  313. data/spec/models/story_results_spec.rb +96 -0
  314. data/spec/models/story_spec.rb +66 -0
  315. data/spec/models/success_spec.rb +2 -2
  316. data/spec/models/tag_data_input_spec.rb +2 -2
  317. data/spec/models/tag_output_only_spec.rb +2 -2
  318. data/spec/models/tag_relations_broadcasts_params_spec.rb +2 -2
  319. data/spec/models/tag_relations_broadcasts_spec.rb +2 -2
  320. data/spec/models/tag_relations_contacts_spec.rb +2 -2
  321. data/spec/models/tag_relations_items_spec.rb +2 -2
  322. data/spec/models/tag_relations_programs_spec.rb +2 -2
  323. data/spec/models/tag_relations_spec.rb +2 -2
  324. data/spec/models/tag_result_spec.rb +2 -2
  325. data/spec/models/tag_results_spec.rb +2 -2
  326. data/spec/models/tag_spec.rb +2 -2
  327. data/spec/models/text_string_spec.rb +2 -2
  328. data/spec/models/too_many_requests_spec.rb +2 -2
  329. data/spec/models/unprocessable_entity_spec.rb +2 -2
  330. data/spec/models/user_result_settings_spec.rb +2 -2
  331. data/spec/models/user_result_spec.rb +2 -2
  332. data/spec/models/user_results_spec.rb +2 -2
  333. data/spec/models/visual_result_spec.rb +2 -2
  334. data/spec/spec_helper.rb +2 -2
  335. metadata +42 -2
@@ -0,0 +1,271 @@
1
+ =begin
2
+ #RadioManager
3
+
4
+ #RadioManager
5
+
6
+ OpenAPI spec version: 2.0
7
+ Contact: support@pluxbox.com
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module RadioManagerClient
16
+
17
+ class StoryResults
18
+ attr_accessor :current_page
19
+
20
+ attr_accessor :from
21
+
22
+ attr_accessor :last_page
23
+
24
+ attr_accessor :next_page_url
25
+
26
+ attr_accessor :path
27
+
28
+ attr_accessor :per_page
29
+
30
+ attr_accessor :prev_page_url
31
+
32
+ attr_accessor :to
33
+
34
+ attr_accessor :total
35
+
36
+ attr_accessor :results
37
+
38
+
39
+ # Attribute mapping from ruby-style variable name to JSON key.
40
+ def self.attribute_map
41
+ {
42
+ :'current_page' => :'current_page',
43
+ :'from' => :'from',
44
+ :'last_page' => :'last_page',
45
+ :'next_page_url' => :'next_page_url',
46
+ :'path' => :'path',
47
+ :'per_page' => :'per_page',
48
+ :'prev_page_url' => :'prev_page_url',
49
+ :'to' => :'to',
50
+ :'total' => :'total',
51
+ :'results' => :'results'
52
+ }
53
+ end
54
+
55
+ # Attribute type mapping.
56
+ def self.swagger_types
57
+ {
58
+ :'current_page' => :'Integer',
59
+ :'from' => :'Integer',
60
+ :'last_page' => :'Integer',
61
+ :'next_page_url' => :'String',
62
+ :'path' => :'String',
63
+ :'per_page' => :'Integer',
64
+ :'prev_page_url' => :'String',
65
+ :'to' => :'Integer',
66
+ :'total' => :'Integer',
67
+ :'results' => :'Array<StoryResult>'
68
+ }
69
+ end
70
+
71
+ # Initializes the object
72
+ # @param [Hash] attributes Model attributes in the form of hash
73
+ def initialize(attributes = {})
74
+ return unless attributes.is_a?(Hash)
75
+
76
+ # convert string to symbol for hash key
77
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
78
+
79
+ if attributes.has_key?(:'current_page')
80
+ self.current_page = attributes[:'current_page']
81
+ end
82
+
83
+ if attributes.has_key?(:'from')
84
+ self.from = attributes[:'from']
85
+ end
86
+
87
+ if attributes.has_key?(:'last_page')
88
+ self.last_page = attributes[:'last_page']
89
+ end
90
+
91
+ if attributes.has_key?(:'next_page_url')
92
+ self.next_page_url = attributes[:'next_page_url']
93
+ end
94
+
95
+ if attributes.has_key?(:'path')
96
+ self.path = attributes[:'path']
97
+ end
98
+
99
+ if attributes.has_key?(:'per_page')
100
+ self.per_page = attributes[:'per_page']
101
+ end
102
+
103
+ if attributes.has_key?(:'prev_page_url')
104
+ self.prev_page_url = attributes[:'prev_page_url']
105
+ end
106
+
107
+ if attributes.has_key?(:'to')
108
+ self.to = attributes[:'to']
109
+ end
110
+
111
+ if attributes.has_key?(:'total')
112
+ self.total = attributes[:'total']
113
+ end
114
+
115
+ if attributes.has_key?(:'results')
116
+ if (value = attributes[:'results']).is_a?(Array)
117
+ self.results = value
118
+ end
119
+ end
120
+
121
+ end
122
+
123
+ # Show invalid properties with the reasons. Usually used together with valid?
124
+ # @return Array for valid properies with the reasons
125
+ def list_invalid_properties
126
+ invalid_properties = Array.new
127
+ return invalid_properties
128
+ end
129
+
130
+ # Check to see if the all the properties in the model are valid
131
+ # @return true if the model is valid
132
+ def valid?
133
+ return true
134
+ end
135
+
136
+ # Checks equality by comparing each attribute.
137
+ # @param [Object] Object to be compared
138
+ def ==(o)
139
+ return true if self.equal?(o)
140
+ self.class == o.class &&
141
+ current_page == o.current_page &&
142
+ from == o.from &&
143
+ last_page == o.last_page &&
144
+ next_page_url == o.next_page_url &&
145
+ path == o.path &&
146
+ per_page == o.per_page &&
147
+ prev_page_url == o.prev_page_url &&
148
+ to == o.to &&
149
+ total == o.total &&
150
+ results == o.results
151
+ end
152
+
153
+ # @see the `==` method
154
+ # @param [Object] Object to be compared
155
+ def eql?(o)
156
+ self == o
157
+ end
158
+
159
+ # Calculates hash code according to all attributes.
160
+ # @return [Fixnum] Hash code
161
+ def hash
162
+ [current_page, from, last_page, next_page_url, path, per_page, prev_page_url, to, total, results].hash
163
+ end
164
+
165
+ # Builds the object from hash
166
+ # @param [Hash] attributes Model attributes in the form of hash
167
+ # @return [Object] Returns the model itself
168
+ def build_from_hash(attributes)
169
+ return nil unless attributes.is_a?(Hash)
170
+ self.class.swagger_types.each_pair do |key, type|
171
+ if type =~ /\AArray<(.*)>/i
172
+ # check to ensure the input is an array given that the the attribute
173
+ # is documented as an array but the input is not
174
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
175
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
176
+ end
177
+ elsif !attributes[self.class.attribute_map[key]].nil?
178
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
179
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
180
+ end
181
+
182
+ self
183
+ end
184
+
185
+ # Deserializes the data based on type
186
+ # @param string type Data type
187
+ # @param string value Value to be deserialized
188
+ # @return [Object] Deserialized data
189
+ def _deserialize(type, value)
190
+ case type.to_sym
191
+ when :DateTime
192
+ DateTime.parse(value)
193
+ when :Date
194
+ Date.parse(value)
195
+ when :String
196
+ value.to_s
197
+ when :Integer
198
+ value.to_i
199
+ when :Float
200
+ value.to_f
201
+ when :BOOLEAN
202
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
203
+ true
204
+ else
205
+ false
206
+ end
207
+ when :Object
208
+ # generic object (usually a Hash), return directly
209
+ value
210
+ when /\AArray<(?<inner_type>.+)>\z/
211
+ inner_type = Regexp.last_match[:inner_type]
212
+ value.map { |v| _deserialize(inner_type, v) }
213
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
214
+ k_type = Regexp.last_match[:k_type]
215
+ v_type = Regexp.last_match[:v_type]
216
+ {}.tap do |hash|
217
+ value.each do |k, v|
218
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
219
+ end
220
+ end
221
+ else # model
222
+ temp_model = RadioManagerClient.const_get(type).new
223
+ temp_model.build_from_hash(value)
224
+ end
225
+ end
226
+
227
+ # Returns the string representation of the object
228
+ # @return [String] String presentation of the object
229
+ def to_s
230
+ to_hash.to_s
231
+ end
232
+
233
+ # to_body is an alias to to_hash (backward compatibility)
234
+ # @return [Hash] Returns the object in the form of hash
235
+ def to_body
236
+ to_hash
237
+ end
238
+
239
+ # Returns the object in the form of hash
240
+ # @return [Hash] Returns the object in the form of hash
241
+ def to_hash
242
+ hash = {}
243
+ self.class.attribute_map.each_pair do |attr, param|
244
+ value = self.send(attr)
245
+ next if value.nil?
246
+ hash[param] = _to_hash(value)
247
+ end
248
+ hash
249
+ end
250
+
251
+ # Outputs non-array value in the form of hash
252
+ # For object, use to_hash. Otherwise, just return the value
253
+ # @param [Object] value Any valid value
254
+ # @return [Hash] Returns the value in the form of hash
255
+ def _to_hash(value)
256
+ if value.is_a?(Array)
257
+ value.compact.map{ |v| _to_hash(v) }
258
+ elsif value.is_a?(Hash)
259
+ {}.tap do |hash|
260
+ value.each { |k, v| hash[k] = _to_hash(v) }
261
+ end
262
+ elsif value.respond_to? :to_hash
263
+ value.to_hash
264
+ else
265
+ value
266
+ end
267
+ end
268
+
269
+ end
270
+
271
+ end
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -115,6 +115,13 @@ require 'radiomanager_client/models/program_relations_tags'
115
115
  require 'radiomanager_client/models/program_results'
116
116
  require 'radiomanager_client/models/read_only'
117
117
  require 'radiomanager_client/models/relations_placeholder'
118
+ require 'radiomanager_client/models/story'
119
+ require 'radiomanager_client/models/story_output_only'
120
+ require 'radiomanager_client/models/story_relations'
121
+ require 'radiomanager_client/models/story_relations_items'
122
+ require 'radiomanager_client/models/story_relations_tags'
123
+ require 'radiomanager_client/models/story_relations_tags_params'
124
+ require 'radiomanager_client/models/story_results'
118
125
  require 'radiomanager_client/models/success'
119
126
  require 'radiomanager_client/models/tag'
120
127
  require 'radiomanager_client/models/tag_output_only'
@@ -147,6 +154,8 @@ require 'radiomanager_client/models/presenter_data_input'
147
154
  require 'radiomanager_client/models/presenter_result'
148
155
  require 'radiomanager_client/models/program_data_input'
149
156
  require 'radiomanager_client/models/program_result'
157
+ require 'radiomanager_client/models/story_data_input'
158
+ require 'radiomanager_client/models/story_result'
150
159
  require 'radiomanager_client/models/tag_data_input'
151
160
  require 'radiomanager_client/models/tag_result'
152
161
 
@@ -161,6 +170,7 @@ require 'radiomanager_client/api/item_api'
161
170
  require 'radiomanager_client/api/model_type_api'
162
171
  require 'radiomanager_client/api/presenter_api'
163
172
  require 'radiomanager_client/api/program_api'
173
+ require 'radiomanager_client/api/story_api'
164
174
  require 'radiomanager_client/api/string_api'
165
175
  require 'radiomanager_client/api/tag_api'
166
176
  require 'radiomanager_client/api/user_api'
@@ -1,9 +1,9 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  #
3
3
  =begin
4
- #Pluxbox Radiomanager Client
4
+ #RadioManager
5
5
 
6
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
6
+ #RadioManager
7
7
 
8
8
  OpenAPI spec version: 2.0
9
9
  Contact: support@pluxbox.com
@@ -17,7 +17,7 @@ require "radiomanager_client/version"
17
17
 
18
18
  Gem::Specification.new do |s|
19
19
  s.name = "radiomanager_client"
20
- s.version = "1.0.87"
20
+ s.version = "1.0.89"
21
21
  s.platform = Gem::Platform::RUBY
22
22
  s.authors = ["Pluxbox"]
23
23
  s.email = ["support@pluxbox.com"]
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Pluxbox Radiomanager Client
2
+ #RadioManager
3
3
 
4
- #Pluxbox RadioManager gives you the power, flexibility and speed you always wanted in a lightweight and easy-to-use web-based radio solution. With Pluxbox RadioManager you can organise your radio workflow and automate your omnichannel communication with your listeners. We offer wide range specialised services for the radio and connections like Hybrid Radio, Visual Radio, your website and social media without losing focus on your broadcast. For more information visit https://pluxbox.com
4
+ #RadioManager
5
5
 
6
6
  OpenAPI spec version: 2.0
7
7
  Contact: support@pluxbox.com