{"id":2321,"date":"2018-08-14T13:21:52","date_gmt":"2018-08-14T13:21:52","guid":{"rendered":"https:\/\/itpathsolutions.com\/?p=2321"},"modified":"2024-02-21T07:22:39","modified_gmt":"2024-02-21T07:22:39","slug":"overview-of-androidx-how-to-develop-project-with-androidx","status":"publish","type":"post","link":"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/","title":{"rendered":"Overview of AndroidX &#038; How to Develop Project With AndroidX?"},"content":{"rendered":"<p style=\"text-align: justify;\"><strong>AndroidX<\/strong><\/p>\n<p style=\"text-align: justify;\">Google is rolling out a new package structure for Android development which is named as AndroidX.<\/p>\n<p style=\"text-align: justify;\"><strong>Why introduced AndroidX, what would happen to existing Android?<\/strong><\/p>\n<p style=\"text-align: justify;\">We now that currently, android latest API for development is Oreo which is API level 27, now android is moving one step forward to a new operating system whose version would be API level 28.<\/p>\n<p style=\"text-align: justify;\">The existing\u00a0Android.*\u00a0package hierarchy will be reserved for Android packages that are shipped with the operating system, means the existing\u00a0android packages would only be used for Android OS own app such as camera app, message app, callapp etc.<\/p>\n<p style=\"text-align: justify;\">Other packages will be issued in the new\u00a0androidx.*package hierarchy, means the other new third-party application for API level 28 would be suggested to be developed with android.* package name.<\/p>\n<p style=\"text-align: justify;\"><strong>Do you need to forcefully update to AndroidX?<\/strong><\/p>\n<p style=\"text-align: justify;\">No, the android.*\u00a0packages will remain available on Google Maven for those apps versioned 27 and earlier.<\/p>\n<p style=\"text-align: justify;\"><strong>How would I know what is the different-different packages version is for? What does it indicates?<\/strong><\/p>\n<p style=\"text-align: justify;\">Mainly there are three kinds of versioning semantics<\/p>\n<ul style=\"text-align: justify;\">\n<li>MAJOR (e.g. 1.0.0 to 2.0.0) indicates that there is major API changes, so you need to check app after doing major updates.<\/li>\n<\/ul>\n<ul style=\"text-align: justify;\">\n<li>MINOR (e.g. 1.0.0 to 1.0.1) indicates that this is some additions in some functionality in terms of backward-compatible management.<\/li>\n<\/ul>\n<ul style=\"text-align: justify;\">\n<li>PATCH (e.g. 1.0.0-beta1 to 1.0.0-beta2) indicates that there is an improvement for backward-compatible and bug fixes to previous.<\/li>\n<\/ul>\n<p style=\"text-align: justify;\"><strong>How to develop project with AndroidX?<\/strong><\/p>\n<p style=\"text-align: justify;\">Following are the things you need to take care when <strong><a href=\"https:\/\/itpathsolutions.com\/services\/iphone-android-app-development-company\/#android-development\">developing android application<\/a><\/strong> with AndroidX<\/p>\n<p style=\"text-align: justify;\">Firstly, your new project needs to target API level 28 from <strong>build.gradle<\/strong>file, because target API level 28 is necessary for AndroidX.<\/p>\n<p>Secondly, you need to add following lines in your <strong>gradle.properties<\/strong>\u00a0file<\/p>\n<p style=\"text-align: justify;\"><strong>android.useAndroidX=true<\/strong><\/p>\n<p style=\"text-align: justify;\"><strong>android.enableJetifier=true<\/strong><\/p>\n<p style=\"text-align: justify;\">this would enable AndroidX support to your project.<\/p>\n<p style=\"text-align: justify;\"><strong>Some of the examples of AndroidX packages:<\/strong><\/p>\n<table>\n<tbody>\n<tr>\n<td width=\"312\">Android<\/td>\n<td width=\"312\">AndroidX<\/td>\n<\/tr>\n<tr>\n<td width=\"312\">com.android.support:cardview-v7<\/td>\n<td width=\"312\">androidx.cardview:cardview:1.0.0-alpha1<\/td>\n<\/tr>\n<tr>\n<td width=\"312\">com.android.support:design<\/td>\n<td width=\"312\">com.google.android.material:material:1.0.0-alpha1<\/td>\n<\/tr>\n<tr>\n<td width=\"312\">com.android.support:recyclerview-v7<\/td>\n<td width=\"312\">androidx.recyclerview:recyclerview:1.0.0-alpha1<\/td>\n<\/tr>\n<tr>\n<td width=\"312\">com.android.support:support-v13<\/td>\n<td width=\"312\">androidx.legacy:legacy-support-v13:1.0.0-alpha1<\/td>\n<\/tr>\n<tr>\n<td width=\"312\">com.android.support:support-compat<\/td>\n<td width=\"312\">androidx.core:core:1.0.0-alpha1<\/td>\n<\/tr>\n<tr>\n<td width=\"312\">com.android.support:multidex<\/td>\n<td width=\"312\">androidx.multidex:multidex:2.0.0<\/td>\n<\/tr>\n<tr>\n<td width=\"312\">com.android.support:appcompat-v7<\/td>\n<td width=\"312\">androidx.appcompat:appcompat:1.0.0-alpha1<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"text-align: justify;\"><strong>Whats is the latest version of AndroidX to use?<\/strong><\/p>\n<p>The first version of AndroidX was 1.0.0 alpha1 which were released on May 8, 2018<\/p>\n<p style=\"text-align: justify;\">Currently, the latest version of AndroidX is 1.0.0-beta01 which is released on July 2, 2018<\/p>\n","protected":false},"excerpt":{"rendered":"<p>AndroidX Google is rolling out a new package structure for Android development which is named as AndroidX. Why introduced AndroidX, what would happen to existing Android? We now that currently, android latest API for development is Oreo which is API level 27, now android is moving one step forward to a new operating system whose [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5597,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[75],"tags":[120,121,122],"post_industries":[],"post_technologies":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Overview of AndroidX &amp; How to Develop Project With AndroidX? - Top Mobile &amp; Web Application Development Company in USA, UK, Australia &amp; India | IT Path Solutions<\/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:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Overview of AndroidX &amp; How to Develop Project With AndroidX? - Top Mobile &amp; Web Application Development Company in USA, UK, Australia &amp; India | IT Path Solutions\" \/>\n<meta property=\"og:description\" content=\"AndroidX Google is rolling out a new package structure for Android development which is named as AndroidX. Why introduced AndroidX, what would happen to existing Android? We now that currently, android latest API for development is Oreo which is API level 27, now android is moving one step forward to a new operating system whose [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/\" \/>\n<meta property=\"og:site_name\" content=\"Top Mobile &amp; Web Application Development Company in USA, UK, Australia &amp; India | IT Path Solutions\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/itpathsolutions\" \/>\n<meta property=\"article:published_time\" content=\"2018-08-14T13:21:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-21T07:22:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.itpathsolutions.com\/wp-content\/uploads\/2018\/08\/AndroidX.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"itpathsolutions_admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@itpathsolutions\" \/>\n<meta name=\"twitter:site\" content=\"@itpathsolutions\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"itpathsolutions_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:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/\"},\"author\":{\"name\":\"itpathsolutions_admin\",\"@id\":\"https:\/\/www.itpathsolutions.com\/#\/schema\/person\/b734d41ce1d0fa39ba87a7e0f6ac9563\"},\"headline\":\"Overview of AndroidX &#038; How to Develop Project With AndroidX?\",\"datePublished\":\"2018-08-14T13:21:52+00:00\",\"dateModified\":\"2024-02-21T07:22:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/\"},\"wordCount\":411,\"publisher\":{\"@id\":\"https:\/\/www.itpathsolutions.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.itpathsolutions.com\/wp-content\/uploads\/2018\/08\/AndroidX.jpg\",\"keywords\":[\"android application\",\"android application development\",\"AndroidX\"],\"articleSection\":[\"Mobile app development\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/\",\"url\":\"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/\",\"name\":\"Overview of AndroidX & How to Develop Project With AndroidX? - Top Mobile &amp; Web Application Development Company in USA, UK, Australia &amp; India | IT Path Solutions\",\"isPartOf\":{\"@id\":\"https:\/\/www.itpathsolutions.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.itpathsolutions.com\/wp-content\/uploads\/2018\/08\/AndroidX.jpg\",\"datePublished\":\"2018-08-14T13:21:52+00:00\",\"dateModified\":\"2024-02-21T07:22:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/#primaryimage\",\"url\":\"https:\/\/www.itpathsolutions.com\/wp-content\/uploads\/2018\/08\/AndroidX.jpg\",\"contentUrl\":\"https:\/\/www.itpathsolutions.com\/wp-content\/uploads\/2018\/08\/AndroidX.jpg\",\"width\":1024,\"height\":512,\"caption\":\"AndroidX\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.itpathsolutions.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Overview of AndroidX &#038; How to Develop Project With AndroidX?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.itpathsolutions.com\/#website\",\"url\":\"https:\/\/www.itpathsolutions.com\/\",\"name\":\"Top Mobile &amp; Web Application Development Company in USA, UK, Australia &amp; India | IT Path Solutions\",\"description\":\"Digitalizing Businesses Globally\",\"publisher\":{\"@id\":\"https:\/\/www.itpathsolutions.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.itpathsolutions.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.itpathsolutions.com\/#organization\",\"name\":\"It Path Solutions\",\"url\":\"https:\/\/www.itpathsolutions.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.itpathsolutions.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/itpathsolutions.com\/wp-content\/uploads\/2020\/05\/logo.png\",\"contentUrl\":\"https:\/\/itpathsolutions.com\/wp-content\/uploads\/2020\/05\/logo.png\",\"width\":167,\"height\":53,\"caption\":\"It Path Solutions\"},\"image\":{\"@id\":\"https:\/\/www.itpathsolutions.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/itpathsolutions\",\"https:\/\/x.com\/itpathsolutions\",\"https:\/\/www.instagram.com\/itpathsolutions\/\",\"https:\/\/www.linkedin.com\/company\/itpathsolutions\",\"https:\/\/www.pinterest.com\/itpathsolutions\/\",\"https:\/\/www.youtube.com\/c\/ITPathSolutions\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.itpathsolutions.com\/#\/schema\/person\/b734d41ce1d0fa39ba87a7e0f6ac9563\",\"name\":\"itpathsolutions_admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.itpathsolutions.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/484a34819e5022e1999acd376af066b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/484a34819e5022e1999acd376af066b2?s=96&d=mm&r=g\",\"caption\":\"itpathsolutions_admin\"},\"url\":\"https:\/\/www.itpathsolutions.com\/author\/itpathsolutions_admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Overview of AndroidX & How to Develop Project With AndroidX? - Top Mobile &amp; Web Application Development Company in USA, UK, Australia &amp; India | IT Path Solutions","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:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/","og_locale":"en_US","og_type":"article","og_title":"Overview of AndroidX & How to Develop Project With AndroidX? - Top Mobile &amp; Web Application Development Company in USA, UK, Australia &amp; India | IT Path Solutions","og_description":"AndroidX Google is rolling out a new package structure for Android development which is named as AndroidX. Why introduced AndroidX, what would happen to existing Android? We now that currently, android latest API for development is Oreo which is API level 27, now android is moving one step forward to a new operating system whose [&hellip;]","og_url":"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/","og_site_name":"Top Mobile &amp; Web Application Development Company in USA, UK, Australia &amp; India | IT Path Solutions","article_publisher":"https:\/\/www.facebook.com\/itpathsolutions","article_published_time":"2018-08-14T13:21:52+00:00","article_modified_time":"2024-02-21T07:22:39+00:00","og_image":[{"width":1024,"height":512,"url":"https:\/\/www.itpathsolutions.com\/wp-content\/uploads\/2018\/08\/AndroidX.jpg","type":"image\/jpeg"}],"author":"itpathsolutions_admin","twitter_card":"summary_large_image","twitter_creator":"@itpathsolutions","twitter_site":"@itpathsolutions","twitter_misc":{"Written by":"itpathsolutions_admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/#article","isPartOf":{"@id":"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/"},"author":{"name":"itpathsolutions_admin","@id":"https:\/\/www.itpathsolutions.com\/#\/schema\/person\/b734d41ce1d0fa39ba87a7e0f6ac9563"},"headline":"Overview of AndroidX &#038; How to Develop Project With AndroidX?","datePublished":"2018-08-14T13:21:52+00:00","dateModified":"2024-02-21T07:22:39+00:00","mainEntityOfPage":{"@id":"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/"},"wordCount":411,"publisher":{"@id":"https:\/\/www.itpathsolutions.com\/#organization"},"image":{"@id":"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/#primaryimage"},"thumbnailUrl":"https:\/\/www.itpathsolutions.com\/wp-content\/uploads\/2018\/08\/AndroidX.jpg","keywords":["android application","android application development","AndroidX"],"articleSection":["Mobile app development"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/","url":"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/","name":"Overview of AndroidX & How to Develop Project With AndroidX? - Top Mobile &amp; Web Application Development Company in USA, UK, Australia &amp; India | IT Path Solutions","isPartOf":{"@id":"https:\/\/www.itpathsolutions.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/#primaryimage"},"image":{"@id":"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/#primaryimage"},"thumbnailUrl":"https:\/\/www.itpathsolutions.com\/wp-content\/uploads\/2018\/08\/AndroidX.jpg","datePublished":"2018-08-14T13:21:52+00:00","dateModified":"2024-02-21T07:22:39+00:00","breadcrumb":{"@id":"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/#primaryimage","url":"https:\/\/www.itpathsolutions.com\/wp-content\/uploads\/2018\/08\/AndroidX.jpg","contentUrl":"https:\/\/www.itpathsolutions.com\/wp-content\/uploads\/2018\/08\/AndroidX.jpg","width":1024,"height":512,"caption":"AndroidX"},{"@type":"BreadcrumbList","@id":"https:\/\/www.itpathsolutions.com\/overview-of-androidx-how-to-develop-project-with-androidx\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.itpathsolutions.com\/"},{"@type":"ListItem","position":2,"name":"Overview of AndroidX &#038; How to Develop Project With AndroidX?"}]},{"@type":"WebSite","@id":"https:\/\/www.itpathsolutions.com\/#website","url":"https:\/\/www.itpathsolutions.com\/","name":"Top Mobile &amp; Web Application Development Company in USA, UK, Australia &amp; India | IT Path Solutions","description":"Digitalizing Businesses Globally","publisher":{"@id":"https:\/\/www.itpathsolutions.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.itpathsolutions.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.itpathsolutions.com\/#organization","name":"It Path Solutions","url":"https:\/\/www.itpathsolutions.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.itpathsolutions.com\/#\/schema\/logo\/image\/","url":"https:\/\/itpathsolutions.com\/wp-content\/uploads\/2020\/05\/logo.png","contentUrl":"https:\/\/itpathsolutions.com\/wp-content\/uploads\/2020\/05\/logo.png","width":167,"height":53,"caption":"It Path Solutions"},"image":{"@id":"https:\/\/www.itpathsolutions.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/itpathsolutions","https:\/\/x.com\/itpathsolutions","https:\/\/www.instagram.com\/itpathsolutions\/","https:\/\/www.linkedin.com\/company\/itpathsolutions","https:\/\/www.pinterest.com\/itpathsolutions\/","https:\/\/www.youtube.com\/c\/ITPathSolutions"]},{"@type":"Person","@id":"https:\/\/www.itpathsolutions.com\/#\/schema\/person\/b734d41ce1d0fa39ba87a7e0f6ac9563","name":"itpathsolutions_admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.itpathsolutions.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/484a34819e5022e1999acd376af066b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/484a34819e5022e1999acd376af066b2?s=96&d=mm&r=g","caption":"itpathsolutions_admin"},"url":"https:\/\/www.itpathsolutions.com\/author\/itpathsolutions_admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.itpathsolutions.com\/wp-json\/wp\/v2\/posts\/2321"}],"collection":[{"href":"https:\/\/www.itpathsolutions.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.itpathsolutions.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.itpathsolutions.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.itpathsolutions.com\/wp-json\/wp\/v2\/comments?post=2321"}],"version-history":[{"count":0,"href":"https:\/\/www.itpathsolutions.com\/wp-json\/wp\/v2\/posts\/2321\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.itpathsolutions.com\/wp-json\/wp\/v2\/media\/5597"}],"wp:attachment":[{"href":"https:\/\/www.itpathsolutions.com\/wp-json\/wp\/v2\/media?parent=2321"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.itpathsolutions.com\/wp-json\/wp\/v2\/categories?post=2321"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.itpathsolutions.com\/wp-json\/wp\/v2\/tags?post=2321"},{"taxonomy":"post_industries","embeddable":true,"href":"https:\/\/www.itpathsolutions.com\/wp-json\/wp\/v2\/post_industries?post=2321"},{"taxonomy":"post_technologies","embeddable":true,"href":"https:\/\/www.itpathsolutions.com\/wp-json\/wp\/v2\/post_technologies?post=2321"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}