{"id":5313,"date":"2023-11-29T17:12:37","date_gmt":"2023-11-29T17:12:37","guid":{"rendered":"https:\/\/mpelembe.net\/?p=5313"},"modified":"2023-11-29T17:12:37","modified_gmt":"2023-11-29T17:12:37","slug":"exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design","status":"publish","type":"post","link":"https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/","title":{"rendered":"Exporting your Vertex AI app to Android Studio for Jetpack UI design"},"content":{"rendered":"<p data-sourcepos=\"1:1-1:92\">Exporting your Vertex AI app to Android Studio for Jetpack UI design involves several steps:<!--more--><\/p>\n<ol data-sourcepos=\"3:1-3:50\">\n<li data-sourcepos=\"3:1-3:50\">\n<p data-sourcepos=\"3:4-3:254\"><strong>Create a Vertex AI App:<\/strong> Begin by creating a Vertex AI app that incorporates the search and conversation functionalities using the Vertex AI console or SDKs. Ensure your app is well-structured and organized for easy integration with Android Studio.<\/p>\n<\/li>\n<li data-sourcepos=\"5:1-5:117\">\n<p data-sourcepos=\"5:4-5:117\"><strong>Package the App:<\/strong> Package your Vertex AI app into a deployable format, such as a container image or a JAR file. This involves compiling the app&#8217;s code, bundling its dependencies, and creating a packaging artifact.<\/p>\n<\/li>\n<li data-sourcepos=\"7:1-7:49\">\n<p data-sourcepos=\"7:4-7:49\"><strong>Create an Android Studio Project:<\/strong> Create a new Android Studio project and set up the necessary development environment, including the Android SDK, build tools, and Jetpack libraries.<\/p>\n<\/li>\n<li data-sourcepos=\"9:1-10:0\">\n<p data-sourcepos=\"9:4-9:199\"><strong>Integrate the App:<\/strong> Import the packaged Vertex AI app into your Android Studio project. This may involve copying the packaged artifact into the project&#8217;s directory or adding it as a dependency.<\/p>\n<\/li>\n<li data-sourcepos=\"11:1-12:0\">\n<p data-sourcepos=\"11:4-11:231\"><strong>Implement Jetpack UI:<\/strong> Utilize Jetpack Compose or other Jetpack UI libraries to design and implement the app&#8217;s user interface. This involves creating composable functions, defining UI elements, and handling user interactions.<\/p>\n<\/li>\n<li data-sourcepos=\"13:1-13:76\">\n<p data-sourcepos=\"13:4-13:76\"><strong>Connect to Vertex AI:<\/strong> Establish a connection between your Android app and the Vertex AI app using appropriate APIs or SDKs. This allows the Android app to interact with the search and conversation functionalities provided by Vertex AI.<\/p>\n<\/li>\n<li data-sourcepos=\"15:1-16:0\">\n<p data-sourcepos=\"15:4-15:216\"><strong>Test and Deploy:<\/strong> Thoroughly test the app on various Android devices and emulators to ensure it functions as expected. Once testing is complete, deploy the app to the desired app store or distribution channels.<\/p>\n<\/li>\n<\/ol>\n<p data-sourcepos=\"17:1-17:46\">Here&#8217;s a more detailed breakdown of the steps:<\/p>\n<p data-sourcepos=\"19:1-19:32\"><strong>Packaging the Vertex AI App:<\/strong><\/p>\n<ul data-sourcepos=\"21:1-23:0\">\n<li data-sourcepos=\"21:1-21:113\">For containerized apps,\u00a0use Docker to create a container image that encapsulates the app&#8217;s runtime environment.<\/li>\n<li data-sourcepos=\"22:1-23:0\">For Java-based apps,\u00a0package the app&#8217;s code and dependencies into a JAR file using tools like Maven or Gradle.<\/li>\n<\/ul>\n<p data-sourcepos=\"24:1-24:42\"><strong>Integrating the App in Android Studio:<\/strong><\/p>\n<ul data-sourcepos=\"26:1-28:0\">\n<li data-sourcepos=\"26:1-26:109\">If using a container image,\u00a0use a library like Fabric to manage container lifecycle within the Android app.<\/li>\n<li data-sourcepos=\"27:1-28:0\">If using a JAR file,\u00a0add it to the Android project&#8217;s classpath and create a JNI (Java Native Interface) bridge to access the app&#8217;s functionalities.<\/li>\n<\/ul>\n<p data-sourcepos=\"29:1-29:28\"><strong>Implementing Jetpack UI:<\/strong><\/p>\n<ul data-sourcepos=\"31:1-32:77\">\n<li data-sourcepos=\"31:1-31:100\">Utilize Jetpack Compose&#8217;s declarative UI framework to create a modern,\u00a0responsive UI for your app.<\/li>\n<li data-sourcepos=\"32:1-32:77\">Leverage other Jetpack libraries like Navigation Component,\u00a0Lifecycle-aware components,\u00a0and Data Binding for enhanced app functionality.<\/li>\n<\/ul>\n<p data-sourcepos=\"34:1-34:28\"><strong>Connecting to Vertex AI:<\/strong><\/p>\n<ul data-sourcepos=\"36:1-38:0\">\n<li data-sourcepos=\"36:1-36:101\">Use the Vertex AI SDK for Android to establish a connection between your app and the Vertex AI app.<\/li>\n<li data-sourcepos=\"37:1-38:0\">Make API calls to the Vertex AI app&#8217;s endpoints to perform search and conversation tasks.<\/li>\n<\/ul>\n<p data-sourcepos=\"39:1-39:27\"><strong>Testing and Deployment:<\/strong><\/p>\n<ul data-sourcepos=\"41:1-42:118\">\n<li data-sourcepos=\"41:1-41:118\">Use Android Studio&#8217;s testing tools,\u00a0emulators,\u00a0and physical devices to test the app&#8217;s functionality and performance.<\/li>\n<li data-sourcepos=\"42:1-42:118\">Deploy the app to the Google Play Store or other app distribution platforms using Android Studio&#8217;s deployment tools.<\/li>\n<\/ul>\n<p>Remember to consider factors like authentication, secure data handling, and error handling as you develop your app.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Exporting your Vertex AI app to Android Studio for Jetpack UI design involves several steps:<\/p>\n","protected":false},"author":1,"featured_media":5314,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"googlesitekit_rrm_CAowu7GVCw:productID":"","_crdt_document":"","activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":3,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":""},"categories":[5823],"tags":[505,11200,7309,11198,1129,11197,11195,11199],"class_list":["post-5313","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-developers","tag-android","tag-apache-maven","tag-app-store","tag-docker","tag-google-play","tag-mobile-app-development","tag-mobile-linux","tag-yo"],"featured_image_src":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/jetpack-compose-icon_RGB-947x1024.png","blog_images":{"medium":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/jetpack-compose-icon_RGB-277x300.png","large":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/jetpack-compose-icon_RGB-947x1024.png"},"ams_acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Exporting your Vertex AI app to Android Studio for Jetpack UI design - Mpelembe Network<\/title>\n<meta name=\"description\" content=\"Remember to consider factors like authentication, secure data handling, and error handling as you develop your app.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Exporting your Vertex AI app to Android Studio for Jetpack UI design - Mpelembe Network\" \/>\n<meta property=\"og:description\" content=\"Remember to consider factors like authentication, secure data handling, and error handling as you develop your app.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/\" \/>\n<meta property=\"og:site_name\" content=\"Mpelembe Network\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-29T17:12:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/jetpack-compose-icon_RGB.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1251\" \/>\n\t<meta property=\"og:image:height\" content=\"1353\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#\\\/schema\\\/person\\\/2421ebbf3150931b1066b10a196d7608\"},\"headline\":\"Exporting your Vertex AI app to Android Studio for Jetpack UI design\",\"datePublished\":\"2023-11-29T17:12:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\\\/\"},\"wordCount\":485,\"image\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/jetpack-compose-icon_RGB.png\",\"keywords\":[\"Android\",\"Apache Maven\",\"App Store\",\"docker\",\"Google Play\",\"Mobile app development\",\"Mobile Linux\",\"Yo\"],\"articleSection\":[\"Developers\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\\\/\",\"url\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\\\/\",\"name\":\"Exporting your Vertex AI app to Android Studio for Jetpack UI design - Mpelembe Network\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/jetpack-compose-icon_RGB.png\",\"datePublished\":\"2023-11-29T17:12:37+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#\\\/schema\\\/person\\\/2421ebbf3150931b1066b10a196d7608\"},\"description\":\"Remember to consider factors like authentication, secure data handling, and error handling as you develop your app.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/jetpack-compose-icon_RGB.png\",\"contentUrl\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/jetpack-compose-icon_RGB.png\",\"width\":1251,\"height\":1353},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mpelembe.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Exporting your Vertex AI app to Android Studio for Jetpack UI design\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#website\",\"url\":\"https:\\\/\\\/mpelembe.net\\\/\",\"name\":\"Mpelembe Network\",\"description\":\"Collaboration Platform\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mpelembe.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#\\\/schema\\\/person\\\/2421ebbf3150931b1066b10a196d7608\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/mpelembe.net\"],\"url\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Exporting your Vertex AI app to Android Studio for Jetpack UI design - Mpelembe Network","description":"Remember to consider factors like authentication, secure data handling, and error handling as you develop your app.","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:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/","og_locale":"en_US","og_type":"article","og_title":"Exporting your Vertex AI app to Android Studio for Jetpack UI design - Mpelembe Network","og_description":"Remember to consider factors like authentication, secure data handling, and error handling as you develop your app.","og_url":"https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/","og_site_name":"Mpelembe Network","article_published_time":"2023-11-29T17:12:37+00:00","og_image":[{"width":1251,"height":1353,"url":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/jetpack-compose-icon_RGB.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/#article","isPartOf":{"@id":"https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/"},"author":{"name":"admin","@id":"https:\/\/mpelembe.net\/#\/schema\/person\/2421ebbf3150931b1066b10a196d7608"},"headline":"Exporting your Vertex AI app to Android Studio for Jetpack UI design","datePublished":"2023-11-29T17:12:37+00:00","mainEntityOfPage":{"@id":"https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/"},"wordCount":485,"image":{"@id":"https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/#primaryimage"},"thumbnailUrl":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/jetpack-compose-icon_RGB.png","keywords":["Android","Apache Maven","App Store","docker","Google Play","Mobile app development","Mobile Linux","Yo"],"articleSection":["Developers"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/","url":"https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/","name":"Exporting your Vertex AI app to Android Studio for Jetpack UI design - Mpelembe Network","isPartOf":{"@id":"https:\/\/mpelembe.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/#primaryimage"},"image":{"@id":"https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/#primaryimage"},"thumbnailUrl":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/jetpack-compose-icon_RGB.png","datePublished":"2023-11-29T17:12:37+00:00","author":{"@id":"https:\/\/mpelembe.net\/#\/schema\/person\/2421ebbf3150931b1066b10a196d7608"},"description":"Remember to consider factors like authentication, secure data handling, and error handling as you develop your app.","breadcrumb":{"@id":"https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/#primaryimage","url":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/jetpack-compose-icon_RGB.png","contentUrl":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/jetpack-compose-icon_RGB.png","width":1251,"height":1353},{"@type":"BreadcrumbList","@id":"https:\/\/mpelembe.net\/index.php\/exporting-your-vertex-ai-app-to-android-studio-for-jetpack-ui-design\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mpelembe.net\/"},{"@type":"ListItem","position":2,"name":"Exporting your Vertex AI app to Android Studio for Jetpack UI design"}]},{"@type":"WebSite","@id":"https:\/\/mpelembe.net\/#website","url":"https:\/\/mpelembe.net\/","name":"Mpelembe Network","description":"Collaboration Platform","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mpelembe.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/mpelembe.net\/#\/schema\/person\/2421ebbf3150931b1066b10a196d7608","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/mpelembe.net"],"url":"https:\/\/mpelembe.net\/index.php\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts\/5313","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/comments?post=5313"}],"version-history":[{"count":1,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts\/5313\/revisions"}],"predecessor-version":[{"id":5315,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts\/5313\/revisions\/5315"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/media\/5314"}],"wp:attachment":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/media?parent=5313"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/categories?post=5313"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/tags?post=5313"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}