{"id":134886,"date":"2023-08-14T13:00:00","date_gmt":"2023-08-14T11:00:00","guid":{"rendered":"https:\/\/nextcloud.com\/?p=134886"},"modified":"2023-08-14T13:04:27","modified_gmt":"2023-08-14T11:04:27","slug":"integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer","status":"publish","type":"post","link":"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/","title":{"rendered":"Integrate Nextcloud into your app with the help of the OCS API Viewer"},"content":{"rendered":"\n<p>At our Hub 4 release, we announced that Nextcloud was working to support OpenAPI! This would result in the ability to automatically generate standardized, high quality API documentation as well as several other cool things. One of those cool things is the OCS API Viewer. The viewer makes it easy to view and interact with API\u2019s for testing.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/08\/OCS-API-Viewer.png\"><img decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/08\/OCS-API-Viewer.png\" alt=\"\" class=\"wp-image-135774\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2023\/08\/OCS-API-Viewer.png 1920w, https:\/\/nextcloud.com\/c\/uploads\/2023\/08\/OCS-API-Viewer-300x169.png 300w, https:\/\/nextcloud.com\/c\/uploads\/2023\/08\/OCS-API-Viewer-1024x576.png 1024w, https:\/\/nextcloud.com\/c\/uploads\/2023\/08\/OCS-API-Viewer-768x432.png 768w, https:\/\/nextcloud.com\/c\/uploads\/2023\/08\/OCS-API-Viewer-1536x864.png 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Connect your apps to Nextcloud!<\/h2>\n\n\n\n<p>Do you have an app used in your organization that you want to integrate into Nextcloud? Are you developing a mobile app that needs to store documents? A desktop application that would need to share files between users?<\/p>\n\n\n\n<p>We\u2019ve got a solution for you!<\/p>\n\n\n\n<p>The <a href=\"https:\/\/www.open-collaboration-services.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Open Collaboration Services (OCS) API<\/a> is designed to make it easy to connect your apps to any Content Collaboration Platform like Nextcloud. Whether you want to just store or share files, notes or documents, it\u2019s now really simple.<\/p>\n\n\n\n<p>Let\u2019s say your company is developing an internal application that creates invoices for your customers. You want to store the invoices in Nextcloud Files and even have an instant chat room created when a new invoice is added. To learn how to do it, all you have to do is use the OCS API. And using the OCS API Viewer, you can easily browse through the options and try them out.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">OCS API Viewer<\/h2>\n\n\n\n<p><a href=\"https:\/\/apps.nextcloud.com\/apps\/ocs_api_viewer\">The OCS API Viewer<\/a> is a Nextcloud app where you can interactively discover APIs (Application Programming Interface\u2019s) and try them out on your own instance from the browser.<\/p>\n\n\n\n<p>For example, if you wanted to update a (file) share, you can go to <strong>file_sharing &#8211;&gt; shareapi &#8211;&gt; update a share<\/strong> and add the file ID. Hit <strong>\u201cSend API request\u201d<\/strong> and you can see the response from the server, and how the share was created. On top of that, it shows you code snippets for many different programming languages for executing this request.<\/p>\n\n\n\n<p>The OCS API Viewer thus makes it easier and faster for a developer of an application to build integration with Nextcloud.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app.png\"><img decoding=\"async\" width=\"6400\" height=\"3600\" src=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app.png\" alt=\"OpenAPI\" class=\"wp-image-123946\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app.png 6400w, https:\/\/nextcloud.com\/c\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app-300x169.png 300w, https:\/\/nextcloud.com\/c\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app-1024x576.png 1024w, https:\/\/nextcloud.com\/c\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app-768x432.png 768w, https:\/\/nextcloud.com\/c\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app-1536x864.png 1536w, https:\/\/nextcloud.com\/c\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app-2048x1152.png 2048w\" sizes=\"(max-width: 6400px) 100vw, 6400px\" \/><\/a><\/figure>\n\n\n\n<p>The app can be installed on any Nextcloud instance and allows you to run everything on your own server.<\/p>\n\n\n\n<p>Don\u2019t know how to get started?<\/p>\n\n\n\n<p>Check out our <a href=\"https:\/\/docs.nextcloud.com\/server\/latest\/developer_manual\/client_apis\/OCS\/ocs-openapi.html\" target=\"_blank\" rel=\"noreferrer noopener\">tutorial<\/a>!<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/apps.nextcloud.com\/apps\/ocs_api_viewer\" target=\"_blank\" rel=\"noreferrer noopener\">Install the app!<\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:36px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Developers: Get quick documentation for your apps<\/h2>\n\n\n\n<p>As an app developer, you can now generate documentation for your app yourself and for others with a few changes to your app.<\/p>\n\n\n\n<p>Say you\u2019re developing the code for a new Nextcloud app, like a trip planning app, and you want to allow a third party software developer to write an app for Android that can create, view and modify a trip. You would use the openapi-extractor in the OCS API Viewer to create that documentation that the third party developers can use.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What languages do we support?<\/h2>\n\n\n\n<p>We\u2019ve got four different programming languages for which we provide convenience code for OCS based communication to a Nextcloud server: Typescript, Python, Rust and Go. For each language, we\u2019ve set up Developer Toolkits to ease the development of integrations with apps using these languages.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Instant how-to documentation<\/h2>\n\n\n\n<p>If you just want to check out how to use the new documentation as a non-Nextcloud user, check it out here: <a href=\"https:\/\/docs.nextcloud.com\/server\/latest\/developer_manual\/_static\/openapi.html#\/\" target=\"_blank\" rel=\"noreferrer noopener\">docs.nextcloud.com<\/a>.<\/p>\n\n\n<section class=\"promo-section promo_webinar   has_custom_bg_image \" id=\"\" style=\"background-image: url(https:\/\/nextcloud.com\/c\/uploads\/2024\/07\/nextcloud-motionlab-berlin-conference-202336.jpg);\">\r\n\t<div class=\"container\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div class=\"col-12\">\r\n\t\t\t\t<div class=\"text-block \">\r\n\t\t\t\t\t<h2>Learn more at Nextcloud Conference!<\/h2><p>Kate D\u00f6en, Software Engineering working student at Nextcloud, will be giving a lightning talk and workshop about automated API documentation for Nextcloud using OpenAPI. Register for the conference to hear Kate talk!<\/p>\n<a class=\"c-btn btn-white\" href=\"https:\/\/odoo.nextcloud.com\/event\/nextcloud-conference-2023-24\/register\" target=\"_blank\">Register now<\/a>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/section>\r\n","protected":false},"excerpt":{"rendered":"<p>At our Hub 4 release, we announced that Nextcloud was working to support OpenAPI! This would result in the ability to automatically generate standardized, high quality API documentation as well as several other cool things. One of those cool things is the OCS API Viewer. The viewer makes it easy to view and interact with [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":123946,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"publish_to_discourse":"","publish_post_category":"22","wpdc_auto_publish_overridden":"","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"446874","discourse_permalink":"https:\/\/help.nextcloud.com\/t\/integrate-nextcloud-into-your-app-with-the-ocs-api-viewer\/168171","wpdc_publishing_response":"success","wpdc_publishing_error":"","footnotes":""},"categories":[5,11,6,12],"tags":[],"class_list":["post-134886","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-apps","category-blog","category-community","category-general"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Integrate Nextcloud into your app with the help of the OCS API Viewer - Nextcloud<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Integrate Nextcloud into your app with the help of the OCS API Viewer - Nextcloud\" \/>\n<meta property=\"og:description\" content=\"At our Hub 4 release, we announced that Nextcloud was working to support OpenAPI! This would result in the ability to automatically generate standardized, high quality API documentation as well as several other cool things. One of those cool things is the OCS API Viewer. The viewer makes it easy to view and interact with [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/\" \/>\n<meta property=\"og:site_name\" content=\"Nextcloud\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Nextclouders\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-14T11:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-14T11:04:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app.png\" \/>\n\t<meta property=\"og:image:width\" content=\"6400\" \/>\n\t<meta property=\"og:image:height\" content=\"3600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Mikaela Schneider\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nextclouders\" \/>\n<meta name=\"twitter:site\" content=\"@nextclouders\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mikaela Schneider\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/\"},\"author\":{\"name\":\"Mikaela Schneider\",\"@id\":\"https:\/\/nextcloud.com\/es\/#\/schema\/person\/ea95df24e6e3adc5f63c79555fa599f5\"},\"headline\":\"Integrate Nextcloud into your app with the help of the OCS API Viewer\",\"datePublished\":\"2023-08-14T11:00:00+00:00\",\"dateModified\":\"2023-08-14T11:04:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/\"},\"wordCount\":554,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nextcloud.com\/es\/#organization\"},\"image\":{\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app.png\",\"articleSection\":[\"Apps\",\"Blog\",\"Community\",\"General\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/\",\"url\":\"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/\",\"name\":\"Integrate Nextcloud into your app with the help of the OCS API Viewer - Nextcloud\",\"isPartOf\":{\"@id\":\"https:\/\/nextcloud.com\/es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app.png\",\"datePublished\":\"2023-08-14T11:00:00+00:00\",\"dateModified\":\"2023-08-14T11:04:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#primaryimage\",\"url\":\"https:\/\/nextcloud.com\/c\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app.png\",\"contentUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app.png\",\"width\":6400,\"height\":3600,\"caption\":\"OpenAPI\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nextcloud.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Integrate Nextcloud into your app with the help of the OCS API Viewer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nextcloud.com\/es\/#website\",\"url\":\"https:\/\/nextcloud.com\/es\/\",\"name\":\"Nextcloud\",\"description\":\"Regain control over your data\",\"publisher\":{\"@id\":\"https:\/\/nextcloud.com\/es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nextcloud.com\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nextcloud.com\/es\/#organization\",\"name\":\"Nextcloud\",\"url\":\"https:\/\/nextcloud.com\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/nextcloud.com\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg\",\"contentUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"Nextcloud\"},\"image\":{\"@id\":\"https:\/\/nextcloud.com\/es\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Nextclouders\/\",\"https:\/\/x.com\/nextclouders\",\"https:\/\/www.linkedin.com\/company\/10827569\/\",\"https:\/\/youtube.com\/nextcloud\",\"https:\/\/www.instagram.com\/nextclouders\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/nextcloud.com\/es\/#\/schema\/person\/ea95df24e6e3adc5f63c79555fa599f5\",\"name\":\"Mikaela Schneider\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/nextcloud.com\/es\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9b0e9ca5948ab0ab4c0732dd1e79442d7b531e574a27757a9fbc4fad5f732b0f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9b0e9ca5948ab0ab4c0732dd1e79442d7b531e574a27757a9fbc4fad5f732b0f?s=96&d=mm&r=g\",\"caption\":\"Mikaela Schneider\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Integrate Nextcloud into your app with the help of the OCS API Viewer - Nextcloud","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/","og_locale":"es_ES","og_type":"article","og_title":"Integrate Nextcloud into your app with the help of the OCS API Viewer - Nextcloud","og_description":"At our Hub 4 release, we announced that Nextcloud was working to support OpenAPI! This would result in the ability to automatically generate standardized, high quality API documentation as well as several other cool things. One of those cool things is the OCS API Viewer. The viewer makes it easy to view and interact with [&hellip;]","og_url":"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/","og_site_name":"Nextcloud","article_publisher":"https:\/\/www.facebook.com\/Nextclouders\/","article_published_time":"2023-08-14T11:00:00+00:00","article_modified_time":"2023-08-14T11:04:27+00:00","og_image":[{"width":6400,"height":3600,"url":"https:\/\/nextcloud.com\/wp-content\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app.png","type":"image\/png"}],"author":"Mikaela Schneider","twitter_card":"summary_large_image","twitter_creator":"@nextclouders","twitter_site":"@nextclouders","twitter_misc":{"Escrito por":"Mikaela Schneider","Tiempo de lectura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#article","isPartOf":{"@id":"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/"},"author":{"name":"Mikaela Schneider","@id":"https:\/\/nextcloud.com\/es\/#\/schema\/person\/ea95df24e6e3adc5f63c79555fa599f5"},"headline":"Integrate Nextcloud into your app with the help of the OCS API Viewer","datePublished":"2023-08-14T11:00:00+00:00","dateModified":"2023-08-14T11:04:27+00:00","mainEntityOfPage":{"@id":"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/"},"wordCount":554,"commentCount":0,"publisher":{"@id":"https:\/\/nextcloud.com\/es\/#organization"},"image":{"@id":"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#primaryimage"},"thumbnailUrl":"https:\/\/nextcloud.com\/c\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app.png","articleSection":["Apps","Blog","Community","General"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/","url":"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/","name":"Integrate Nextcloud into your app with the help of the OCS API Viewer - Nextcloud","isPartOf":{"@id":"https:\/\/nextcloud.com\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#primaryimage"},"image":{"@id":"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#primaryimage"},"thumbnailUrl":"https:\/\/nextcloud.com\/c\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app.png","datePublished":"2023-08-14T11:00:00+00:00","dateModified":"2023-08-14T11:04:27+00:00","breadcrumb":{"@id":"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#primaryimage","url":"https:\/\/nextcloud.com\/c\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app.png","contentUrl":"https:\/\/nextcloud.com\/c\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app.png","width":6400,"height":3600,"caption":"OpenAPI"},{"@type":"BreadcrumbList","@id":"https:\/\/nextcloud.com\/es\/blog\/integrate-nextcloud-into-your-app-with-the-help-of-the-ocs-api-viewer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nextcloud.com\/es\/"},{"@type":"ListItem","position":2,"name":"Integrate Nextcloud into your app with the help of the OCS API Viewer"}]},{"@type":"WebSite","@id":"https:\/\/nextcloud.com\/es\/#website","url":"https:\/\/nextcloud.com\/es\/","name":"Nextcloud","description":"Regain control over your data","publisher":{"@id":"https:\/\/nextcloud.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nextcloud.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/nextcloud.com\/es\/#organization","name":"Nextcloud","url":"https:\/\/nextcloud.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nextcloud.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg","contentUrl":"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg","width":"1024","height":"1024","caption":"Nextcloud"},"image":{"@id":"https:\/\/nextcloud.com\/es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Nextclouders\/","https:\/\/x.com\/nextclouders","https:\/\/www.linkedin.com\/company\/10827569\/","https:\/\/youtube.com\/nextcloud","https:\/\/www.instagram.com\/nextclouders\/"]},{"@type":"Person","@id":"https:\/\/nextcloud.com\/es\/#\/schema\/person\/ea95df24e6e3adc5f63c79555fa599f5","name":"Mikaela Schneider","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nextcloud.com\/es\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9b0e9ca5948ab0ab4c0732dd1e79442d7b531e574a27757a9fbc4fad5f732b0f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9b0e9ca5948ab0ab4c0732dd1e79442d7b531e574a27757a9fbc4fad5f732b0f?s=96&d=mm&r=g","caption":"Mikaela Schneider"}}]}},"featured_media_url":"https:\/\/nextcloud.com\/c\/uploads\/2023\/06\/OCS-OpenAPI-viewer-app.png","_links":{"self":[{"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/posts\/134886","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/comments?post=134886"}],"version-history":[{"count":0,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/posts\/134886\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/media\/123946"}],"wp:attachment":[{"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/media?parent=134886"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/categories?post=134886"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/tags?post=134886"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}