osuny_api 1.0.0 → 1.1.0
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/Gemfile.lock +33 -23
- data/README.md +513 -58
- data/Rakefile +8 -7
- data/docs/CategoriesIdBody2.md +1 -1
- data/docs/CategoriesIdBody3.md +7 -0
- data/docs/CategoriesIdBody4.md +7 -0
- data/docs/CategoriesUpsertBody2.md +1 -1
- data/docs/CategoriesUpsertBody3.md +7 -0
- data/docs/CategoriesUpsertBody4.md +7 -0
- data/docs/CommunicationBlockAgendaData.md +3 -0
- data/docs/CommunicationBlockCallToActionData.md +1 -1
- data/docs/CommunicationBlockChapterData.md +1 -1
- data/docs/CommunicationBlockChapterDataImage.md +9 -0
- data/docs/CommunicationBlockExhibitions.md +14 -0
- data/docs/CommunicationBlockExhibitionsData.md +20 -0
- data/docs/CommunicationBlockFeaturesDataElements.md +1 -1
- data/docs/CommunicationBlockFilesDataElements.md +2 -2
- data/docs/CommunicationBlockGalleryDataElements.md +1 -1
- data/docs/CommunicationBlockImageData.md +1 -1
- data/docs/CommunicationBlockJobs.md +14 -0
- data/docs/CommunicationBlockJobsData.md +18 -0
- data/docs/CommunicationBlockKeyFiguresDataElements.md +1 -1
- data/docs/CommunicationBlockLinksData.md +2 -0
- data/docs/CommunicationBlockLinksDataElements.md +1 -2
- data/docs/CommunicationBlockLocationsData.md +1 -1
- data/docs/CommunicationBlockOrganizationsData.md +2 -0
- data/docs/CommunicationBlockOrganizationsDataElements.md +2 -1
- data/docs/CommunicationBlockPagesData.md +2 -1
- data/docs/CommunicationBlockPapersData.md +1 -1
- data/docs/CommunicationBlockPostsData.md +1 -1
- data/docs/CommunicationBlockProgramsData.md +1 -1
- data/docs/CommunicationBlockProgramsDataElements.md +7 -0
- data/docs/CommunicationBlockProjectsData.md +1 -1
- data/docs/CommunicationBlockSoundData.md +1 -1
- data/docs/CommunicationBlockTestimonialsData.md +1 -0
- data/docs/CommunicationBlockTestimonialsDataElements.md +1 -1
- data/docs/CommunicationMedia.md +17 -0
- data/docs/CommunicationMediaLocalization.md +13 -0
- data/docs/CommunicationMediaOriginalBlob.md +10 -0
- data/docs/CommunicationMediasBody.md +8 -0
- data/docs/CommunicationWebsite.md +1 -0
- data/docs/CommunicationWebsiteAgendaCategoryApi.md +8 -3
- data/docs/CommunicationWebsiteAgendaCategoryLocalization.md +6 -0
- data/docs/CommunicationWebsiteAgendaEventApi.md +8 -3
- data/docs/CommunicationWebsiteAgendaEventLocalization.md +1 -0
- data/docs/CommunicationWebsiteApi.md +11 -3
- data/docs/CommunicationWebsiteMediaApi.md +61 -0
- data/docs/CommunicationWebsitePageApi.md +8 -3
- data/docs/CommunicationWebsitePageCategoryApi.md +8 -3
- data/docs/CommunicationWebsitePageCategoryLocalization.md +6 -0
- data/docs/CommunicationWebsitePageLocalization.md +2 -0
- data/docs/CommunicationWebsitePermalink.md +8 -0
- data/docs/CommunicationWebsitePortfolioCategory.md +15 -0
- data/docs/CommunicationWebsitePortfolioCategoryApi.md +334 -0
- data/docs/CommunicationWebsitePortfolioCategoryLocalization.md +23 -0
- data/docs/CommunicationWebsitePortfolioProject.md +15 -0
- data/docs/CommunicationWebsitePortfolioProjectApi.md +334 -0
- data/docs/CommunicationWebsitePortfolioProjectLocalization.md +23 -0
- data/docs/CommunicationWebsitePost.md +1 -0
- data/docs/CommunicationWebsitePostApi.md +8 -3
- data/docs/CommunicationWebsitePostCategory.md +14 -0
- data/docs/CommunicationWebsitePostCategoryApi.md +334 -0
- data/docs/CommunicationWebsitePostCategoryLocalization.md +23 -0
- data/docs/CommunicationWebsitePostLocalization.md +1 -1
- data/docs/OneOfcommunicationWebsitePortfolioCategoryLocalizationBlocksItems.md +6 -0
- data/docs/OneOfcommunicationWebsitePortfolioProjectLocalizationBlocksItems.md +6 -0
- data/docs/OneOfcommunicationWebsitePostCategoryLocalizationBlocksItems.md +6 -0
- data/docs/PortfolioCategoriesBody.md +7 -0
- data/docs/PortfolioProjectsBody.md +7 -0
- data/docs/PostsCategoriesBody.md +7 -0
- data/docs/ProjectsIdBody.md +7 -0
- data/docs/ProjectsUpsertBody.md +7 -0
- data/docs/UniversityOrganization.md +0 -1
- data/docs/UniversityOrganizationApi.md +11 -3
- data/docs/UniversityOrganizationCategoryApi.md +15 -7
- data/docs/UniversityOrganizationCategoryLocalization.md +6 -0
- data/docs/UniversityOrganizationLocalization.md +2 -0
- data/generate.sh +0 -0
- data/lib/osuny_api/api/communication_website_agenda_category_api.rb +7 -1
- data/lib/osuny_api/api/communication_website_agenda_event_api.rb +7 -1
- data/lib/osuny_api/api/communication_website_api.rb +7 -1
- data/lib/osuny_api/api/communication_website_media_api.rb +76 -0
- data/lib/osuny_api/api/communication_website_page_api.rb +7 -1
- data/lib/osuny_api/api/communication_website_page_category_api.rb +7 -1
- data/lib/osuny_api/api/communication_website_portfolio_category_api.rb +380 -0
- data/lib/osuny_api/api/communication_website_portfolio_project_api.rb +380 -0
- data/lib/osuny_api/api/communication_website_post_api.rb +7 -1
- data/lib/osuny_api/api/communication_website_post_category_api.rb +380 -0
- data/lib/osuny_api/api/university_organization_api.rb +7 -1
- data/lib/osuny_api/api/university_organization_category_api.rb +11 -5
- data/lib/osuny_api/api_client.rb +1 -1
- data/lib/osuny_api/api_error.rb +1 -1
- data/lib/osuny_api/configuration.rb +1 -1
- data/lib/osuny_api/models/agenda_categories_body.rb +1 -1
- data/lib/osuny_api/models/agenda_events_body.rb +1 -1
- data/lib/osuny_api/models/categories_id_body.rb +1 -1
- data/lib/osuny_api/models/categories_id_body_1.rb +1 -1
- data/lib/osuny_api/models/categories_id_body_2.rb +1 -1
- data/lib/osuny_api/models/categories_id_body_3.rb +211 -0
- data/lib/osuny_api/models/categories_id_body_4.rb +211 -0
- data/lib/osuny_api/models/categories_upsert_body.rb +1 -1
- data/lib/osuny_api/models/categories_upsert_body_1.rb +1 -1
- data/lib/osuny_api/models/categories_upsert_body_2.rb +1 -1
- data/lib/osuny_api/models/categories_upsert_body_3.rb +213 -0
- data/lib/osuny_api/models/categories_upsert_body_4.rb +213 -0
- data/lib/osuny_api/models/communication_block_agenda.rb +1 -1
- data/lib/osuny_api/models/communication_block_agenda_data.rb +31 -4
- data/lib/osuny_api/models/communication_block_agenda_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_call_to_action.rb +1 -1
- data/lib/osuny_api/models/communication_block_call_to_action_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_call_to_action_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_categories.rb +1 -1
- data/lib/osuny_api/models/communication_block_categories_data.rb +3 -3
- data/lib/osuny_api/models/communication_block_chapter.rb +1 -1
- data/lib/osuny_api/models/communication_block_chapter_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_chapter_data_image.rb +227 -0
- data/lib/osuny_api/models/communication_block_contact.rb +1 -1
- data/lib/osuny_api/models/communication_block_contact_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_contact_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_contact_data_time_slot_morning.rb +1 -1
- data/lib/osuny_api/models/communication_block_datatable.rb +1 -1
- data/lib/osuny_api/models/communication_block_datatable_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_datatable_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_definitions.rb +1 -1
- data/lib/osuny_api/models/communication_block_definitions_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_definitions_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_embed.rb +1 -1
- data/lib/osuny_api/models/communication_block_embed_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_exhibitions.rb +312 -0
- data/lib/osuny_api/models/communication_block_exhibitions_data.rb +384 -0
- data/lib/osuny_api/models/communication_block_features.rb +1 -1
- data/lib/osuny_api/models/communication_block_features_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_features_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_files.rb +1 -1
- data/lib/osuny_api/models/communication_block_files_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_files_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_gallery.rb +1 -1
- data/lib/osuny_api/models/communication_block_gallery_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_gallery_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_image.rb +1 -1
- data/lib/osuny_api/models/communication_block_image_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_jobs.rb +312 -0
- data/lib/osuny_api/models/communication_block_jobs_data.rb +354 -0
- data/lib/osuny_api/models/communication_block_key_figures.rb +1 -1
- data/lib/osuny_api/models/communication_block_key_figures_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_key_figures_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_license.rb +1 -1
- data/lib/osuny_api/models/communication_block_license_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_links.rb +1 -1
- data/lib/osuny_api/models/communication_block_links_data.rb +54 -2
- data/lib/osuny_api/models/communication_block_links_data_elements.rb +2 -11
- data/lib/osuny_api/models/communication_block_locations.rb +1 -1
- data/lib/osuny_api/models/communication_block_locations_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_organizations.rb +1 -1
- data/lib/osuny_api/models/communication_block_organizations_data.rb +22 -4
- data/lib/osuny_api/models/communication_block_organizations_data_elements.rb +14 -5
- data/lib/osuny_api/models/communication_block_pages.rb +1 -1
- data/lib/osuny_api/models/communication_block_pages_data.rb +11 -2
- data/lib/osuny_api/models/communication_block_papers.rb +1 -1
- data/lib/osuny_api/models/communication_block_papers_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_persons.rb +1 -1
- data/lib/osuny_api/models/communication_block_persons_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_persons_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_posts.rb +1 -1
- data/lib/osuny_api/models/communication_block_posts_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_programs.rb +1 -1
- data/lib/osuny_api/models/communication_block_programs_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_programs_data_elements.rb +206 -0
- data/lib/osuny_api/models/communication_block_projects.rb +1 -1
- data/lib/osuny_api/models/communication_block_projects_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_sound.rb +1 -1
- data/lib/osuny_api/models/communication_block_sound_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_testimonials.rb +1 -1
- data/lib/osuny_api/models/communication_block_testimonials_data.rb +45 -2
- data/lib/osuny_api/models/communication_block_testimonials_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_timeline.rb +1 -1
- data/lib/osuny_api/models/communication_block_timeline_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_timeline_data_elements.rb +1 -1
- data/lib/osuny_api/models/communication_block_title.rb +1 -1
- data/lib/osuny_api/models/communication_block_title_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_video.rb +1 -1
- data/lib/osuny_api/models/communication_block_video_data.rb +1 -1
- data/lib/osuny_api/models/communication_block_volumes.rb +1 -1
- data/lib/osuny_api/models/communication_media.rb +339 -0
- data/lib/osuny_api/models/communication_media_localization.rb +265 -0
- data/lib/osuny_api/models/communication_media_original_blob.rb +237 -0
- data/lib/osuny_api/models/communication_medias_body.rb +215 -0
- data/lib/osuny_api/models/communication_website.rb +46 -2
- data/lib/osuny_api/models/communication_website_agenda_category.rb +1 -1
- data/lib/osuny_api/models/communication_website_agenda_category_localization.rb +62 -2
- data/lib/osuny_api/models/communication_website_agenda_category_localization_featured_image.rb +1 -1
- data/lib/osuny_api/models/communication_website_agenda_event.rb +1 -1
- data/lib/osuny_api/models/communication_website_agenda_event_localization.rb +13 -2
- data/lib/osuny_api/models/communication_website_agenda_event_localization_add_to_calendar_urls.rb +1 -1
- data/lib/osuny_api/models/communication_website_agenda_event_time_slot.rb +1 -1
- data/lib/osuny_api/models/communication_website_agenda_event_time_slot_localization.rb +1 -1
- data/lib/osuny_api/models/communication_website_deuxfleurs.rb +1 -1
- data/lib/osuny_api/models/communication_website_features.rb +1 -1
- data/lib/osuny_api/models/communication_website_git.rb +1 -1
- data/lib/osuny_api/models/communication_website_localization.rb +1 -1
- data/lib/osuny_api/models/communication_website_page.rb +1 -1
- data/lib/osuny_api/models/communication_website_page_category.rb +1 -1
- data/lib/osuny_api/models/communication_website_page_category_localization.rb +62 -2
- data/lib/osuny_api/models/communication_website_page_localization.rb +23 -2
- data/lib/osuny_api/models/communication_website_permalink.rb +215 -0
- data/lib/osuny_api/models/communication_website_portfolio_category.rb +284 -0
- data/lib/osuny_api/models/communication_website_portfolio_category_localization.rb +362 -0
- data/lib/osuny_api/models/communication_website_portfolio_project.rb +285 -0
- data/lib/osuny_api/models/communication_website_portfolio_project_localization.rb +362 -0
- data/lib/osuny_api/models/communication_website_post.rb +13 -2
- data/lib/osuny_api/models/communication_website_post_category.rb +274 -0
- data/lib/osuny_api/models/communication_website_post_category_localization.rb +362 -0
- data/lib/osuny_api/models/communication_website_post_localization.rb +10 -9
- data/lib/osuny_api/models/communication_website_showcase.rb +1 -1
- data/lib/osuny_api/models/communication_website_showcase_tags.rb +1 -1
- data/lib/osuny_api/models/events_id_body.rb +1 -1
- data/lib/osuny_api/models/events_upsert_body.rb +1 -1
- data/lib/osuny_api/models/one_ofcommunication_website_agenda_category_localization_blocks_items.rb +1 -1
- data/lib/osuny_api/models/one_ofcommunication_website_agenda_event_localization_blocks_items.rb +1 -1
- data/lib/osuny_api/models/one_ofcommunication_website_page_category_localization_blocks_items.rb +1 -1
- data/lib/osuny_api/models/one_ofcommunication_website_page_localization_blocks_items.rb +1 -1
- data/lib/osuny_api/models/one_ofcommunication_website_portfolio_category_localization_blocks_items.rb +197 -0
- data/lib/osuny_api/models/one_ofcommunication_website_portfolio_project_localization_blocks_items.rb +197 -0
- data/lib/osuny_api/models/one_ofcommunication_website_post_category_localization_blocks_items.rb +197 -0
- data/lib/osuny_api/models/one_ofcommunication_website_post_localization_blocks_items.rb +1 -1
- data/lib/osuny_api/models/one_ofuniversity_organization_category_localization_blocks_items.rb +1 -1
- data/lib/osuny_api/models/one_ofuniversity_organization_localization_blocks_items.rb +1 -1
- data/lib/osuny_api/models/organizations_categories_body.rb +1 -1
- data/lib/osuny_api/models/organizations_id_body.rb +1 -1
- data/lib/osuny_api/models/organizations_upsert_body.rb +1 -1
- data/lib/osuny_api/models/pages_categories_body.rb +1 -1
- data/lib/osuny_api/models/pages_id_body.rb +1 -1
- data/lib/osuny_api/models/pages_upsert_body.rb +1 -1
- data/lib/osuny_api/models/portfolio_categories_body.rb +211 -0
- data/lib/osuny_api/models/portfolio_projects_body.rb +211 -0
- data/lib/osuny_api/models/posts_categories_body.rb +211 -0
- data/lib/osuny_api/models/posts_id_body.rb +1 -1
- data/lib/osuny_api/models/posts_upsert_body.rb +1 -1
- data/lib/osuny_api/models/projects_id_body.rb +211 -0
- data/lib/osuny_api/models/projects_upsert_body.rb +213 -0
- data/lib/osuny_api/models/university_organization.rb +4 -13
- data/lib/osuny_api/models/university_organization_category.rb +1 -1
- data/lib/osuny_api/models/university_organization_category_localization.rb +62 -2
- data/lib/osuny_api/models/university_organization_localization.rb +21 -2
- data/lib/osuny_api/models/university_organizations_body.rb +1 -1
- data/lib/osuny_api/models/website_id_pages_body.rb +1 -1
- data/lib/osuny_api/models/website_id_posts_body.rb +1 -1
- data/lib/osuny_api/version.rb +2 -2
- data/lib/osuny_api.rb +34 -3
- data/osuny_api.gemspec +2 -1
- data/spec/api/communication_website_media_api_spec.rb +46 -0
- data/spec/api/communication_website_portfolio_category_api_spec.rb +108 -0
- data/spec/api/communication_website_portfolio_project_api_spec.rb +108 -0
- data/spec/api/communication_website_post_category_api_spec.rb +108 -0
- data/spec/models/categories_id_body_3_spec.rb +40 -0
- data/spec/models/categories_id_body_4_spec.rb +40 -0
- data/spec/models/categories_upsert_body_3_spec.rb +40 -0
- data/spec/models/categories_upsert_body_4_spec.rb +40 -0
- data/spec/models/communication_block_chapter_data_image_spec.rb +52 -0
- data/spec/models/communication_block_exhibitions_data_spec.rb +130 -0
- data/spec/models/communication_block_exhibitions_spec.rb +86 -0
- data/spec/models/communication_block_jobs_data_spec.rb +114 -0
- data/spec/models/communication_block_jobs_spec.rb +86 -0
- data/spec/models/communication_block_programs_data_elements_spec.rb +40 -0
- data/spec/models/communication_media_localization_spec.rb +76 -0
- data/spec/models/communication_media_original_blob_spec.rb +58 -0
- data/spec/models/communication_media_spec.rb +104 -0
- data/spec/models/communication_medias_body_spec.rb +46 -0
- data/spec/models/communication_website_permalink_spec.rb +46 -0
- data/spec/models/communication_website_portfolio_category_localization_spec.rb +136 -0
- data/spec/models/communication_website_portfolio_category_spec.rb +88 -0
- data/spec/models/communication_website_portfolio_project_localization_spec.rb +136 -0
- data/spec/models/communication_website_portfolio_project_spec.rb +88 -0
- data/spec/models/communication_website_post_category_localization_spec.rb +136 -0
- data/spec/models/communication_website_post_category_spec.rb +82 -0
- data/spec/models/one_ofcommunication_website_portfolio_category_localization_blocks_items_spec.rb +34 -0
- data/spec/models/one_ofcommunication_website_portfolio_project_localization_blocks_items_spec.rb +34 -0
- data/spec/models/one_ofcommunication_website_post_category_localization_blocks_items_spec.rb +34 -0
- data/spec/models/portfolio_categories_body_spec.rb +40 -0
- data/spec/models/portfolio_projects_body_spec.rb +40 -0
- data/spec/models/posts_categories_body_spec.rb +40 -0
- data/spec/models/projects_id_body_spec.rb +40 -0
- data/spec/models/projects_upsert_body_spec.rb +40 -0
- metadata +266 -116
- data/pkg/osuny_api-0.2.6.gem +0 -0
- data/pkg/osuny_api-1.0.0.gem +0 -0
data/README.md
CHANGED
|
@@ -60,10 +60,14 @@ OsunyApi.configure do |config|
|
|
|
60
60
|
end
|
|
61
61
|
|
|
62
62
|
api_instance = OsunyApi::CommunicationWebsiteApi.new
|
|
63
|
+
opts = {
|
|
64
|
+
page_num: 1, # Integer | Page number
|
|
65
|
+
per_page: 10000 # Integer | Number of items per page
|
|
66
|
+
}
|
|
63
67
|
|
|
64
68
|
begin
|
|
65
69
|
#Lists the websites
|
|
66
|
-
result = api_instance.communication_websites_get
|
|
70
|
+
result = api_instance.communication_websites_get(opts)
|
|
67
71
|
p result
|
|
68
72
|
rescue OsunyApi::ApiError => e
|
|
69
73
|
puts "Exception when calling CommunicationWebsiteApi->communication_websites_get: #{e}"
|
|
@@ -97,11 +101,14 @@ end
|
|
|
97
101
|
|
|
98
102
|
api_instance = OsunyApi::CommunicationWebsiteAgendaCategoryApi.new
|
|
99
103
|
website_id = 'website_id_example' # String | Website identifier
|
|
100
|
-
|
|
104
|
+
opts = {
|
|
105
|
+
page_num: 1, # Integer | Page number
|
|
106
|
+
per_page: 10000 # Integer | Number of items per page
|
|
107
|
+
}
|
|
101
108
|
|
|
102
109
|
begin
|
|
103
110
|
#Lists a website's agenda categories
|
|
104
|
-
result = api_instance.communication_websites_website_id_agenda_categories_get(website_id)
|
|
111
|
+
result = api_instance.communication_websites_website_id_agenda_categories_get(website_id, opts)
|
|
105
112
|
p result
|
|
106
113
|
rescue OsunyApi::ApiError => e
|
|
107
114
|
puts "Exception when calling CommunicationWebsiteAgendaCategoryApi->communication_websites_website_id_agenda_categories_get: #{e}"
|
|
@@ -155,8 +162,8 @@ end
|
|
|
155
162
|
api_instance = OsunyApi::CommunicationWebsiteAgendaCategoryApi.new
|
|
156
163
|
website_id = 'website_id_example' # String | Website identifier
|
|
157
164
|
id = 'id_example' # String | Category identifier
|
|
158
|
-
opts = {
|
|
159
|
-
body: OsunyApi::CategoriesIdBody.new # CategoriesIdBody |
|
|
165
|
+
opts = {
|
|
166
|
+
body: OsunyApi::CategoriesIdBody.new # CategoriesIdBody |
|
|
160
167
|
}
|
|
161
168
|
|
|
162
169
|
begin
|
|
@@ -175,8 +182,8 @@ end
|
|
|
175
182
|
|
|
176
183
|
api_instance = OsunyApi::CommunicationWebsiteAgendaCategoryApi.new
|
|
177
184
|
website_id = 'website_id_example' # String | Website identifier
|
|
178
|
-
opts = {
|
|
179
|
-
body: OsunyApi::AgendaCategoriesBody.new # AgendaCategoriesBody |
|
|
185
|
+
opts = {
|
|
186
|
+
body: OsunyApi::AgendaCategoriesBody.new # AgendaCategoriesBody |
|
|
180
187
|
}
|
|
181
188
|
|
|
182
189
|
begin
|
|
@@ -195,8 +202,8 @@ end
|
|
|
195
202
|
|
|
196
203
|
api_instance = OsunyApi::CommunicationWebsiteAgendaCategoryApi.new
|
|
197
204
|
website_id = 'website_id_example' # String | Website identifier
|
|
198
|
-
opts = {
|
|
199
|
-
body: OsunyApi::CategoriesUpsertBody.new # CategoriesUpsertBody |
|
|
205
|
+
opts = {
|
|
206
|
+
body: OsunyApi::CategoriesUpsertBody.new # CategoriesUpsertBody |
|
|
200
207
|
}
|
|
201
208
|
|
|
202
209
|
begin
|
|
@@ -215,11 +222,14 @@ end
|
|
|
215
222
|
|
|
216
223
|
api_instance = OsunyApi::CommunicationWebsiteAgendaEventApi.new
|
|
217
224
|
website_id = 'website_id_example' # String | Website identifier
|
|
218
|
-
|
|
225
|
+
opts = {
|
|
226
|
+
page_num: 1, # Integer | Page number
|
|
227
|
+
per_page: 10000 # Integer | Number of items per page
|
|
228
|
+
}
|
|
219
229
|
|
|
220
230
|
begin
|
|
221
231
|
#Lists a website's events
|
|
222
|
-
result = api_instance.communication_websites_website_id_agenda_events_get(website_id)
|
|
232
|
+
result = api_instance.communication_websites_website_id_agenda_events_get(website_id, opts)
|
|
223
233
|
p result
|
|
224
234
|
rescue OsunyApi::ApiError => e
|
|
225
235
|
puts "Exception when calling CommunicationWebsiteAgendaEventApi->communication_websites_website_id_agenda_events_get: #{e}"
|
|
@@ -273,8 +283,8 @@ end
|
|
|
273
283
|
api_instance = OsunyApi::CommunicationWebsiteAgendaEventApi.new
|
|
274
284
|
website_id = 'website_id_example' # String | Website identifier
|
|
275
285
|
id = 'id_example' # String | Event identifier
|
|
276
|
-
opts = {
|
|
277
|
-
body: OsunyApi::EventsIdBody.new # EventsIdBody |
|
|
286
|
+
opts = {
|
|
287
|
+
body: OsunyApi::EventsIdBody.new # EventsIdBody |
|
|
278
288
|
}
|
|
279
289
|
|
|
280
290
|
begin
|
|
@@ -293,8 +303,8 @@ end
|
|
|
293
303
|
|
|
294
304
|
api_instance = OsunyApi::CommunicationWebsiteAgendaEventApi.new
|
|
295
305
|
website_id = 'website_id_example' # String | Website identifier
|
|
296
|
-
opts = {
|
|
297
|
-
body: OsunyApi::AgendaEventsBody.new # AgendaEventsBody |
|
|
306
|
+
opts = {
|
|
307
|
+
body: OsunyApi::AgendaEventsBody.new # AgendaEventsBody |
|
|
298
308
|
}
|
|
299
309
|
|
|
300
310
|
begin
|
|
@@ -313,8 +323,8 @@ end
|
|
|
313
323
|
|
|
314
324
|
api_instance = OsunyApi::CommunicationWebsiteAgendaEventApi.new
|
|
315
325
|
website_id = 'website_id_example' # String | Website identifier
|
|
316
|
-
opts = {
|
|
317
|
-
body: OsunyApi::EventsUpsertBody.new # EventsUpsertBody |
|
|
326
|
+
opts = {
|
|
327
|
+
body: OsunyApi::EventsUpsertBody.new # EventsUpsertBody |
|
|
318
328
|
}
|
|
319
329
|
|
|
320
330
|
begin
|
|
@@ -331,13 +341,36 @@ OsunyApi.configure do |config|
|
|
|
331
341
|
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
332
342
|
end
|
|
333
343
|
|
|
344
|
+
api_instance = OsunyApi::CommunicationWebsiteMediaApi.new
|
|
345
|
+
opts = {
|
|
346
|
+
url: 'url_example', # String |
|
|
347
|
+
file: 'file_example' # String |
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
begin
|
|
351
|
+
#Create a media
|
|
352
|
+
api_instance.communication_medias_post(opts)
|
|
353
|
+
rescue OsunyApi::ApiError => e
|
|
354
|
+
puts "Exception when calling CommunicationWebsiteMediaApi->communication_medias_post: #{e}"
|
|
355
|
+
end
|
|
356
|
+
# Setup authorization
|
|
357
|
+
OsunyApi.configure do |config|
|
|
358
|
+
# Configure API key authorization: api_key
|
|
359
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
360
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
361
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
362
|
+
end
|
|
363
|
+
|
|
334
364
|
api_instance = OsunyApi::CommunicationWebsitePageApi.new
|
|
335
365
|
website_id = 'website_id_example' # String | Website identifier
|
|
336
|
-
|
|
366
|
+
opts = {
|
|
367
|
+
page_num: 1, # Integer | Page number
|
|
368
|
+
per_page: 10000 # Integer | Number of items per page
|
|
369
|
+
}
|
|
337
370
|
|
|
338
371
|
begin
|
|
339
372
|
#Lists a website's pages
|
|
340
|
-
result = api_instance.communication_websites_website_id_pages_get(website_id)
|
|
373
|
+
result = api_instance.communication_websites_website_id_pages_get(website_id, opts)
|
|
341
374
|
p result
|
|
342
375
|
rescue OsunyApi::ApiError => e
|
|
343
376
|
puts "Exception when calling CommunicationWebsitePageApi->communication_websites_website_id_pages_get: #{e}"
|
|
@@ -391,8 +424,8 @@ end
|
|
|
391
424
|
api_instance = OsunyApi::CommunicationWebsitePageApi.new
|
|
392
425
|
website_id = 'website_id_example' # String | Website identifier
|
|
393
426
|
id = 'id_example' # String | Page identifier
|
|
394
|
-
opts = {
|
|
395
|
-
body: OsunyApi::PagesIdBody.new # PagesIdBody |
|
|
427
|
+
opts = {
|
|
428
|
+
body: OsunyApi::PagesIdBody.new # PagesIdBody |
|
|
396
429
|
}
|
|
397
430
|
|
|
398
431
|
begin
|
|
@@ -411,8 +444,8 @@ end
|
|
|
411
444
|
|
|
412
445
|
api_instance = OsunyApi::CommunicationWebsitePageApi.new
|
|
413
446
|
website_id = 'website_id_example' # String | Website identifier
|
|
414
|
-
opts = {
|
|
415
|
-
body: OsunyApi::WebsiteIdPagesBody.new # WebsiteIdPagesBody |
|
|
447
|
+
opts = {
|
|
448
|
+
body: OsunyApi::WebsiteIdPagesBody.new # WebsiteIdPagesBody |
|
|
416
449
|
}
|
|
417
450
|
|
|
418
451
|
begin
|
|
@@ -431,8 +464,8 @@ end
|
|
|
431
464
|
|
|
432
465
|
api_instance = OsunyApi::CommunicationWebsitePageApi.new
|
|
433
466
|
website_id = 'website_id_example' # String | Website identifier
|
|
434
|
-
opts = {
|
|
435
|
-
body: OsunyApi::PagesUpsertBody.new # PagesUpsertBody |
|
|
467
|
+
opts = {
|
|
468
|
+
body: OsunyApi::PagesUpsertBody.new # PagesUpsertBody |
|
|
436
469
|
}
|
|
437
470
|
|
|
438
471
|
begin
|
|
@@ -451,11 +484,14 @@ end
|
|
|
451
484
|
|
|
452
485
|
api_instance = OsunyApi::CommunicationWebsitePageCategoryApi.new
|
|
453
486
|
website_id = 'website_id_example' # String | Website identifier
|
|
454
|
-
|
|
487
|
+
opts = {
|
|
488
|
+
page_num: 1, # Integer | Page number
|
|
489
|
+
per_page: 10000 # Integer | Number of items per page
|
|
490
|
+
}
|
|
455
491
|
|
|
456
492
|
begin
|
|
457
493
|
#Lists a website's page categories
|
|
458
|
-
result = api_instance.communication_websites_website_id_pages_categories_get(website_id)
|
|
494
|
+
result = api_instance.communication_websites_website_id_pages_categories_get(website_id, opts)
|
|
459
495
|
p result
|
|
460
496
|
rescue OsunyApi::ApiError => e
|
|
461
497
|
puts "Exception when calling CommunicationWebsitePageCategoryApi->communication_websites_website_id_pages_categories_get: #{e}"
|
|
@@ -509,8 +545,8 @@ end
|
|
|
509
545
|
api_instance = OsunyApi::CommunicationWebsitePageCategoryApi.new
|
|
510
546
|
website_id = 'website_id_example' # String | Website identifier
|
|
511
547
|
id = 'id_example' # String | Category identifier
|
|
512
|
-
opts = {
|
|
513
|
-
body: OsunyApi::CategoriesIdBody1.new # CategoriesIdBody1 |
|
|
548
|
+
opts = {
|
|
549
|
+
body: OsunyApi::CategoriesIdBody1.new # CategoriesIdBody1 |
|
|
514
550
|
}
|
|
515
551
|
|
|
516
552
|
begin
|
|
@@ -529,8 +565,8 @@ end
|
|
|
529
565
|
|
|
530
566
|
api_instance = OsunyApi::CommunicationWebsitePageCategoryApi.new
|
|
531
567
|
website_id = 'website_id_example' # String | Website identifier
|
|
532
|
-
opts = {
|
|
533
|
-
body: OsunyApi::PagesCategoriesBody.new # PagesCategoriesBody |
|
|
568
|
+
opts = {
|
|
569
|
+
body: OsunyApi::PagesCategoriesBody.new # PagesCategoriesBody |
|
|
534
570
|
}
|
|
535
571
|
|
|
536
572
|
begin
|
|
@@ -549,8 +585,8 @@ end
|
|
|
549
585
|
|
|
550
586
|
api_instance = OsunyApi::CommunicationWebsitePageCategoryApi.new
|
|
551
587
|
website_id = 'website_id_example' # String | Website identifier
|
|
552
|
-
opts = {
|
|
553
|
-
body: OsunyApi::CategoriesUpsertBody1.new # CategoriesUpsertBody1 |
|
|
588
|
+
opts = {
|
|
589
|
+
body: OsunyApi::CategoriesUpsertBody1.new # CategoriesUpsertBody1 |
|
|
554
590
|
}
|
|
555
591
|
|
|
556
592
|
begin
|
|
@@ -567,13 +603,258 @@ OsunyApi.configure do |config|
|
|
|
567
603
|
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
568
604
|
end
|
|
569
605
|
|
|
570
|
-
api_instance = OsunyApi::
|
|
606
|
+
api_instance = OsunyApi::CommunicationWebsitePortfolioCategoryApi.new
|
|
607
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
608
|
+
opts = {
|
|
609
|
+
page_num: 1, # Integer | Page number
|
|
610
|
+
per_page: 10000 # Integer | Number of items per page
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
begin
|
|
614
|
+
#Lists a website's portfolio categories
|
|
615
|
+
result = api_instance.communication_websites_website_id_portfolio_categories_get(website_id, opts)
|
|
616
|
+
p result
|
|
617
|
+
rescue OsunyApi::ApiError => e
|
|
618
|
+
puts "Exception when calling CommunicationWebsitePortfolioCategoryApi->communication_websites_website_id_portfolio_categories_get: #{e}"
|
|
619
|
+
end
|
|
620
|
+
# Setup authorization
|
|
621
|
+
OsunyApi.configure do |config|
|
|
622
|
+
# Configure API key authorization: api_key
|
|
623
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
624
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
625
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
626
|
+
end
|
|
627
|
+
|
|
628
|
+
api_instance = OsunyApi::CommunicationWebsitePortfolioCategoryApi.new
|
|
629
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
630
|
+
id = 'id_example' # String | Category identifier
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
begin
|
|
634
|
+
#Deletes a portfolio category
|
|
635
|
+
api_instance.communication_websites_website_id_portfolio_categories_id_delete(website_id, id)
|
|
636
|
+
rescue OsunyApi::ApiError => e
|
|
637
|
+
puts "Exception when calling CommunicationWebsitePortfolioCategoryApi->communication_websites_website_id_portfolio_categories_id_delete: #{e}"
|
|
638
|
+
end
|
|
639
|
+
# Setup authorization
|
|
640
|
+
OsunyApi.configure do |config|
|
|
641
|
+
# Configure API key authorization: api_key
|
|
642
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
643
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
644
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
645
|
+
end
|
|
646
|
+
|
|
647
|
+
api_instance = OsunyApi::CommunicationWebsitePortfolioCategoryApi.new
|
|
648
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
649
|
+
id = 'id_example' # String | Category identifier
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
begin
|
|
653
|
+
#Shows a portfolio category
|
|
654
|
+
api_instance.communication_websites_website_id_portfolio_categories_id_get(website_id, id)
|
|
655
|
+
rescue OsunyApi::ApiError => e
|
|
656
|
+
puts "Exception when calling CommunicationWebsitePortfolioCategoryApi->communication_websites_website_id_portfolio_categories_id_get: #{e}"
|
|
657
|
+
end
|
|
658
|
+
# Setup authorization
|
|
659
|
+
OsunyApi.configure do |config|
|
|
660
|
+
# Configure API key authorization: api_key
|
|
661
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
662
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
663
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
664
|
+
end
|
|
665
|
+
|
|
666
|
+
api_instance = OsunyApi::CommunicationWebsitePortfolioCategoryApi.new
|
|
667
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
668
|
+
id = 'id_example' # String | Category identifier
|
|
669
|
+
opts = {
|
|
670
|
+
body: OsunyApi::CategoriesIdBody2.new # CategoriesIdBody2 |
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
begin
|
|
674
|
+
#Updates a portfolio category
|
|
675
|
+
api_instance.communication_websites_website_id_portfolio_categories_id_patch(website_id, id, opts)
|
|
676
|
+
rescue OsunyApi::ApiError => e
|
|
677
|
+
puts "Exception when calling CommunicationWebsitePortfolioCategoryApi->communication_websites_website_id_portfolio_categories_id_patch: #{e}"
|
|
678
|
+
end
|
|
679
|
+
# Setup authorization
|
|
680
|
+
OsunyApi.configure do |config|
|
|
681
|
+
# Configure API key authorization: api_key
|
|
682
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
683
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
684
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
685
|
+
end
|
|
686
|
+
|
|
687
|
+
api_instance = OsunyApi::CommunicationWebsitePortfolioCategoryApi.new
|
|
688
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
689
|
+
opts = {
|
|
690
|
+
body: OsunyApi::PortfolioCategoriesBody.new # PortfolioCategoriesBody |
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
begin
|
|
694
|
+
#Creates a portfolio category
|
|
695
|
+
api_instance.communication_websites_website_id_portfolio_categories_post(website_id, opts)
|
|
696
|
+
rescue OsunyApi::ApiError => e
|
|
697
|
+
puts "Exception when calling CommunicationWebsitePortfolioCategoryApi->communication_websites_website_id_portfolio_categories_post: #{e}"
|
|
698
|
+
end
|
|
699
|
+
# Setup authorization
|
|
700
|
+
OsunyApi.configure do |config|
|
|
701
|
+
# Configure API key authorization: api_key
|
|
702
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
703
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
704
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
705
|
+
end
|
|
706
|
+
|
|
707
|
+
api_instance = OsunyApi::CommunicationWebsitePortfolioCategoryApi.new
|
|
708
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
709
|
+
opts = {
|
|
710
|
+
body: OsunyApi::CategoriesUpsertBody2.new # CategoriesUpsertBody2 |
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
begin
|
|
714
|
+
#Upsert portfolio categories
|
|
715
|
+
api_instance.communication_websites_website_id_portfolio_categories_upsert_post(website_id, opts)
|
|
716
|
+
rescue OsunyApi::ApiError => e
|
|
717
|
+
puts "Exception when calling CommunicationWebsitePortfolioCategoryApi->communication_websites_website_id_portfolio_categories_upsert_post: #{e}"
|
|
718
|
+
end
|
|
719
|
+
# Setup authorization
|
|
720
|
+
OsunyApi.configure do |config|
|
|
721
|
+
# Configure API key authorization: api_key
|
|
722
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
723
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
724
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
725
|
+
end
|
|
726
|
+
|
|
727
|
+
api_instance = OsunyApi::CommunicationWebsitePortfolioProjectApi.new
|
|
728
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
729
|
+
opts = {
|
|
730
|
+
page_num: 1, # Integer | Page number
|
|
731
|
+
per_page: 10000 # Integer | Number of items per page
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
begin
|
|
735
|
+
#Lists a website's projects
|
|
736
|
+
result = api_instance.communication_websites_website_id_portfolio_projects_get(website_id, opts)
|
|
737
|
+
p result
|
|
738
|
+
rescue OsunyApi::ApiError => e
|
|
739
|
+
puts "Exception when calling CommunicationWebsitePortfolioProjectApi->communication_websites_website_id_portfolio_projects_get: #{e}"
|
|
740
|
+
end
|
|
741
|
+
# Setup authorization
|
|
742
|
+
OsunyApi.configure do |config|
|
|
743
|
+
# Configure API key authorization: api_key
|
|
744
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
745
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
746
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
747
|
+
end
|
|
748
|
+
|
|
749
|
+
api_instance = OsunyApi::CommunicationWebsitePortfolioProjectApi.new
|
|
750
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
751
|
+
id = 'id_example' # String | Project identifier
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
begin
|
|
755
|
+
#Deletes a project
|
|
756
|
+
api_instance.communication_websites_website_id_portfolio_projects_id_delete(website_id, id)
|
|
757
|
+
rescue OsunyApi::ApiError => e
|
|
758
|
+
puts "Exception when calling CommunicationWebsitePortfolioProjectApi->communication_websites_website_id_portfolio_projects_id_delete: #{e}"
|
|
759
|
+
end
|
|
760
|
+
# Setup authorization
|
|
761
|
+
OsunyApi.configure do |config|
|
|
762
|
+
# Configure API key authorization: api_key
|
|
763
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
764
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
765
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
766
|
+
end
|
|
767
|
+
|
|
768
|
+
api_instance = OsunyApi::CommunicationWebsitePortfolioProjectApi.new
|
|
769
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
770
|
+
id = 'id_example' # String | Project identifier
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
begin
|
|
774
|
+
#Shows a project
|
|
775
|
+
api_instance.communication_websites_website_id_portfolio_projects_id_get(website_id, id)
|
|
776
|
+
rescue OsunyApi::ApiError => e
|
|
777
|
+
puts "Exception when calling CommunicationWebsitePortfolioProjectApi->communication_websites_website_id_portfolio_projects_id_get: #{e}"
|
|
778
|
+
end
|
|
779
|
+
# Setup authorization
|
|
780
|
+
OsunyApi.configure do |config|
|
|
781
|
+
# Configure API key authorization: api_key
|
|
782
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
783
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
784
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
785
|
+
end
|
|
786
|
+
|
|
787
|
+
api_instance = OsunyApi::CommunicationWebsitePortfolioProjectApi.new
|
|
788
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
789
|
+
id = 'id_example' # String | Project identifier
|
|
790
|
+
opts = {
|
|
791
|
+
body: OsunyApi::ProjectsIdBody.new # ProjectsIdBody |
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
begin
|
|
795
|
+
#Updates a project
|
|
796
|
+
api_instance.communication_websites_website_id_portfolio_projects_id_patch(website_id, id, opts)
|
|
797
|
+
rescue OsunyApi::ApiError => e
|
|
798
|
+
puts "Exception when calling CommunicationWebsitePortfolioProjectApi->communication_websites_website_id_portfolio_projects_id_patch: #{e}"
|
|
799
|
+
end
|
|
800
|
+
# Setup authorization
|
|
801
|
+
OsunyApi.configure do |config|
|
|
802
|
+
# Configure API key authorization: api_key
|
|
803
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
804
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
805
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
806
|
+
end
|
|
807
|
+
|
|
808
|
+
api_instance = OsunyApi::CommunicationWebsitePortfolioProjectApi.new
|
|
809
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
810
|
+
opts = {
|
|
811
|
+
body: OsunyApi::PortfolioProjectsBody.new # PortfolioProjectsBody |
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
begin
|
|
815
|
+
#Creates a project
|
|
816
|
+
api_instance.communication_websites_website_id_portfolio_projects_post(website_id, opts)
|
|
817
|
+
rescue OsunyApi::ApiError => e
|
|
818
|
+
puts "Exception when calling CommunicationWebsitePortfolioProjectApi->communication_websites_website_id_portfolio_projects_post: #{e}"
|
|
819
|
+
end
|
|
820
|
+
# Setup authorization
|
|
821
|
+
OsunyApi.configure do |config|
|
|
822
|
+
# Configure API key authorization: api_key
|
|
823
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
824
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
825
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
826
|
+
end
|
|
827
|
+
|
|
828
|
+
api_instance = OsunyApi::CommunicationWebsitePortfolioProjectApi.new
|
|
571
829
|
website_id = 'website_id_example' # String | Website identifier
|
|
830
|
+
opts = {
|
|
831
|
+
body: OsunyApi::ProjectsUpsertBody.new # ProjectsUpsertBody |
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
begin
|
|
835
|
+
#Upsert projects
|
|
836
|
+
api_instance.communication_websites_website_id_portfolio_projects_upsert_post(website_id, opts)
|
|
837
|
+
rescue OsunyApi::ApiError => e
|
|
838
|
+
puts "Exception when calling CommunicationWebsitePortfolioProjectApi->communication_websites_website_id_portfolio_projects_upsert_post: #{e}"
|
|
839
|
+
end
|
|
840
|
+
# Setup authorization
|
|
841
|
+
OsunyApi.configure do |config|
|
|
842
|
+
# Configure API key authorization: api_key
|
|
843
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
844
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
845
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
846
|
+
end
|
|
572
847
|
|
|
848
|
+
api_instance = OsunyApi::CommunicationWebsitePostApi.new
|
|
849
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
850
|
+
opts = {
|
|
851
|
+
page_num: 1, # Integer | Page number
|
|
852
|
+
per_page: 10000 # Integer | Number of items per page
|
|
853
|
+
}
|
|
573
854
|
|
|
574
855
|
begin
|
|
575
856
|
#Lists a website's posts
|
|
576
|
-
result = api_instance.communication_websites_website_id_posts_get(website_id)
|
|
857
|
+
result = api_instance.communication_websites_website_id_posts_get(website_id, opts)
|
|
577
858
|
p result
|
|
578
859
|
rescue OsunyApi::ApiError => e
|
|
579
860
|
puts "Exception when calling CommunicationWebsitePostApi->communication_websites_website_id_posts_get: #{e}"
|
|
@@ -627,8 +908,8 @@ end
|
|
|
627
908
|
api_instance = OsunyApi::CommunicationWebsitePostApi.new
|
|
628
909
|
website_id = 'website_id_example' # String | Website identifier
|
|
629
910
|
id = 'id_example' # String | Post identifier
|
|
630
|
-
opts = {
|
|
631
|
-
body: OsunyApi::PostsIdBody.new # PostsIdBody |
|
|
911
|
+
opts = {
|
|
912
|
+
body: OsunyApi::PostsIdBody.new # PostsIdBody |
|
|
632
913
|
}
|
|
633
914
|
|
|
634
915
|
begin
|
|
@@ -647,8 +928,8 @@ end
|
|
|
647
928
|
|
|
648
929
|
api_instance = OsunyApi::CommunicationWebsitePostApi.new
|
|
649
930
|
website_id = 'website_id_example' # String | Website identifier
|
|
650
|
-
opts = {
|
|
651
|
-
body: OsunyApi::WebsiteIdPostsBody.new # WebsiteIdPostsBody |
|
|
931
|
+
opts = {
|
|
932
|
+
body: OsunyApi::WebsiteIdPostsBody.new # WebsiteIdPostsBody |
|
|
652
933
|
}
|
|
653
934
|
|
|
654
935
|
begin
|
|
@@ -667,8 +948,8 @@ end
|
|
|
667
948
|
|
|
668
949
|
api_instance = OsunyApi::CommunicationWebsitePostApi.new
|
|
669
950
|
website_id = 'website_id_example' # String | Website identifier
|
|
670
|
-
opts = {
|
|
671
|
-
body: OsunyApi::PostsUpsertBody.new # PostsUpsertBody |
|
|
951
|
+
opts = {
|
|
952
|
+
body: OsunyApi::PostsUpsertBody.new # PostsUpsertBody |
|
|
672
953
|
}
|
|
673
954
|
|
|
674
955
|
begin
|
|
@@ -685,11 +966,136 @@ OsunyApi.configure do |config|
|
|
|
685
966
|
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
686
967
|
end
|
|
687
968
|
|
|
969
|
+
api_instance = OsunyApi::CommunicationWebsitePostCategoryApi.new
|
|
970
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
971
|
+
opts = {
|
|
972
|
+
page_num: 1, # Integer | Page number
|
|
973
|
+
per_page: 10000 # Integer | Number of items per page
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
begin
|
|
977
|
+
#Lists a website's post categories
|
|
978
|
+
result = api_instance.communication_websites_website_id_posts_categories_get(website_id, opts)
|
|
979
|
+
p result
|
|
980
|
+
rescue OsunyApi::ApiError => e
|
|
981
|
+
puts "Exception when calling CommunicationWebsitePostCategoryApi->communication_websites_website_id_posts_categories_get: #{e}"
|
|
982
|
+
end
|
|
983
|
+
# Setup authorization
|
|
984
|
+
OsunyApi.configure do |config|
|
|
985
|
+
# Configure API key authorization: api_key
|
|
986
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
987
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
988
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
989
|
+
end
|
|
990
|
+
|
|
991
|
+
api_instance = OsunyApi::CommunicationWebsitePostCategoryApi.new
|
|
992
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
993
|
+
id = 'id_example' # String | Category identifier
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
begin
|
|
997
|
+
#Deletes a post category
|
|
998
|
+
api_instance.communication_websites_website_id_posts_categories_id_delete(website_id, id)
|
|
999
|
+
rescue OsunyApi::ApiError => e
|
|
1000
|
+
puts "Exception when calling CommunicationWebsitePostCategoryApi->communication_websites_website_id_posts_categories_id_delete: #{e}"
|
|
1001
|
+
end
|
|
1002
|
+
# Setup authorization
|
|
1003
|
+
OsunyApi.configure do |config|
|
|
1004
|
+
# Configure API key authorization: api_key
|
|
1005
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
1006
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1007
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
1008
|
+
end
|
|
1009
|
+
|
|
1010
|
+
api_instance = OsunyApi::CommunicationWebsitePostCategoryApi.new
|
|
1011
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
1012
|
+
id = 'id_example' # String | Category identifier
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
begin
|
|
1016
|
+
#Shows a post category
|
|
1017
|
+
api_instance.communication_websites_website_id_posts_categories_id_get(website_id, id)
|
|
1018
|
+
rescue OsunyApi::ApiError => e
|
|
1019
|
+
puts "Exception when calling CommunicationWebsitePostCategoryApi->communication_websites_website_id_posts_categories_id_get: #{e}"
|
|
1020
|
+
end
|
|
1021
|
+
# Setup authorization
|
|
1022
|
+
OsunyApi.configure do |config|
|
|
1023
|
+
# Configure API key authorization: api_key
|
|
1024
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
1025
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1026
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
1027
|
+
end
|
|
1028
|
+
|
|
1029
|
+
api_instance = OsunyApi::CommunicationWebsitePostCategoryApi.new
|
|
1030
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
1031
|
+
id = 'id_example' # String | Category identifier
|
|
1032
|
+
opts = {
|
|
1033
|
+
body: OsunyApi::CategoriesIdBody3.new # CategoriesIdBody3 |
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
begin
|
|
1037
|
+
#Updates a post category
|
|
1038
|
+
api_instance.communication_websites_website_id_posts_categories_id_patch(website_id, id, opts)
|
|
1039
|
+
rescue OsunyApi::ApiError => e
|
|
1040
|
+
puts "Exception when calling CommunicationWebsitePostCategoryApi->communication_websites_website_id_posts_categories_id_patch: #{e}"
|
|
1041
|
+
end
|
|
1042
|
+
# Setup authorization
|
|
1043
|
+
OsunyApi.configure do |config|
|
|
1044
|
+
# Configure API key authorization: api_key
|
|
1045
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
1046
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1047
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
1048
|
+
end
|
|
1049
|
+
|
|
1050
|
+
api_instance = OsunyApi::CommunicationWebsitePostCategoryApi.new
|
|
1051
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
1052
|
+
opts = {
|
|
1053
|
+
body: OsunyApi::PostsCategoriesBody.new # PostsCategoriesBody |
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
begin
|
|
1057
|
+
#Creates a post category
|
|
1058
|
+
api_instance.communication_websites_website_id_posts_categories_post(website_id, opts)
|
|
1059
|
+
rescue OsunyApi::ApiError => e
|
|
1060
|
+
puts "Exception when calling CommunicationWebsitePostCategoryApi->communication_websites_website_id_posts_categories_post: #{e}"
|
|
1061
|
+
end
|
|
1062
|
+
# Setup authorization
|
|
1063
|
+
OsunyApi.configure do |config|
|
|
1064
|
+
# Configure API key authorization: api_key
|
|
1065
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
1066
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1067
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
1068
|
+
end
|
|
1069
|
+
|
|
1070
|
+
api_instance = OsunyApi::CommunicationWebsitePostCategoryApi.new
|
|
1071
|
+
website_id = 'website_id_example' # String | Website identifier
|
|
1072
|
+
opts = {
|
|
1073
|
+
body: OsunyApi::CategoriesUpsertBody3.new # CategoriesUpsertBody3 |
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
begin
|
|
1077
|
+
#Upsert post categories
|
|
1078
|
+
api_instance.communication_websites_website_id_posts_categories_upsert_post(website_id, opts)
|
|
1079
|
+
rescue OsunyApi::ApiError => e
|
|
1080
|
+
puts "Exception when calling CommunicationWebsitePostCategoryApi->communication_websites_website_id_posts_categories_upsert_post: #{e}"
|
|
1081
|
+
end
|
|
1082
|
+
# Setup authorization
|
|
1083
|
+
OsunyApi.configure do |config|
|
|
1084
|
+
# Configure API key authorization: api_key
|
|
1085
|
+
config.api_key['X-Osuny-Token'] = 'YOUR API KEY'
|
|
1086
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1087
|
+
#config.api_key_prefix['X-Osuny-Token'] = 'Bearer'
|
|
1088
|
+
end
|
|
1089
|
+
|
|
688
1090
|
api_instance = OsunyApi::UniversityOrganizationApi.new
|
|
1091
|
+
opts = {
|
|
1092
|
+
page_num: 1, # Integer | Page number
|
|
1093
|
+
per_page: 10000 # Integer | Number of items per page
|
|
1094
|
+
}
|
|
689
1095
|
|
|
690
1096
|
begin
|
|
691
1097
|
#Lists organizations
|
|
692
|
-
result = api_instance.university_organizations_get
|
|
1098
|
+
result = api_instance.university_organizations_get(opts)
|
|
693
1099
|
p result
|
|
694
1100
|
rescue OsunyApi::ApiError => e
|
|
695
1101
|
puts "Exception when calling UniversityOrganizationApi->university_organizations_get: #{e}"
|
|
@@ -740,8 +1146,8 @@ end
|
|
|
740
1146
|
|
|
741
1147
|
api_instance = OsunyApi::UniversityOrganizationApi.new
|
|
742
1148
|
id = 'id_example' # String | Organization identifier
|
|
743
|
-
opts = {
|
|
744
|
-
body: OsunyApi::OrganizationsIdBody.new # OrganizationsIdBody |
|
|
1149
|
+
opts = {
|
|
1150
|
+
body: OsunyApi::OrganizationsIdBody.new # OrganizationsIdBody |
|
|
745
1151
|
}
|
|
746
1152
|
|
|
747
1153
|
begin
|
|
@@ -759,8 +1165,8 @@ OsunyApi.configure do |config|
|
|
|
759
1165
|
end
|
|
760
1166
|
|
|
761
1167
|
api_instance = OsunyApi::UniversityOrganizationApi.new
|
|
762
|
-
opts = {
|
|
763
|
-
body: OsunyApi::UniversityOrganizationsBody.new # UniversityOrganizationsBody |
|
|
1168
|
+
opts = {
|
|
1169
|
+
body: OsunyApi::UniversityOrganizationsBody.new # UniversityOrganizationsBody |
|
|
764
1170
|
}
|
|
765
1171
|
|
|
766
1172
|
begin
|
|
@@ -778,8 +1184,8 @@ OsunyApi.configure do |config|
|
|
|
778
1184
|
end
|
|
779
1185
|
|
|
780
1186
|
api_instance = OsunyApi::UniversityOrganizationApi.new
|
|
781
|
-
opts = {
|
|
782
|
-
body: OsunyApi::OrganizationsUpsertBody.new # OrganizationsUpsertBody |
|
|
1187
|
+
opts = {
|
|
1188
|
+
body: OsunyApi::OrganizationsUpsertBody.new # OrganizationsUpsertBody |
|
|
783
1189
|
}
|
|
784
1190
|
|
|
785
1191
|
begin
|
|
@@ -797,10 +1203,14 @@ OsunyApi.configure do |config|
|
|
|
797
1203
|
end
|
|
798
1204
|
|
|
799
1205
|
api_instance = OsunyApi::UniversityOrganizationCategoryApi.new
|
|
1206
|
+
opts = {
|
|
1207
|
+
page_num: 1, # Integer | Page number
|
|
1208
|
+
per_page: 10000 # Integer | Number of items per page
|
|
1209
|
+
}
|
|
800
1210
|
|
|
801
1211
|
begin
|
|
802
1212
|
#Lists organization categories
|
|
803
|
-
result = api_instance.university_organizations_categories_get
|
|
1213
|
+
result = api_instance.university_organizations_categories_get(opts)
|
|
804
1214
|
p result
|
|
805
1215
|
rescue OsunyApi::ApiError => e
|
|
806
1216
|
puts "Exception when calling UniversityOrganizationCategoryApi->university_organizations_categories_get: #{e}"
|
|
@@ -851,8 +1261,8 @@ end
|
|
|
851
1261
|
|
|
852
1262
|
api_instance = OsunyApi::UniversityOrganizationCategoryApi.new
|
|
853
1263
|
id = 'id_example' # String | Category identifier
|
|
854
|
-
opts = {
|
|
855
|
-
body: OsunyApi::
|
|
1264
|
+
opts = {
|
|
1265
|
+
body: OsunyApi::CategoriesIdBody4.new # CategoriesIdBody4 |
|
|
856
1266
|
}
|
|
857
1267
|
|
|
858
1268
|
begin
|
|
@@ -870,8 +1280,8 @@ OsunyApi.configure do |config|
|
|
|
870
1280
|
end
|
|
871
1281
|
|
|
872
1282
|
api_instance = OsunyApi::UniversityOrganizationCategoryApi.new
|
|
873
|
-
opts = {
|
|
874
|
-
body: OsunyApi::OrganizationsCategoriesBody.new # OrganizationsCategoriesBody |
|
|
1283
|
+
opts = {
|
|
1284
|
+
body: OsunyApi::OrganizationsCategoriesBody.new # OrganizationsCategoriesBody |
|
|
875
1285
|
}
|
|
876
1286
|
|
|
877
1287
|
begin
|
|
@@ -889,8 +1299,8 @@ OsunyApi.configure do |config|
|
|
|
889
1299
|
end
|
|
890
1300
|
|
|
891
1301
|
api_instance = OsunyApi::UniversityOrganizationCategoryApi.new
|
|
892
|
-
opts = {
|
|
893
|
-
body: OsunyApi::
|
|
1302
|
+
opts = {
|
|
1303
|
+
body: OsunyApi::CategoriesUpsertBody4.new # CategoriesUpsertBody4 |
|
|
894
1304
|
}
|
|
895
1305
|
|
|
896
1306
|
begin
|
|
@@ -921,6 +1331,7 @@ Class | Method | HTTP request | Description
|
|
|
921
1331
|
*OsunyApi::CommunicationWebsiteAgendaEventApi* | [**communication_websites_website_id_agenda_events_id_patch**](docs/CommunicationWebsiteAgendaEventApi.md#communication_websites_website_id_agenda_events_id_patch) | **PATCH** /communication/websites/{website_id}/agenda/events/{id} | Updates an event
|
|
922
1332
|
*OsunyApi::CommunicationWebsiteAgendaEventApi* | [**communication_websites_website_id_agenda_events_post**](docs/CommunicationWebsiteAgendaEventApi.md#communication_websites_website_id_agenda_events_post) | **POST** /communication/websites/{website_id}/agenda/events | Creates an event
|
|
923
1333
|
*OsunyApi::CommunicationWebsiteAgendaEventApi* | [**communication_websites_website_id_agenda_events_upsert_post**](docs/CommunicationWebsiteAgendaEventApi.md#communication_websites_website_id_agenda_events_upsert_post) | **POST** /communication/websites/{website_id}/agenda/events/upsert | Upsert events
|
|
1334
|
+
*OsunyApi::CommunicationWebsiteMediaApi* | [**communication_medias_post**](docs/CommunicationWebsiteMediaApi.md#communication_medias_post) | **POST** /communication/medias | Create a media
|
|
924
1335
|
*OsunyApi::CommunicationWebsitePageApi* | [**communication_websites_website_id_pages_get**](docs/CommunicationWebsitePageApi.md#communication_websites_website_id_pages_get) | **GET** /communication/websites/{website_id}/pages | Lists a website's pages
|
|
925
1336
|
*OsunyApi::CommunicationWebsitePageApi* | [**communication_websites_website_id_pages_id_delete**](docs/CommunicationWebsitePageApi.md#communication_websites_website_id_pages_id_delete) | **DELETE** /communication/websites/{website_id}/pages/{id} | Deletes a page
|
|
926
1337
|
*OsunyApi::CommunicationWebsitePageApi* | [**communication_websites_website_id_pages_id_get**](docs/CommunicationWebsitePageApi.md#communication_websites_website_id_pages_id_get) | **GET** /communication/websites/{website_id}/pages/{id} | Shows a page
|
|
@@ -933,12 +1344,30 @@ Class | Method | HTTP request | Description
|
|
|
933
1344
|
*OsunyApi::CommunicationWebsitePageCategoryApi* | [**communication_websites_website_id_pages_categories_id_patch**](docs/CommunicationWebsitePageCategoryApi.md#communication_websites_website_id_pages_categories_id_patch) | **PATCH** /communication/websites/{website_id}/pages/categories/{id} | Updates a page category
|
|
934
1345
|
*OsunyApi::CommunicationWebsitePageCategoryApi* | [**communication_websites_website_id_pages_categories_post**](docs/CommunicationWebsitePageCategoryApi.md#communication_websites_website_id_pages_categories_post) | **POST** /communication/websites/{website_id}/pages/categories | Creates a page category
|
|
935
1346
|
*OsunyApi::CommunicationWebsitePageCategoryApi* | [**communication_websites_website_id_pages_categories_upsert_post**](docs/CommunicationWebsitePageCategoryApi.md#communication_websites_website_id_pages_categories_upsert_post) | **POST** /communication/websites/{website_id}/pages/categories/upsert | Upsert page categories
|
|
1347
|
+
*OsunyApi::CommunicationWebsitePortfolioCategoryApi* | [**communication_websites_website_id_portfolio_categories_get**](docs/CommunicationWebsitePortfolioCategoryApi.md#communication_websites_website_id_portfolio_categories_get) | **GET** /communication/websites/{website_id}/portfolio/categories | Lists a website's portfolio categories
|
|
1348
|
+
*OsunyApi::CommunicationWebsitePortfolioCategoryApi* | [**communication_websites_website_id_portfolio_categories_id_delete**](docs/CommunicationWebsitePortfolioCategoryApi.md#communication_websites_website_id_portfolio_categories_id_delete) | **DELETE** /communication/websites/{website_id}/portfolio/categories/{id} | Deletes a portfolio category
|
|
1349
|
+
*OsunyApi::CommunicationWebsitePortfolioCategoryApi* | [**communication_websites_website_id_portfolio_categories_id_get**](docs/CommunicationWebsitePortfolioCategoryApi.md#communication_websites_website_id_portfolio_categories_id_get) | **GET** /communication/websites/{website_id}/portfolio/categories/{id} | Shows a portfolio category
|
|
1350
|
+
*OsunyApi::CommunicationWebsitePortfolioCategoryApi* | [**communication_websites_website_id_portfolio_categories_id_patch**](docs/CommunicationWebsitePortfolioCategoryApi.md#communication_websites_website_id_portfolio_categories_id_patch) | **PATCH** /communication/websites/{website_id}/portfolio/categories/{id} | Updates a portfolio category
|
|
1351
|
+
*OsunyApi::CommunicationWebsitePortfolioCategoryApi* | [**communication_websites_website_id_portfolio_categories_post**](docs/CommunicationWebsitePortfolioCategoryApi.md#communication_websites_website_id_portfolio_categories_post) | **POST** /communication/websites/{website_id}/portfolio/categories | Creates a portfolio category
|
|
1352
|
+
*OsunyApi::CommunicationWebsitePortfolioCategoryApi* | [**communication_websites_website_id_portfolio_categories_upsert_post**](docs/CommunicationWebsitePortfolioCategoryApi.md#communication_websites_website_id_portfolio_categories_upsert_post) | **POST** /communication/websites/{website_id}/portfolio/categories/upsert | Upsert portfolio categories
|
|
1353
|
+
*OsunyApi::CommunicationWebsitePortfolioProjectApi* | [**communication_websites_website_id_portfolio_projects_get**](docs/CommunicationWebsitePortfolioProjectApi.md#communication_websites_website_id_portfolio_projects_get) | **GET** /communication/websites/{website_id}/portfolio/projects | Lists a website's projects
|
|
1354
|
+
*OsunyApi::CommunicationWebsitePortfolioProjectApi* | [**communication_websites_website_id_portfolio_projects_id_delete**](docs/CommunicationWebsitePortfolioProjectApi.md#communication_websites_website_id_portfolio_projects_id_delete) | **DELETE** /communication/websites/{website_id}/portfolio/projects/{id} | Deletes a project
|
|
1355
|
+
*OsunyApi::CommunicationWebsitePortfolioProjectApi* | [**communication_websites_website_id_portfolio_projects_id_get**](docs/CommunicationWebsitePortfolioProjectApi.md#communication_websites_website_id_portfolio_projects_id_get) | **GET** /communication/websites/{website_id}/portfolio/projects/{id} | Shows a project
|
|
1356
|
+
*OsunyApi::CommunicationWebsitePortfolioProjectApi* | [**communication_websites_website_id_portfolio_projects_id_patch**](docs/CommunicationWebsitePortfolioProjectApi.md#communication_websites_website_id_portfolio_projects_id_patch) | **PATCH** /communication/websites/{website_id}/portfolio/projects/{id} | Updates a project
|
|
1357
|
+
*OsunyApi::CommunicationWebsitePortfolioProjectApi* | [**communication_websites_website_id_portfolio_projects_post**](docs/CommunicationWebsitePortfolioProjectApi.md#communication_websites_website_id_portfolio_projects_post) | **POST** /communication/websites/{website_id}/portfolio/projects | Creates a project
|
|
1358
|
+
*OsunyApi::CommunicationWebsitePortfolioProjectApi* | [**communication_websites_website_id_portfolio_projects_upsert_post**](docs/CommunicationWebsitePortfolioProjectApi.md#communication_websites_website_id_portfolio_projects_upsert_post) | **POST** /communication/websites/{website_id}/portfolio/projects/upsert | Upsert projects
|
|
936
1359
|
*OsunyApi::CommunicationWebsitePostApi* | [**communication_websites_website_id_posts_get**](docs/CommunicationWebsitePostApi.md#communication_websites_website_id_posts_get) | **GET** /communication/websites/{website_id}/posts | Lists a website's posts
|
|
937
1360
|
*OsunyApi::CommunicationWebsitePostApi* | [**communication_websites_website_id_posts_id_delete**](docs/CommunicationWebsitePostApi.md#communication_websites_website_id_posts_id_delete) | **DELETE** /communication/websites/{website_id}/posts/{id} | Deletes a post
|
|
938
1361
|
*OsunyApi::CommunicationWebsitePostApi* | [**communication_websites_website_id_posts_id_get**](docs/CommunicationWebsitePostApi.md#communication_websites_website_id_posts_id_get) | **GET** /communication/websites/{website_id}/posts/{id} | Shows a post
|
|
939
1362
|
*OsunyApi::CommunicationWebsitePostApi* | [**communication_websites_website_id_posts_id_patch**](docs/CommunicationWebsitePostApi.md#communication_websites_website_id_posts_id_patch) | **PATCH** /communication/websites/{website_id}/posts/{id} | Updates a post
|
|
940
1363
|
*OsunyApi::CommunicationWebsitePostApi* | [**communication_websites_website_id_posts_post**](docs/CommunicationWebsitePostApi.md#communication_websites_website_id_posts_post) | **POST** /communication/websites/{website_id}/posts | Creates a post
|
|
941
1364
|
*OsunyApi::CommunicationWebsitePostApi* | [**communication_websites_website_id_posts_upsert_post**](docs/CommunicationWebsitePostApi.md#communication_websites_website_id_posts_upsert_post) | **POST** /communication/websites/{website_id}/posts/upsert | Upsert posts
|
|
1365
|
+
*OsunyApi::CommunicationWebsitePostCategoryApi* | [**communication_websites_website_id_posts_categories_get**](docs/CommunicationWebsitePostCategoryApi.md#communication_websites_website_id_posts_categories_get) | **GET** /communication/websites/{website_id}/posts/categories | Lists a website's post categories
|
|
1366
|
+
*OsunyApi::CommunicationWebsitePostCategoryApi* | [**communication_websites_website_id_posts_categories_id_delete**](docs/CommunicationWebsitePostCategoryApi.md#communication_websites_website_id_posts_categories_id_delete) | **DELETE** /communication/websites/{website_id}/posts/categories/{id} | Deletes a post category
|
|
1367
|
+
*OsunyApi::CommunicationWebsitePostCategoryApi* | [**communication_websites_website_id_posts_categories_id_get**](docs/CommunicationWebsitePostCategoryApi.md#communication_websites_website_id_posts_categories_id_get) | **GET** /communication/websites/{website_id}/posts/categories/{id} | Shows a post category
|
|
1368
|
+
*OsunyApi::CommunicationWebsitePostCategoryApi* | [**communication_websites_website_id_posts_categories_id_patch**](docs/CommunicationWebsitePostCategoryApi.md#communication_websites_website_id_posts_categories_id_patch) | **PATCH** /communication/websites/{website_id}/posts/categories/{id} | Updates a post category
|
|
1369
|
+
*OsunyApi::CommunicationWebsitePostCategoryApi* | [**communication_websites_website_id_posts_categories_post**](docs/CommunicationWebsitePostCategoryApi.md#communication_websites_website_id_posts_categories_post) | **POST** /communication/websites/{website_id}/posts/categories | Creates a post category
|
|
1370
|
+
*OsunyApi::CommunicationWebsitePostCategoryApi* | [**communication_websites_website_id_posts_categories_upsert_post**](docs/CommunicationWebsitePostCategoryApi.md#communication_websites_website_id_posts_categories_upsert_post) | **POST** /communication/websites/{website_id}/posts/categories/upsert | Upsert post categories
|
|
942
1371
|
*OsunyApi::UniversityOrganizationApi* | [**university_organizations_get**](docs/UniversityOrganizationApi.md#university_organizations_get) | **GET** /university/organizations | Lists organizations
|
|
943
1372
|
*OsunyApi::UniversityOrganizationApi* | [**university_organizations_id_delete**](docs/UniversityOrganizationApi.md#university_organizations_id_delete) | **DELETE** /university/organizations/{id} | Deletes an organization
|
|
944
1373
|
*OsunyApi::UniversityOrganizationApi* | [**university_organizations_id_get**](docs/UniversityOrganizationApi.md#university_organizations_id_get) | **GET** /university/organizations/{id} | Shows an organization
|
|
@@ -959,20 +1388,24 @@ Class | Method | HTTP request | Description
|
|
|
959
1388
|
- [OsunyApi::CategoriesIdBody](docs/CategoriesIdBody.md)
|
|
960
1389
|
- [OsunyApi::CategoriesIdBody1](docs/CategoriesIdBody1.md)
|
|
961
1390
|
- [OsunyApi::CategoriesIdBody2](docs/CategoriesIdBody2.md)
|
|
1391
|
+
- [OsunyApi::CategoriesIdBody3](docs/CategoriesIdBody3.md)
|
|
1392
|
+
- [OsunyApi::CategoriesIdBody4](docs/CategoriesIdBody4.md)
|
|
962
1393
|
- [OsunyApi::CategoriesUpsertBody](docs/CategoriesUpsertBody.md)
|
|
963
1394
|
- [OsunyApi::CategoriesUpsertBody1](docs/CategoriesUpsertBody1.md)
|
|
964
1395
|
- [OsunyApi::CategoriesUpsertBody2](docs/CategoriesUpsertBody2.md)
|
|
1396
|
+
- [OsunyApi::CategoriesUpsertBody3](docs/CategoriesUpsertBody3.md)
|
|
1397
|
+
- [OsunyApi::CategoriesUpsertBody4](docs/CategoriesUpsertBody4.md)
|
|
965
1398
|
- [OsunyApi::CommunicationBlockAgenda](docs/CommunicationBlockAgenda.md)
|
|
966
1399
|
- [OsunyApi::CommunicationBlockAgendaData](docs/CommunicationBlockAgendaData.md)
|
|
967
1400
|
- [OsunyApi::CommunicationBlockAgendaDataElements](docs/CommunicationBlockAgendaDataElements.md)
|
|
968
1401
|
- [OsunyApi::CommunicationBlockCallToAction](docs/CommunicationBlockCallToAction.md)
|
|
969
1402
|
- [OsunyApi::CommunicationBlockCallToActionData](docs/CommunicationBlockCallToActionData.md)
|
|
970
1403
|
- [OsunyApi::CommunicationBlockCallToActionDataElements](docs/CommunicationBlockCallToActionDataElements.md)
|
|
971
|
-
- [OsunyApi::CommunicationBlockCallToActionDataImage](docs/CommunicationBlockCallToActionDataImage.md)
|
|
972
1404
|
- [OsunyApi::CommunicationBlockCategories](docs/CommunicationBlockCategories.md)
|
|
973
1405
|
- [OsunyApi::CommunicationBlockCategoriesData](docs/CommunicationBlockCategoriesData.md)
|
|
974
1406
|
- [OsunyApi::CommunicationBlockChapter](docs/CommunicationBlockChapter.md)
|
|
975
1407
|
- [OsunyApi::CommunicationBlockChapterData](docs/CommunicationBlockChapterData.md)
|
|
1408
|
+
- [OsunyApi::CommunicationBlockChapterDataImage](docs/CommunicationBlockChapterDataImage.md)
|
|
976
1409
|
- [OsunyApi::CommunicationBlockContact](docs/CommunicationBlockContact.md)
|
|
977
1410
|
- [OsunyApi::CommunicationBlockContactData](docs/CommunicationBlockContactData.md)
|
|
978
1411
|
- [OsunyApi::CommunicationBlockContactDataElements](docs/CommunicationBlockContactDataElements.md)
|
|
@@ -985,6 +1418,8 @@ Class | Method | HTTP request | Description
|
|
|
985
1418
|
- [OsunyApi::CommunicationBlockDefinitionsDataElements](docs/CommunicationBlockDefinitionsDataElements.md)
|
|
986
1419
|
- [OsunyApi::CommunicationBlockEmbed](docs/CommunicationBlockEmbed.md)
|
|
987
1420
|
- [OsunyApi::CommunicationBlockEmbedData](docs/CommunicationBlockEmbedData.md)
|
|
1421
|
+
- [OsunyApi::CommunicationBlockExhibitions](docs/CommunicationBlockExhibitions.md)
|
|
1422
|
+
- [OsunyApi::CommunicationBlockExhibitionsData](docs/CommunicationBlockExhibitionsData.md)
|
|
988
1423
|
- [OsunyApi::CommunicationBlockFeatures](docs/CommunicationBlockFeatures.md)
|
|
989
1424
|
- [OsunyApi::CommunicationBlockFeaturesData](docs/CommunicationBlockFeaturesData.md)
|
|
990
1425
|
- [OsunyApi::CommunicationBlockFeaturesDataElements](docs/CommunicationBlockFeaturesDataElements.md)
|
|
@@ -996,6 +1431,8 @@ Class | Method | HTTP request | Description
|
|
|
996
1431
|
- [OsunyApi::CommunicationBlockGalleryDataElements](docs/CommunicationBlockGalleryDataElements.md)
|
|
997
1432
|
- [OsunyApi::CommunicationBlockImage](docs/CommunicationBlockImage.md)
|
|
998
1433
|
- [OsunyApi::CommunicationBlockImageData](docs/CommunicationBlockImageData.md)
|
|
1434
|
+
- [OsunyApi::CommunicationBlockJobs](docs/CommunicationBlockJobs.md)
|
|
1435
|
+
- [OsunyApi::CommunicationBlockJobsData](docs/CommunicationBlockJobsData.md)
|
|
999
1436
|
- [OsunyApi::CommunicationBlockKeyFigures](docs/CommunicationBlockKeyFigures.md)
|
|
1000
1437
|
- [OsunyApi::CommunicationBlockKeyFiguresData](docs/CommunicationBlockKeyFiguresData.md)
|
|
1001
1438
|
- [OsunyApi::CommunicationBlockKeyFiguresDataElements](docs/CommunicationBlockKeyFiguresDataElements.md)
|
|
@@ -1006,7 +1443,6 @@ Class | Method | HTTP request | Description
|
|
|
1006
1443
|
- [OsunyApi::CommunicationBlockLinksDataElements](docs/CommunicationBlockLinksDataElements.md)
|
|
1007
1444
|
- [OsunyApi::CommunicationBlockLocations](docs/CommunicationBlockLocations.md)
|
|
1008
1445
|
- [OsunyApi::CommunicationBlockLocationsData](docs/CommunicationBlockLocationsData.md)
|
|
1009
|
-
- [OsunyApi::CommunicationBlockLocationsDataElements](docs/CommunicationBlockLocationsDataElements.md)
|
|
1010
1446
|
- [OsunyApi::CommunicationBlockOrganizations](docs/CommunicationBlockOrganizations.md)
|
|
1011
1447
|
- [OsunyApi::CommunicationBlockOrganizationsData](docs/CommunicationBlockOrganizationsData.md)
|
|
1012
1448
|
- [OsunyApi::CommunicationBlockOrganizationsDataElements](docs/CommunicationBlockOrganizationsDataElements.md)
|
|
@@ -1021,6 +1457,7 @@ Class | Method | HTTP request | Description
|
|
|
1021
1457
|
- [OsunyApi::CommunicationBlockPostsData](docs/CommunicationBlockPostsData.md)
|
|
1022
1458
|
- [OsunyApi::CommunicationBlockPrograms](docs/CommunicationBlockPrograms.md)
|
|
1023
1459
|
- [OsunyApi::CommunicationBlockProgramsData](docs/CommunicationBlockProgramsData.md)
|
|
1460
|
+
- [OsunyApi::CommunicationBlockProgramsDataElements](docs/CommunicationBlockProgramsDataElements.md)
|
|
1024
1461
|
- [OsunyApi::CommunicationBlockProjects](docs/CommunicationBlockProjects.md)
|
|
1025
1462
|
- [OsunyApi::CommunicationBlockProjectsData](docs/CommunicationBlockProjectsData.md)
|
|
1026
1463
|
- [OsunyApi::CommunicationBlockSound](docs/CommunicationBlockSound.md)
|
|
@@ -1036,6 +1473,10 @@ Class | Method | HTTP request | Description
|
|
|
1036
1473
|
- [OsunyApi::CommunicationBlockVideo](docs/CommunicationBlockVideo.md)
|
|
1037
1474
|
- [OsunyApi::CommunicationBlockVideoData](docs/CommunicationBlockVideoData.md)
|
|
1038
1475
|
- [OsunyApi::CommunicationBlockVolumes](docs/CommunicationBlockVolumes.md)
|
|
1476
|
+
- [OsunyApi::CommunicationMedia](docs/CommunicationMedia.md)
|
|
1477
|
+
- [OsunyApi::CommunicationMediaLocalization](docs/CommunicationMediaLocalization.md)
|
|
1478
|
+
- [OsunyApi::CommunicationMediaOriginalBlob](docs/CommunicationMediaOriginalBlob.md)
|
|
1479
|
+
- [OsunyApi::CommunicationMediasBody](docs/CommunicationMediasBody.md)
|
|
1039
1480
|
- [OsunyApi::CommunicationWebsite](docs/CommunicationWebsite.md)
|
|
1040
1481
|
- [OsunyApi::CommunicationWebsiteAgendaCategory](docs/CommunicationWebsiteAgendaCategory.md)
|
|
1041
1482
|
- [OsunyApi::CommunicationWebsiteAgendaCategoryLocalization](docs/CommunicationWebsiteAgendaCategoryLocalization.md)
|
|
@@ -1053,7 +1494,14 @@ Class | Method | HTTP request | Description
|
|
|
1053
1494
|
- [OsunyApi::CommunicationWebsitePageCategory](docs/CommunicationWebsitePageCategory.md)
|
|
1054
1495
|
- [OsunyApi::CommunicationWebsitePageCategoryLocalization](docs/CommunicationWebsitePageCategoryLocalization.md)
|
|
1055
1496
|
- [OsunyApi::CommunicationWebsitePageLocalization](docs/CommunicationWebsitePageLocalization.md)
|
|
1497
|
+
- [OsunyApi::CommunicationWebsitePermalink](docs/CommunicationWebsitePermalink.md)
|
|
1498
|
+
- [OsunyApi::CommunicationWebsitePortfolioCategory](docs/CommunicationWebsitePortfolioCategory.md)
|
|
1499
|
+
- [OsunyApi::CommunicationWebsitePortfolioCategoryLocalization](docs/CommunicationWebsitePortfolioCategoryLocalization.md)
|
|
1500
|
+
- [OsunyApi::CommunicationWebsitePortfolioProject](docs/CommunicationWebsitePortfolioProject.md)
|
|
1501
|
+
- [OsunyApi::CommunicationWebsitePortfolioProjectLocalization](docs/CommunicationWebsitePortfolioProjectLocalization.md)
|
|
1056
1502
|
- [OsunyApi::CommunicationWebsitePost](docs/CommunicationWebsitePost.md)
|
|
1503
|
+
- [OsunyApi::CommunicationWebsitePostCategory](docs/CommunicationWebsitePostCategory.md)
|
|
1504
|
+
- [OsunyApi::CommunicationWebsitePostCategoryLocalization](docs/CommunicationWebsitePostCategoryLocalization.md)
|
|
1057
1505
|
- [OsunyApi::CommunicationWebsitePostLocalization](docs/CommunicationWebsitePostLocalization.md)
|
|
1058
1506
|
- [OsunyApi::CommunicationWebsiteShowcase](docs/CommunicationWebsiteShowcase.md)
|
|
1059
1507
|
- [OsunyApi::CommunicationWebsiteShowcaseTags](docs/CommunicationWebsiteShowcaseTags.md)
|
|
@@ -1063,6 +1511,9 @@ Class | Method | HTTP request | Description
|
|
|
1063
1511
|
- [OsunyApi::OneOfcommunicationWebsiteAgendaEventLocalizationBlocksItems](docs/OneOfcommunicationWebsiteAgendaEventLocalizationBlocksItems.md)
|
|
1064
1512
|
- [OsunyApi::OneOfcommunicationWebsitePageCategoryLocalizationBlocksItems](docs/OneOfcommunicationWebsitePageCategoryLocalizationBlocksItems.md)
|
|
1065
1513
|
- [OsunyApi::OneOfcommunicationWebsitePageLocalizationBlocksItems](docs/OneOfcommunicationWebsitePageLocalizationBlocksItems.md)
|
|
1514
|
+
- [OsunyApi::OneOfcommunicationWebsitePortfolioCategoryLocalizationBlocksItems](docs/OneOfcommunicationWebsitePortfolioCategoryLocalizationBlocksItems.md)
|
|
1515
|
+
- [OsunyApi::OneOfcommunicationWebsitePortfolioProjectLocalizationBlocksItems](docs/OneOfcommunicationWebsitePortfolioProjectLocalizationBlocksItems.md)
|
|
1516
|
+
- [OsunyApi::OneOfcommunicationWebsitePostCategoryLocalizationBlocksItems](docs/OneOfcommunicationWebsitePostCategoryLocalizationBlocksItems.md)
|
|
1066
1517
|
- [OsunyApi::OneOfcommunicationWebsitePostLocalizationBlocksItems](docs/OneOfcommunicationWebsitePostLocalizationBlocksItems.md)
|
|
1067
1518
|
- [OsunyApi::OneOfuniversityOrganizationCategoryLocalizationBlocksItems](docs/OneOfuniversityOrganizationCategoryLocalizationBlocksItems.md)
|
|
1068
1519
|
- [OsunyApi::OneOfuniversityOrganizationLocalizationBlocksItems](docs/OneOfuniversityOrganizationLocalizationBlocksItems.md)
|
|
@@ -1072,8 +1523,13 @@ Class | Method | HTTP request | Description
|
|
|
1072
1523
|
- [OsunyApi::PagesCategoriesBody](docs/PagesCategoriesBody.md)
|
|
1073
1524
|
- [OsunyApi::PagesIdBody](docs/PagesIdBody.md)
|
|
1074
1525
|
- [OsunyApi::PagesUpsertBody](docs/PagesUpsertBody.md)
|
|
1526
|
+
- [OsunyApi::PortfolioCategoriesBody](docs/PortfolioCategoriesBody.md)
|
|
1527
|
+
- [OsunyApi::PortfolioProjectsBody](docs/PortfolioProjectsBody.md)
|
|
1528
|
+
- [OsunyApi::PostsCategoriesBody](docs/PostsCategoriesBody.md)
|
|
1075
1529
|
- [OsunyApi::PostsIdBody](docs/PostsIdBody.md)
|
|
1076
1530
|
- [OsunyApi::PostsUpsertBody](docs/PostsUpsertBody.md)
|
|
1531
|
+
- [OsunyApi::ProjectsIdBody](docs/ProjectsIdBody.md)
|
|
1532
|
+
- [OsunyApi::ProjectsUpsertBody](docs/ProjectsUpsertBody.md)
|
|
1077
1533
|
- [OsunyApi::UniversityOrganization](docs/UniversityOrganization.md)
|
|
1078
1534
|
- [OsunyApi::UniversityOrganizationCategory](docs/UniversityOrganizationCategory.md)
|
|
1079
1535
|
- [OsunyApi::UniversityOrganizationCategoryLocalization](docs/UniversityOrganizationCategoryLocalization.md)
|
|
@@ -1090,4 +1546,3 @@ Class | Method | HTTP request | Description
|
|
|
1090
1546
|
- **Type**: API key
|
|
1091
1547
|
- **API key parameter name**: X-Osuny-Token
|
|
1092
1548
|
- **Location**: HTTP header
|
|
1093
|
-
|