radiomanager_client 1.0.87 → 1.0.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +16 -2
- data/docs/EPGBroadcast.md +2 -2
- data/docs/Story.md +12 -0
- data/docs/StoryApi.md +300 -0
- data/docs/StoryDataInput.md +12 -0
- data/docs/StoryOutputOnly.md +12 -0
- data/docs/StoryRelations.md +10 -0
- data/docs/StoryRelationsItems.md +11 -0
- data/docs/StoryRelationsTags.md +11 -0
- data/docs/StoryRelationsTagsParams.md +8 -0
- data/docs/StoryResult.md +20 -0
- data/docs/StoryResults.md +17 -0
- data/lib/radiomanager_client/api/block_api.rb +3 -3
- data/lib/radiomanager_client/api/broadcast_api.rb +3 -3
- data/lib/radiomanager_client/api/campaign_api.rb +2 -2
- data/lib/radiomanager_client/api/contact_api.rb +2 -2
- data/lib/radiomanager_client/api/external_message_api.rb +2 -2
- data/lib/radiomanager_client/api/genre_api.rb +2 -2
- data/lib/radiomanager_client/api/item_api.rb +2 -2
- data/lib/radiomanager_client/api/model_type_api.rb +2 -2
- data/lib/radiomanager_client/api/presenter_api.rb +2 -2
- data/lib/radiomanager_client/api/program_api.rb +2 -2
- data/lib/radiomanager_client/api/story_api.rb +328 -0
- data/lib/radiomanager_client/api/string_api.rb +2 -2
- data/lib/radiomanager_client/api/tag_api.rb +2 -2
- data/lib/radiomanager_client/api/user_api.rb +2 -2
- data/lib/radiomanager_client/api/visual_slide_api.rb +2 -2
- data/lib/radiomanager_client/api_client.rb +2 -2
- data/lib/radiomanager_client/api_error.rb +2 -2
- data/lib/radiomanager_client/configuration.rb +2 -2
- data/lib/radiomanager_client/models/block.rb +2 -2
- data/lib/radiomanager_client/models/block_relations.rb +2 -2
- data/lib/radiomanager_client/models/block_relations_broadcast.rb +2 -2
- data/lib/radiomanager_client/models/block_relations_broadcast_params.rb +2 -2
- data/lib/radiomanager_client/models/block_relations_items.rb +2 -2
- data/lib/radiomanager_client/models/block_relations_items_params.rb +2 -2
- data/lib/radiomanager_client/models/block_relations_program.rb +2 -2
- data/lib/radiomanager_client/models/block_result.rb +2 -2
- data/lib/radiomanager_client/models/block_results.rb +2 -2
- data/lib/radiomanager_client/models/broadcast.rb +2 -2
- data/lib/radiomanager_client/models/broadcast_data_input.rb +2 -2
- data/lib/radiomanager_client/models/broadcast_field_values.rb +2 -2
- data/lib/radiomanager_client/models/broadcast_input_only.rb +2 -2
- data/lib/radiomanager_client/models/broadcast_output_only.rb +2 -2
- data/lib/radiomanager_client/models/broadcast_relations.rb +2 -2
- data/lib/radiomanager_client/models/broadcast_relations_blocks.rb +2 -2
- data/lib/radiomanager_client/models/broadcast_relations_items.rb +2 -2
- data/lib/radiomanager_client/models/broadcast_relations_items_params.rb +2 -2
- data/lib/radiomanager_client/models/broadcast_relations_model_type.rb +2 -2
- data/lib/radiomanager_client/models/broadcast_relations_presenters.rb +2 -2
- data/lib/radiomanager_client/models/broadcast_relations_tags.rb +2 -2
- data/lib/radiomanager_client/models/broadcast_result.rb +2 -2
- data/lib/radiomanager_client/models/broadcast_results.rb +2 -2
- data/lib/radiomanager_client/models/campaign.rb +2 -2
- data/lib/radiomanager_client/models/campaign_data_input.rb +2 -2
- data/lib/radiomanager_client/models/campaign_output_only.rb +2 -2
- data/lib/radiomanager_client/models/campaign_relations.rb +2 -2
- data/lib/radiomanager_client/models/campaign_relations_items.rb +2 -2
- data/lib/radiomanager_client/models/campaign_relations_items_params.rb +2 -2
- data/lib/radiomanager_client/models/campaign_result.rb +2 -2
- data/lib/radiomanager_client/models/campaign_results.rb +2 -2
- data/lib/radiomanager_client/models/contact.rb +2 -2
- data/lib/radiomanager_client/models/contact_data_input.rb +2 -2
- data/lib/radiomanager_client/models/contact_field_values.rb +2 -2
- data/lib/radiomanager_client/models/contact_output_only.rb +2 -2
- data/lib/radiomanager_client/models/contact_relations.rb +2 -2
- data/lib/radiomanager_client/models/contact_relations_items.rb +2 -2
- data/lib/radiomanager_client/models/contact_relations_tags.rb +2 -2
- data/lib/radiomanager_client/models/contact_relations_tags_params.rb +2 -2
- data/lib/radiomanager_client/models/contact_result.rb +2 -2
- data/lib/radiomanager_client/models/contact_results.rb +2 -2
- data/lib/radiomanager_client/models/data.rb +2 -2
- data/lib/radiomanager_client/models/data_1.rb +2 -2
- data/lib/radiomanager_client/models/epg_broadcast.rb +4 -4
- data/lib/radiomanager_client/models/external_message_queue_data.rb +2 -2
- data/lib/radiomanager_client/models/forbidden.rb +2 -2
- data/lib/radiomanager_client/models/genre.rb +2 -2
- data/lib/radiomanager_client/models/genre_output_only.rb +2 -2
- data/lib/radiomanager_client/models/genre_relations.rb +2 -2
- data/lib/radiomanager_client/models/genre_relations_broadcasts.rb +2 -2
- data/lib/radiomanager_client/models/genre_relations_broadcasts_params.rb +2 -2
- data/lib/radiomanager_client/models/genre_relations_programs.rb +2 -2
- data/lib/radiomanager_client/models/genre_result.rb +2 -2
- data/lib/radiomanager_client/models/genre_results.rb +2 -2
- data/lib/radiomanager_client/models/import_item.rb +2 -2
- data/lib/radiomanager_client/models/import_item_field_values.rb +2 -2
- data/lib/radiomanager_client/models/inline_response_202.rb +2 -2
- data/lib/radiomanager_client/models/internal_server_error.rb +2 -2
- data/lib/radiomanager_client/models/invite_user_data.rb +2 -2
- data/lib/radiomanager_client/models/invite_user_success.rb +2 -2
- data/lib/radiomanager_client/models/item.rb +2 -2
- data/lib/radiomanager_client/models/item_data_input.rb +2 -2
- data/lib/radiomanager_client/models/item_input_only.rb +2 -2
- data/lib/radiomanager_client/models/item_output_only.rb +2 -2
- data/lib/radiomanager_client/models/item_relations.rb +2 -2
- data/lib/radiomanager_client/models/item_relations_block.rb +2 -2
- data/lib/radiomanager_client/models/item_relations_campaign.rb +2 -2
- data/lib/radiomanager_client/models/item_relations_contacts.rb +2 -2
- data/lib/radiomanager_client/models/item_relations_contacts_params.rb +2 -2
- data/lib/radiomanager_client/models/item_relations_program.rb +2 -2
- data/lib/radiomanager_client/models/item_relations_tags.rb +2 -2
- data/lib/radiomanager_client/models/item_result.rb +2 -2
- data/lib/radiomanager_client/models/item_results.rb +2 -2
- data/lib/radiomanager_client/models/model_type.rb +2 -2
- data/lib/radiomanager_client/models/model_type_options.rb +2 -2
- data/lib/radiomanager_client/models/model_type_output_only.rb +2 -2
- data/lib/radiomanager_client/models/model_type_relations.rb +2 -2
- data/lib/radiomanager_client/models/model_type_relations_broadcasts.rb +2 -2
- data/lib/radiomanager_client/models/model_type_relations_campaigns.rb +2 -2
- data/lib/radiomanager_client/models/model_type_relations_campaigns_params.rb +2 -2
- data/lib/radiomanager_client/models/model_type_relations_contacts.rb +2 -2
- data/lib/radiomanager_client/models/model_type_relations_items.rb +2 -2
- data/lib/radiomanager_client/models/model_type_relations_presenters.rb +2 -2
- data/lib/radiomanager_client/models/model_type_relations_programs.rb +2 -2
- data/lib/radiomanager_client/models/model_type_result.rb +2 -2
- data/lib/radiomanager_client/models/model_type_results.rb +2 -2
- data/lib/radiomanager_client/models/not_found.rb +2 -2
- data/lib/radiomanager_client/models/post_success.rb +2 -2
- data/lib/radiomanager_client/models/presenter.rb +2 -2
- data/lib/radiomanager_client/models/presenter_data_input.rb +2 -2
- data/lib/radiomanager_client/models/presenter_output_only.rb +2 -2
- data/lib/radiomanager_client/models/presenter_relations.rb +2 -2
- data/lib/radiomanager_client/models/presenter_relations_broadcasts.rb +2 -2
- data/lib/radiomanager_client/models/presenter_relations_programs.rb +2 -2
- data/lib/radiomanager_client/models/presenter_relations_programs_params.rb +2 -2
- data/lib/radiomanager_client/models/presenter_result.rb +2 -2
- data/lib/radiomanager_client/models/presenter_results.rb +2 -2
- data/lib/radiomanager_client/models/program.rb +2 -2
- data/lib/radiomanager_client/models/program_data_input.rb +2 -2
- data/lib/radiomanager_client/models/program_field_values.rb +2 -2
- data/lib/radiomanager_client/models/program_input_only.rb +2 -2
- data/lib/radiomanager_client/models/program_output_only.rb +2 -2
- data/lib/radiomanager_client/models/program_relations.rb +2 -2
- data/lib/radiomanager_client/models/program_relations_blocks.rb +2 -2
- data/lib/radiomanager_client/models/program_relations_broadcasts.rb +2 -2
- data/lib/radiomanager_client/models/program_relations_items.rb +2 -2
- data/lib/radiomanager_client/models/program_relations_items_params.rb +2 -2
- data/lib/radiomanager_client/models/program_relations_presenters.rb +2 -2
- data/lib/radiomanager_client/models/program_relations_tags.rb +2 -2
- data/lib/radiomanager_client/models/program_result.rb +2 -2
- data/lib/radiomanager_client/models/program_results.rb +2 -2
- data/lib/radiomanager_client/models/read_only.rb +2 -2
- data/lib/radiomanager_client/models/relations_placeholder.rb +2 -2
- data/lib/radiomanager_client/models/story.rb +234 -0
- data/lib/radiomanager_client/models/story_data_input.rb +234 -0
- data/lib/radiomanager_client/models/story_output_only.rb +224 -0
- data/lib/radiomanager_client/models/story_relations.rb +206 -0
- data/lib/radiomanager_client/models/story_relations_items.rb +215 -0
- data/lib/radiomanager_client/models/story_relations_tags.rb +215 -0
- data/lib/radiomanager_client/models/story_relations_tags_params.rb +188 -0
- data/lib/radiomanager_client/models/story_result.rb +306 -0
- data/lib/radiomanager_client/models/story_results.rb +271 -0
- data/lib/radiomanager_client/models/success.rb +2 -2
- data/lib/radiomanager_client/models/tag.rb +2 -2
- data/lib/radiomanager_client/models/tag_data_input.rb +2 -2
- data/lib/radiomanager_client/models/tag_output_only.rb +2 -2
- data/lib/radiomanager_client/models/tag_relations.rb +2 -2
- data/lib/radiomanager_client/models/tag_relations_broadcasts.rb +2 -2
- data/lib/radiomanager_client/models/tag_relations_broadcasts_params.rb +2 -2
- data/lib/radiomanager_client/models/tag_relations_contacts.rb +2 -2
- data/lib/radiomanager_client/models/tag_relations_items.rb +2 -2
- data/lib/radiomanager_client/models/tag_relations_programs.rb +2 -2
- data/lib/radiomanager_client/models/tag_result.rb +2 -2
- data/lib/radiomanager_client/models/tag_results.rb +2 -2
- data/lib/radiomanager_client/models/text_string.rb +2 -2
- data/lib/radiomanager_client/models/too_many_requests.rb +2 -2
- data/lib/radiomanager_client/models/unprocessable_entity.rb +2 -2
- data/lib/radiomanager_client/models/user_result.rb +2 -2
- data/lib/radiomanager_client/models/user_result_settings.rb +2 -2
- data/lib/radiomanager_client/models/user_results.rb +2 -2
- data/lib/radiomanager_client/models/visual_result.rb +2 -2
- data/lib/radiomanager_client/version.rb +2 -2
- data/lib/radiomanager_client.rb +12 -2
- data/radiomanager_client.gemspec +3 -3
- data/spec/api/block_api_spec.rb +2 -2
- data/spec/api/broadcast_api_spec.rb +2 -2
- data/spec/api/campaign_api_spec.rb +2 -2
- data/spec/api/contact_api_spec.rb +2 -2
- data/spec/api/external_message_api_spec.rb +2 -2
- data/spec/api/genre_api_spec.rb +2 -2
- data/spec/api/item_api_spec.rb +2 -2
- data/spec/api/model_type_api_spec.rb +2 -2
- data/spec/api/presenter_api_spec.rb +2 -2
- data/spec/api/program_api_spec.rb +2 -2
- data/spec/api/story_api_spec.rb +101 -0
- data/spec/api/string_api_spec.rb +2 -2
- data/spec/api/tag_api_spec.rb +2 -2
- data/spec/api/user_api_spec.rb +2 -2
- data/spec/api/visual_slide_api_spec.rb +2 -2
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/block_relations_broadcast_params_spec.rb +2 -2
- data/spec/models/block_relations_broadcast_spec.rb +2 -2
- data/spec/models/block_relations_items_params_spec.rb +2 -2
- data/spec/models/block_relations_items_spec.rb +2 -2
- data/spec/models/block_relations_program_spec.rb +2 -2
- data/spec/models/block_relations_spec.rb +2 -2
- data/spec/models/block_result_spec.rb +2 -2
- data/spec/models/block_results_spec.rb +2 -2
- data/spec/models/block_spec.rb +2 -2
- data/spec/models/broadcast_data_input_spec.rb +2 -2
- data/spec/models/broadcast_field_values_spec.rb +2 -2
- data/spec/models/broadcast_input_only_spec.rb +2 -2
- data/spec/models/broadcast_output_only_spec.rb +2 -2
- data/spec/models/broadcast_relations_blocks_spec.rb +2 -2
- data/spec/models/broadcast_relations_items_params_spec.rb +2 -2
- data/spec/models/broadcast_relations_items_spec.rb +2 -2
- data/spec/models/broadcast_relations_model_type_spec.rb +2 -2
- data/spec/models/broadcast_relations_presenters_spec.rb +2 -2
- data/spec/models/broadcast_relations_spec.rb +2 -2
- data/spec/models/broadcast_relations_tags_spec.rb +2 -2
- data/spec/models/broadcast_result_spec.rb +2 -2
- data/spec/models/broadcast_results_spec.rb +2 -2
- data/spec/models/broadcast_spec.rb +2 -2
- data/spec/models/campaign_data_input_spec.rb +2 -2
- data/spec/models/campaign_output_only_spec.rb +2 -2
- data/spec/models/campaign_relations_items_params_spec.rb +2 -2
- data/spec/models/campaign_relations_items_spec.rb +2 -2
- data/spec/models/campaign_relations_spec.rb +2 -2
- data/spec/models/campaign_result_spec.rb +2 -2
- data/spec/models/campaign_results_spec.rb +2 -2
- data/spec/models/campaign_spec.rb +2 -2
- data/spec/models/contact_data_input_spec.rb +2 -2
- data/spec/models/contact_field_values_spec.rb +2 -2
- data/spec/models/contact_output_only_spec.rb +2 -2
- data/spec/models/contact_relations_items_spec.rb +2 -2
- data/spec/models/contact_relations_spec.rb +2 -2
- data/spec/models/contact_relations_tags_params_spec.rb +2 -2
- data/spec/models/contact_relations_tags_spec.rb +2 -2
- data/spec/models/contact_result_spec.rb +2 -2
- data/spec/models/contact_results_spec.rb +2 -2
- data/spec/models/contact_spec.rb +2 -2
- data/spec/models/data_1_spec.rb +2 -2
- data/spec/models/data_spec.rb +2 -2
- data/spec/models/epg_broadcast_spec.rb +2 -2
- data/spec/models/external_message_queue_data_spec.rb +2 -2
- data/spec/models/forbidden_spec.rb +2 -2
- data/spec/models/genre_output_only_spec.rb +2 -2
- data/spec/models/genre_relations_broadcasts_params_spec.rb +2 -2
- data/spec/models/genre_relations_broadcasts_spec.rb +2 -2
- data/spec/models/genre_relations_programs_spec.rb +2 -2
- data/spec/models/genre_relations_spec.rb +2 -2
- data/spec/models/genre_result_spec.rb +2 -2
- data/spec/models/genre_results_spec.rb +2 -2
- data/spec/models/genre_spec.rb +2 -2
- data/spec/models/import_item_field_values_spec.rb +2 -2
- data/spec/models/import_item_spec.rb +2 -2
- data/spec/models/inline_response_202_spec.rb +2 -2
- data/spec/models/internal_server_error_spec.rb +2 -2
- data/spec/models/invite_user_data_spec.rb +2 -2
- data/spec/models/invite_user_success_spec.rb +2 -2
- data/spec/models/item_data_input_spec.rb +2 -2
- data/spec/models/item_input_only_spec.rb +2 -2
- data/spec/models/item_output_only_spec.rb +2 -2
- data/spec/models/item_relations_block_spec.rb +2 -2
- data/spec/models/item_relations_campaign_spec.rb +2 -2
- data/spec/models/item_relations_contacts_params_spec.rb +2 -2
- data/spec/models/item_relations_contacts_spec.rb +2 -2
- data/spec/models/item_relations_program_spec.rb +2 -2
- data/spec/models/item_relations_spec.rb +2 -2
- data/spec/models/item_relations_tags_spec.rb +2 -2
- data/spec/models/item_result_spec.rb +2 -2
- data/spec/models/item_results_spec.rb +2 -2
- data/spec/models/item_spec.rb +2 -2
- data/spec/models/model_type_options_spec.rb +2 -2
- data/spec/models/model_type_output_only_spec.rb +2 -2
- data/spec/models/model_type_relations_broadcasts_spec.rb +2 -2
- data/spec/models/model_type_relations_campaigns_params_spec.rb +2 -2
- data/spec/models/model_type_relations_campaigns_spec.rb +2 -2
- data/spec/models/model_type_relations_contacts_spec.rb +2 -2
- data/spec/models/model_type_relations_items_spec.rb +2 -2
- data/spec/models/model_type_relations_presenters_spec.rb +2 -2
- data/spec/models/model_type_relations_programs_spec.rb +2 -2
- data/spec/models/model_type_relations_spec.rb +2 -2
- data/spec/models/model_type_result_spec.rb +2 -2
- data/spec/models/model_type_results_spec.rb +2 -2
- data/spec/models/model_type_spec.rb +2 -2
- data/spec/models/not_found_spec.rb +2 -2
- data/spec/models/post_success_spec.rb +2 -2
- data/spec/models/presenter_data_input_spec.rb +2 -2
- data/spec/models/presenter_output_only_spec.rb +2 -2
- data/spec/models/presenter_relations_broadcasts_spec.rb +2 -2
- data/spec/models/presenter_relations_programs_params_spec.rb +2 -2
- data/spec/models/presenter_relations_programs_spec.rb +2 -2
- data/spec/models/presenter_relations_spec.rb +2 -2
- data/spec/models/presenter_result_spec.rb +2 -2
- data/spec/models/presenter_results_spec.rb +2 -2
- data/spec/models/presenter_spec.rb +2 -2
- data/spec/models/program_data_input_spec.rb +2 -2
- data/spec/models/program_field_values_spec.rb +2 -2
- data/spec/models/program_input_only_spec.rb +2 -2
- data/spec/models/program_output_only_spec.rb +2 -2
- data/spec/models/program_relations_blocks_spec.rb +2 -2
- data/spec/models/program_relations_broadcasts_spec.rb +2 -2
- data/spec/models/program_relations_items_params_spec.rb +2 -2
- data/spec/models/program_relations_items_spec.rb +2 -2
- data/spec/models/program_relations_presenters_spec.rb +2 -2
- data/spec/models/program_relations_spec.rb +2 -2
- data/spec/models/program_relations_tags_spec.rb +2 -2
- data/spec/models/program_result_spec.rb +2 -2
- data/spec/models/program_results_spec.rb +2 -2
- data/spec/models/program_spec.rb +2 -2
- data/spec/models/read_only_spec.rb +2 -2
- data/spec/models/relations_placeholder_spec.rb +2 -2
- data/spec/models/story_data_input_spec.rb +66 -0
- data/spec/models/story_output_only_spec.rb +66 -0
- data/spec/models/story_relations_items_spec.rb +60 -0
- data/spec/models/story_relations_spec.rb +54 -0
- data/spec/models/story_relations_tags_params_spec.rb +42 -0
- data/spec/models/story_relations_tags_spec.rb +60 -0
- data/spec/models/story_result_spec.rb +114 -0
- data/spec/models/story_results_spec.rb +96 -0
- data/spec/models/story_spec.rb +66 -0
- data/spec/models/success_spec.rb +2 -2
- data/spec/models/tag_data_input_spec.rb +2 -2
- data/spec/models/tag_output_only_spec.rb +2 -2
- data/spec/models/tag_relations_broadcasts_params_spec.rb +2 -2
- data/spec/models/tag_relations_broadcasts_spec.rb +2 -2
- data/spec/models/tag_relations_contacts_spec.rb +2 -2
- data/spec/models/tag_relations_items_spec.rb +2 -2
- data/spec/models/tag_relations_programs_spec.rb +2 -2
- data/spec/models/tag_relations_spec.rb +2 -2
- data/spec/models/tag_result_spec.rb +2 -2
- data/spec/models/tag_results_spec.rb +2 -2
- data/spec/models/tag_spec.rb +2 -2
- data/spec/models/text_string_spec.rb +2 -2
- data/spec/models/too_many_requests_spec.rb +2 -2
- data/spec/models/unprocessable_entity_spec.rb +2 -2
- data/spec/models/user_result_settings_spec.rb +2 -2
- data/spec/models/user_result_spec.rb +2 -2
- data/spec/models/user_results_spec.rb +2 -2
- data/spec/models/visual_result_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- metadata +42 -2
|
@@ -0,0 +1,328 @@
|
|
|
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 "uri"
|
|
14
|
+
|
|
15
|
+
module RadioManagerClient
|
|
16
|
+
class StoryApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
# Create story.
|
|
24
|
+
# Create story.
|
|
25
|
+
# @param data Data **(Required)**
|
|
26
|
+
# @param [Hash] opts the optional parameters
|
|
27
|
+
# @return [PostSuccess]
|
|
28
|
+
def create_story(data, opts = {})
|
|
29
|
+
data, _status_code, _headers = create_story_with_http_info(data, opts)
|
|
30
|
+
return data
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
# Create story.
|
|
34
|
+
# Create story.
|
|
35
|
+
# @param data Data **(Required)**
|
|
36
|
+
# @param [Hash] opts the optional parameters
|
|
37
|
+
# @return [Array<(PostSuccess, Fixnum, Hash)>] PostSuccess data, response status code and response headers
|
|
38
|
+
def create_story_with_http_info(data, opts = {})
|
|
39
|
+
if @api_client.config.debugging
|
|
40
|
+
@api_client.config.logger.debug "Calling API: StoryApi.create_story ..."
|
|
41
|
+
end
|
|
42
|
+
# verify the required parameter 'data' is set
|
|
43
|
+
if @api_client.config.client_side_validation && data.nil?
|
|
44
|
+
fail ArgumentError, "Missing the required parameter 'data' when calling StoryApi.create_story"
|
|
45
|
+
end
|
|
46
|
+
# resource path
|
|
47
|
+
local_var_path = "/stories"
|
|
48
|
+
|
|
49
|
+
# query parameters
|
|
50
|
+
query_params = {}
|
|
51
|
+
|
|
52
|
+
# header parameters
|
|
53
|
+
header_params = {}
|
|
54
|
+
# HTTP header 'Accept' (if needed)
|
|
55
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
56
|
+
# HTTP header 'Content-Type'
|
|
57
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
58
|
+
|
|
59
|
+
# form parameters
|
|
60
|
+
form_params = {}
|
|
61
|
+
|
|
62
|
+
# http body (model)
|
|
63
|
+
post_body = @api_client.object_to_http_body(data)
|
|
64
|
+
auth_names = ['API Key']
|
|
65
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
66
|
+
:header_params => header_params,
|
|
67
|
+
:query_params => query_params,
|
|
68
|
+
:form_params => form_params,
|
|
69
|
+
:body => post_body,
|
|
70
|
+
:auth_names => auth_names,
|
|
71
|
+
:return_type => 'PostSuccess')
|
|
72
|
+
if @api_client.config.debugging
|
|
73
|
+
@api_client.config.logger.debug "API called: StoryApi#create_story\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
74
|
+
end
|
|
75
|
+
return data, status_code, headers
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
# Delete story by id
|
|
79
|
+
# Delete story by id
|
|
80
|
+
# @param id ID of Story **(Required)**
|
|
81
|
+
# @param [Hash] opts the optional parameters
|
|
82
|
+
# @return [Success]
|
|
83
|
+
def delete_story_by_id(id, opts = {})
|
|
84
|
+
data, _status_code, _headers = delete_story_by_id_with_http_info(id, opts)
|
|
85
|
+
return data
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
# Delete story by id
|
|
89
|
+
# Delete story by id
|
|
90
|
+
# @param id ID of Story **(Required)**
|
|
91
|
+
# @param [Hash] opts the optional parameters
|
|
92
|
+
# @return [Array<(Success, Fixnum, Hash)>] Success data, response status code and response headers
|
|
93
|
+
def delete_story_by_id_with_http_info(id, opts = {})
|
|
94
|
+
if @api_client.config.debugging
|
|
95
|
+
@api_client.config.logger.debug "Calling API: StoryApi.delete_story_by_id ..."
|
|
96
|
+
end
|
|
97
|
+
# verify the required parameter 'id' is set
|
|
98
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
99
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling StoryApi.delete_story_by_id"
|
|
100
|
+
end
|
|
101
|
+
if @api_client.config.client_side_validation && id < 0
|
|
102
|
+
fail ArgumentError, 'invalid value for "id" when calling StoryApi.delete_story_by_id, must be greater than or equal to 0.'
|
|
103
|
+
end
|
|
104
|
+
|
|
105
|
+
# resource path
|
|
106
|
+
local_var_path = "/stories/{id}".sub('{' + 'id' + '}', id.to_s)
|
|
107
|
+
|
|
108
|
+
# query parameters
|
|
109
|
+
query_params = {}
|
|
110
|
+
|
|
111
|
+
# header parameters
|
|
112
|
+
header_params = {}
|
|
113
|
+
# HTTP header 'Accept' (if needed)
|
|
114
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
115
|
+
# HTTP header 'Content-Type'
|
|
116
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
117
|
+
|
|
118
|
+
# form parameters
|
|
119
|
+
form_params = {}
|
|
120
|
+
|
|
121
|
+
# http body (model)
|
|
122
|
+
post_body = nil
|
|
123
|
+
auth_names = ['API Key']
|
|
124
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
125
|
+
:header_params => header_params,
|
|
126
|
+
:query_params => query_params,
|
|
127
|
+
:form_params => form_params,
|
|
128
|
+
:body => post_body,
|
|
129
|
+
:auth_names => auth_names,
|
|
130
|
+
:return_type => 'Success')
|
|
131
|
+
if @api_client.config.debugging
|
|
132
|
+
@api_client.config.logger.debug "API called: StoryApi#delete_story_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
133
|
+
end
|
|
134
|
+
return data, status_code, headers
|
|
135
|
+
end
|
|
136
|
+
|
|
137
|
+
# Get story by id
|
|
138
|
+
# Get story by id
|
|
139
|
+
# @param id ID of Story **(Required)**
|
|
140
|
+
# @param [Hash] opts the optional parameters
|
|
141
|
+
# @option opts [Integer] :_external_station_id Query on a different (content providing) station *(Optional)*
|
|
142
|
+
# @return [StoryResult]
|
|
143
|
+
def get_story_by_id(id, opts = {})
|
|
144
|
+
data, _status_code, _headers = get_story_by_id_with_http_info(id, opts)
|
|
145
|
+
return data
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
# Get story by id
|
|
149
|
+
# Get story by id
|
|
150
|
+
# @param id ID of Story **(Required)**
|
|
151
|
+
# @param [Hash] opts the optional parameters
|
|
152
|
+
# @option opts [Integer] :_external_station_id Query on a different (content providing) station *(Optional)*
|
|
153
|
+
# @return [Array<(StoryResult, Fixnum, Hash)>] StoryResult data, response status code and response headers
|
|
154
|
+
def get_story_by_id_with_http_info(id, opts = {})
|
|
155
|
+
if @api_client.config.debugging
|
|
156
|
+
@api_client.config.logger.debug "Calling API: StoryApi.get_story_by_id ..."
|
|
157
|
+
end
|
|
158
|
+
# verify the required parameter 'id' is set
|
|
159
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
160
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling StoryApi.get_story_by_id"
|
|
161
|
+
end
|
|
162
|
+
if @api_client.config.client_side_validation && id < 0
|
|
163
|
+
fail ArgumentError, 'invalid value for "id" when calling StoryApi.get_story_by_id, must be greater than or equal to 0.'
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
# resource path
|
|
167
|
+
local_var_path = "/stories/{id}".sub('{' + 'id' + '}', id.to_s)
|
|
168
|
+
|
|
169
|
+
# query parameters
|
|
170
|
+
query_params = {}
|
|
171
|
+
query_params[:'_external_station_id'] = opts[:'_external_station_id'] if !opts[:'_external_station_id'].nil?
|
|
172
|
+
|
|
173
|
+
# header parameters
|
|
174
|
+
header_params = {}
|
|
175
|
+
# HTTP header 'Accept' (if needed)
|
|
176
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
177
|
+
# HTTP header 'Content-Type'
|
|
178
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
179
|
+
|
|
180
|
+
# form parameters
|
|
181
|
+
form_params = {}
|
|
182
|
+
|
|
183
|
+
# http body (model)
|
|
184
|
+
post_body = nil
|
|
185
|
+
auth_names = ['API Key']
|
|
186
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
187
|
+
:header_params => header_params,
|
|
188
|
+
:query_params => query_params,
|
|
189
|
+
:form_params => form_params,
|
|
190
|
+
:body => post_body,
|
|
191
|
+
:auth_names => auth_names,
|
|
192
|
+
:return_type => 'StoryResult')
|
|
193
|
+
if @api_client.config.debugging
|
|
194
|
+
@api_client.config.logger.debug "API called: StoryApi#get_story_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
195
|
+
end
|
|
196
|
+
return data, status_code, headers
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
# Get all stories.
|
|
200
|
+
# List all stories.
|
|
201
|
+
# @param [Hash] opts the optional parameters
|
|
202
|
+
# @option opts [Integer] :page Current page *(Optional)* (default to 1)
|
|
203
|
+
# @option opts [Integer] :model_type_id Search on ModelType ID *(Optional)*
|
|
204
|
+
# @option opts [Integer] :tag_id Search on Tag ID *(Optional)* `(Relation)`
|
|
205
|
+
# @option opts [Integer] :item_id Search on Item ID *(Optional)* `(Relation)`
|
|
206
|
+
# @option opts [Integer] :_external_station_id Query on a different (content providing) station *(Optional)*
|
|
207
|
+
# @return [StoryResults]
|
|
208
|
+
def list_stories(opts = {})
|
|
209
|
+
data, _status_code, _headers = list_stories_with_http_info(opts)
|
|
210
|
+
return data
|
|
211
|
+
end
|
|
212
|
+
|
|
213
|
+
# Get all stories.
|
|
214
|
+
# List all stories.
|
|
215
|
+
# @param [Hash] opts the optional parameters
|
|
216
|
+
# @option opts [Integer] :page Current page *(Optional)*
|
|
217
|
+
# @option opts [Integer] :model_type_id Search on ModelType ID *(Optional)*
|
|
218
|
+
# @option opts [Integer] :tag_id Search on Tag ID *(Optional)* `(Relation)`
|
|
219
|
+
# @option opts [Integer] :item_id Search on Item ID *(Optional)* `(Relation)`
|
|
220
|
+
# @option opts [Integer] :_external_station_id Query on a different (content providing) station *(Optional)*
|
|
221
|
+
# @return [Array<(StoryResults, Fixnum, Hash)>] StoryResults data, response status code and response headers
|
|
222
|
+
def list_stories_with_http_info(opts = {})
|
|
223
|
+
if @api_client.config.debugging
|
|
224
|
+
@api_client.config.logger.debug "Calling API: StoryApi.list_stories ..."
|
|
225
|
+
end
|
|
226
|
+
if @api_client.config.client_side_validation && !opts[:'page'].nil? && opts[:'page'] < 0
|
|
227
|
+
fail ArgumentError, 'invalid value for "opts[:"page"]" when calling StoryApi.list_stories, must be greater than or equal to 0.'
|
|
228
|
+
end
|
|
229
|
+
|
|
230
|
+
# resource path
|
|
231
|
+
local_var_path = "/stories"
|
|
232
|
+
|
|
233
|
+
# query parameters
|
|
234
|
+
query_params = {}
|
|
235
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
236
|
+
query_params[:'model_type_id'] = opts[:'model_type_id'] if !opts[:'model_type_id'].nil?
|
|
237
|
+
query_params[:'tag_id'] = opts[:'tag_id'] if !opts[:'tag_id'].nil?
|
|
238
|
+
query_params[:'item_id'] = opts[:'item_id'] if !opts[:'item_id'].nil?
|
|
239
|
+
query_params[:'_external_station_id'] = opts[:'_external_station_id'] if !opts[:'_external_station_id'].nil?
|
|
240
|
+
|
|
241
|
+
# header parameters
|
|
242
|
+
header_params = {}
|
|
243
|
+
# HTTP header 'Accept' (if needed)
|
|
244
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
245
|
+
# HTTP header 'Content-Type'
|
|
246
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
247
|
+
|
|
248
|
+
# form parameters
|
|
249
|
+
form_params = {}
|
|
250
|
+
|
|
251
|
+
# http body (model)
|
|
252
|
+
post_body = nil
|
|
253
|
+
auth_names = ['API Key']
|
|
254
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
255
|
+
:header_params => header_params,
|
|
256
|
+
:query_params => query_params,
|
|
257
|
+
:form_params => form_params,
|
|
258
|
+
:body => post_body,
|
|
259
|
+
:auth_names => auth_names,
|
|
260
|
+
:return_type => 'StoryResults')
|
|
261
|
+
if @api_client.config.debugging
|
|
262
|
+
@api_client.config.logger.debug "API called: StoryApi#list_stories\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
263
|
+
end
|
|
264
|
+
return data, status_code, headers
|
|
265
|
+
end
|
|
266
|
+
|
|
267
|
+
# Update story by id
|
|
268
|
+
# Update story by id
|
|
269
|
+
# @param id ID of Story **(Required)**
|
|
270
|
+
# @param [Hash] opts the optional parameters
|
|
271
|
+
# @option opts [StoryDataInput] :data Data *(Optional)*
|
|
272
|
+
# @return [Success]
|
|
273
|
+
def update_story_by_id(id, opts = {})
|
|
274
|
+
data, _status_code, _headers = update_story_by_id_with_http_info(id, opts)
|
|
275
|
+
return data
|
|
276
|
+
end
|
|
277
|
+
|
|
278
|
+
# Update story by id
|
|
279
|
+
# Update story by id
|
|
280
|
+
# @param id ID of Story **(Required)**
|
|
281
|
+
# @param [Hash] opts the optional parameters
|
|
282
|
+
# @option opts [StoryDataInput] :data Data *(Optional)*
|
|
283
|
+
# @return [Array<(Success, Fixnum, Hash)>] Success data, response status code and response headers
|
|
284
|
+
def update_story_by_id_with_http_info(id, opts = {})
|
|
285
|
+
if @api_client.config.debugging
|
|
286
|
+
@api_client.config.logger.debug "Calling API: StoryApi.update_story_by_id ..."
|
|
287
|
+
end
|
|
288
|
+
# verify the required parameter 'id' is set
|
|
289
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
290
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling StoryApi.update_story_by_id"
|
|
291
|
+
end
|
|
292
|
+
if @api_client.config.client_side_validation && id < 0
|
|
293
|
+
fail ArgumentError, 'invalid value for "id" when calling StoryApi.update_story_by_id, must be greater than or equal to 0.'
|
|
294
|
+
end
|
|
295
|
+
|
|
296
|
+
# resource path
|
|
297
|
+
local_var_path = "/stories/{id}".sub('{' + 'id' + '}', id.to_s)
|
|
298
|
+
|
|
299
|
+
# query parameters
|
|
300
|
+
query_params = {}
|
|
301
|
+
|
|
302
|
+
# header parameters
|
|
303
|
+
header_params = {}
|
|
304
|
+
# HTTP header 'Accept' (if needed)
|
|
305
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
306
|
+
# HTTP header 'Content-Type'
|
|
307
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
308
|
+
|
|
309
|
+
# form parameters
|
|
310
|
+
form_params = {}
|
|
311
|
+
|
|
312
|
+
# http body (model)
|
|
313
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
|
314
|
+
auth_names = ['API Key']
|
|
315
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
|
316
|
+
:header_params => header_params,
|
|
317
|
+
:query_params => query_params,
|
|
318
|
+
:form_params => form_params,
|
|
319
|
+
:body => post_body,
|
|
320
|
+
:auth_names => auth_names,
|
|
321
|
+
:return_type => 'Success')
|
|
322
|
+
if @api_client.config.debugging
|
|
323
|
+
@api_client.config.logger.debug "API called: StoryApi#update_story_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
324
|
+
end
|
|
325
|
+
return data, status_code, headers
|
|
326
|
+
end
|
|
327
|
+
end
|
|
328
|
+
end
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
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
|
-
#
|
|
2
|
+
#RadioManager
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#RadioManager
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
Contact: support@pluxbox.com
|