{"id":1176,"date":"2020-03-12T12:09:05","date_gmt":"2020-03-12T06:39:05","guid":{"rendered":"https:\/\/binaryterms.com\/?p=1176"},"modified":"2021-01-18T12:06:16","modified_gmt":"2021-01-18T06:36:16","slug":"incremental-development-model","status":"publish","type":"post","link":"https:\/\/binaryterms.com\/incremental-development-model.html","title":{"rendered":"Incremental Development Model"},"content":{"rendered":"<p>The incremental development model is a prescriptive model which delivers the<strong> working component<\/strong> at <strong>each increment<\/strong> of the project. Incremental model is implemented when the client needs an <strong>immediate release<\/strong> of the project.<\/p>\n<p>In this section, we will discuss the characteristics of the incremental model in brief, along with its phases. We will also consider the scenario when the incremental model can be used. Further, we will discuss the types, advantages and disadvantages of an incremental model.<\/p>\n<h2>Content: Incremental Development Model<\/h2>\n<ol>\n<li><a href=\"#WhatisIncrementalModel?\">What is Incremental Model?<\/a><\/li>\n<li><a href=\"#PhasesofIncrementalModel\">Phases of Incremental Model<\/a><\/li>\n<li><a href=\"#WhentoUseIncrementalModel?\">When to Use Incremental Model?<\/a><\/li>\n<li><a href=\"#TypesofIncrementalModel\">Types of Incremental Model<\/a><\/li>\n<li><a href=\"#Advantages&amp;Disadvantages\">Advantages &amp; Disadvantages<\/a><\/li>\n<li><a href=\"#KeyTakeaways\">Key Takeaways<\/a><\/li>\n<\/ol>\n<p><a name=\"WhatisIncrementalModel?\"><\/a><\/p>\n<h3>What is Incremental Development Model?<\/h3>\n<p>Incremental model is a process model used by developers to develop software. The incremental model produces a working product (in parts) at each increment. Receiving early delivery of the operational product (in parts) boosts the morale of customer that his requirements are being satisfied. And soon the complete working system will be delivered to him.<\/p>\n<p>The incremental model suggests that the delivered<strong> early increments<\/strong> should <strong>possess the functionality of customer\u2019s interest<\/strong> and let the re<span style=\"font-size: 1.0625rem;letter-spacing: 0px\">st of the software to be delivered in a period. Let us understand the incremental model with the help of a scenario.<\/span><\/p>\n<p>Consider, we have to deliver a word processor to the customer and customers want the delivery of his product by a date that seems to be impossible. So, in the first release, the delivered increment possess file management, document production, editing like functionalities.<\/p>\n<p>In the next release or increment, the delivered functionality would include sophisticated editing tools, advanced file creation capabilities. The further increment would produce features like spell check, grammar checking, mailing, and so on.<\/p>\n<p>So in this way, the incremental model delivers the project in parts. The initial increment is the stripped-down version of the complete system. This stripped-down version helps the customer to evaluate the released increment and suggest modifications which can be implemented in later increments.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1185\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/03\/Incremental-development-model.jpg\" alt=\"Incremental development model\" width=\"600\" height=\"291\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/03\/Incremental-development-model.jpg 600w, https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/03\/Incremental-development-model-300x146.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>The final product has more chances of being <strong>accurate<\/strong> and <strong>reassures<\/strong> all the <strong>requirements<\/strong> of the customer. The incremental model incorporates both <strong>linear<\/strong> and <strong>parallel<\/strong> process flow as you can observe in the image above.<br \/>\n<a name=\"PhasesofIncrementalModel\"><\/a><\/p>\n<h3>Phases of Incremental Model<\/h3>\n<p>Any iteration of the increment model can use prototyping model for the process flow. Well, the general phases that all the increments have to process are as follow:<\/p>\n<p><strong>1. Requirement Analysis<\/strong><\/p>\n<p>During this phase, the developers communicate with the customer and note down all the requirements of the customer.<\/p>\n<p><strong>2. Modelling<\/strong><\/p>\n<p>Analyzing the requirements specified by the customer outline of the product is designed using UML diagrams which helps in the implementation of the product.<\/p>\n<p><strong>3. Implementation<\/strong><\/p>\n<p>Programs are coded in small units to implement the operational product. These small units are integrated to achieve the operation product.<\/p>\n<p><strong>4. Deployment<\/strong><\/p>\n<p>The operational product is demonstrated to the customer and feedback is taken to develop next increment.<br \/>\n<a name=\"WhentoUseIncrementalModel?\"><\/a><\/p>\n<h3>When to Use Incremental Development Model?<\/h3>\n<p>The incremental model should be used when the deadline fixed for the completion of the project seems to be impossible. There can be many reasons for this scenario like it may be the case that there is a lack of staff for completing the project. So, the company can plan early increments with fewer team members.<\/p>\n<p>It would also be the case that the delivery date of the new hardware required to implement the system is uncertain. So, the developer team can plan early iterations in such a way that the use of the latest hardware can be ignored.<\/p>\n<p><span style=\"font-size: 1.0625rem;letter-spacing: 0px\">The incremental model can be used when the client requires the quick release of the system. In this case, the early increments would possess the features of the customer\u2019s interest.<\/span><br \/>\n<a name=\"TypesofIncrementalModel\"><\/a><\/p>\n<h3>Types of Incremental Model<\/h3>\n<p>In this section, we will discuss four approaches to implement the incremental model.<\/p>\n<p><strong>1. Top Down<\/strong><\/p>\n<p>In the top-down approach, the topmost component of the software is implemented first. Like, the topmost component of any software is the user interface of that software and it is also the visible part of the software.<\/p>\n<p>The user interface can be demonstrated to the client as it imitates the final product. The top-down approach works in-breath first fashion.<\/p>\n<p><strong>2. Bottom-Up<\/strong><\/p>\n<p>In the bottom-up approach, the lowest component of the software is implemented first. The lowest component is the component on which everything is dependent. These components can be classes that can be shared or reused to form a common library for an application.<\/p>\n<p>Here, the customer cannot view the working model in early increments which is the drawback of the bottom-up approach.<\/p>\n<p><strong>3. Middle Out<\/strong><\/p>\n<p>In the middle out approach, a central component is chosen to implement first. Here, the system start gets developing from the centre. The middle-out method is used for significant software. The components are divided among the developers and are developed concurrently and independently. At last, all the component are merged to form the final software.<\/p>\n<p><strong>4. Use Case-based<\/strong><\/p>\n<p>In this approach initially, developers analyze the functions that will be required to carry out the task. Then each function is implemented and demonstrated to the client, and depending on the feedback, the function is modified.<\/p>\n<p>This is repeated until the user is satisfied with the function. Then the next function is chosen; it is implemented and demonstrated to the user. In this way, the entire system is implemented. The use case approach works in a depth-first fashion. Here, the client is served immediately with visible products.<br \/>\n<a name=\"Advantages&amp;Disadvantages\"><\/a><\/p>\n<h3>Advantages &amp; Disadvantages<\/h3>\n<p><strong>Advantages of Incremental Model<\/strong><\/p>\n<ol>\n<li>As the components are incorporated one by one, the user has the chance to change the requirements.<\/li>\n<li>There is early delivery of visible products.<\/li>\n<li>The client has the satisfaction that the entire product will be delivered soon.<\/li>\n<li>The client can decide which module should be implemented next.<\/li>\n<li>Early increments are delivered faster.<\/li>\n<\/ol>\n<p><strong>Disadvantages of Incremental Model<\/strong><\/p>\n<ol>\n<li>The incremental model needs proper planning else; it would delay the delivery of the product.<\/li>\n<li>Changing requirements of users may arise the cost of the product.<\/li>\n<\/ol>\n<p><a name=\"KeyTakeaways\"><\/a><\/p>\n<h3>Key Takeaways<\/h3>\n<div id=\"keytake\">\n<ul>\n<li>The incremental model delivers a working component at each increment.<\/li>\n<li>The first product of the incremental model is generally the core product, and the supplementary features of the product are delivered in further increments.<\/li>\n<li>The incremental model should be used when the delivery of the entire working product at the committed date seems to be impossible.<\/li>\n<li>As the supplementary features are delivered in further increments, there is an opportunity for customers to change their requirements.<\/li>\n<li>The incremental model has four types that include a top-down approach, bottom-up approach, middle-out approach and use case approach.<\/li>\n<li>The incremental model provides operational and visible product at the early increments.<\/li>\n<li>As components of the whole product are incorporated one by one, bug detection becomes easier.<\/li>\n<\/ul>\n<\/div>\n<p>So, this is all about the incremental model, it delivers the core component of the entire product in its initial increment, and the supplementary features are delivered in further increments.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The incremental development model is a prescriptive model which delivers the working component at each increment of the project. Incremental model is implemented when the client needs an immediate release of the project. In this section, we will discuss the characteristics of the incremental model in brief, along with its phases. We will also consider [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[6],"tags":[],"class_list":{"0":"post-1176","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-software-engineering","7":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is Incremental Development Model? Characteristics, Use, Types, Advantages &amp; Disadvantages - Binary Terms<\/title>\n<meta name=\"description\" content=\"The incremental development model is a prescriptive model which delivers the working component at each increment of the project. Incremental model is implemented when the client needs an immediate release of the project.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/binaryterms.com\/incremental-development-model.html\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Incremental Development Model? Characteristics, Use, Types, Advantages &amp; Disadvantages - Binary Terms\" \/>\n<meta property=\"og:description\" content=\"The incremental development model is a prescriptive model which delivers the working component at each increment of the project. Incremental model is implemented when the client needs an immediate release of the project.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/binaryterms.com\/incremental-development-model.html\" \/>\n<meta property=\"og:site_name\" content=\"Binary Terms\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-12T06:39:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-18T06:36:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/03\/Incremental-development-model.jpg\" \/>\n<meta name=\"author\" content=\"Neha T\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Neha T\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/binaryterms.com\/incremental-development-model.html#article\",\"isPartOf\":{\"@id\":\"https:\/\/binaryterms.com\/incremental-development-model.html\"},\"author\":{\"name\":\"Neha T\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe\"},\"headline\":\"Incremental Development Model\",\"datePublished\":\"2020-03-12T06:39:05+00:00\",\"dateModified\":\"2021-01-18T06:36:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/binaryterms.com\/incremental-development-model.html\"},\"wordCount\":1144,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/binaryterms.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/incremental-development-model.html#primaryimage\"},\"thumbnailUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/03\/Incremental-development-model.jpg\",\"articleSection\":[\"Software Engineering\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/binaryterms.com\/incremental-development-model.html#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/binaryterms.com\/incremental-development-model.html\",\"url\":\"https:\/\/binaryterms.com\/incremental-development-model.html\",\"name\":\"What is Incremental Development Model? Characteristics, Use, Types, Advantages & Disadvantages - Binary Terms\",\"isPartOf\":{\"@id\":\"https:\/\/binaryterms.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/binaryterms.com\/incremental-development-model.html#primaryimage\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/incremental-development-model.html#primaryimage\"},\"thumbnailUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/03\/Incremental-development-model.jpg\",\"datePublished\":\"2020-03-12T06:39:05+00:00\",\"dateModified\":\"2021-01-18T06:36:16+00:00\",\"description\":\"The incremental development model is a prescriptive model which delivers the working component at each increment of the project. Incremental model is implemented when the client needs an immediate release of the project.\",\"breadcrumb\":{\"@id\":\"https:\/\/binaryterms.com\/incremental-development-model.html#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/binaryterms.com\/incremental-development-model.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/binaryterms.com\/incremental-development-model.html#primaryimage\",\"url\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/03\/Incremental-development-model.jpg\",\"contentUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/03\/Incremental-development-model.jpg\",\"width\":600,\"height\":291,\"caption\":\"Incremental development model\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/binaryterms.com\/incremental-development-model.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/binaryterms.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Incremental Development Model\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/binaryterms.com\/#website\",\"url\":\"https:\/\/binaryterms.com\/\",\"name\":\"Binary Terms\",\"description\":\"The Computer Science &amp; IT Guide\",\"publisher\":{\"@id\":\"https:\/\/binaryterms.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/binaryterms.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/binaryterms.com\/#organization\",\"name\":\"Binary Terms\",\"url\":\"https:\/\/binaryterms.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png\",\"contentUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png\",\"width\":400,\"height\":63,\"caption\":\"Binary Terms\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe\",\"name\":\"Neha T\",\"url\":\"https:\/\/binaryterms.com\/author\/author\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is Incremental Development Model? Characteristics, Use, Types, Advantages & Disadvantages - Binary Terms","description":"The incremental development model is a prescriptive model which delivers the working component at each increment of the project. Incremental model is implemented when the client needs an immediate release of the project.","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:\/\/binaryterms.com\/incremental-development-model.html","og_locale":"en_GB","og_type":"article","og_title":"What is Incremental Development Model? Characteristics, Use, Types, Advantages & Disadvantages - Binary Terms","og_description":"The incremental development model is a prescriptive model which delivers the working component at each increment of the project. Incremental model is implemented when the client needs an immediate release of the project.","og_url":"https:\/\/binaryterms.com\/incremental-development-model.html","og_site_name":"Binary Terms","article_published_time":"2020-03-12T06:39:05+00:00","article_modified_time":"2021-01-18T06:36:16+00:00","og_image":[{"url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/03\/Incremental-development-model.jpg","type":"","width":"","height":""}],"author":"Neha T","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Neha T","Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/binaryterms.com\/incremental-development-model.html#article","isPartOf":{"@id":"https:\/\/binaryterms.com\/incremental-development-model.html"},"author":{"name":"Neha T","@id":"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe"},"headline":"Incremental Development Model","datePublished":"2020-03-12T06:39:05+00:00","dateModified":"2021-01-18T06:36:16+00:00","mainEntityOfPage":{"@id":"https:\/\/binaryterms.com\/incremental-development-model.html"},"wordCount":1144,"commentCount":1,"publisher":{"@id":"https:\/\/binaryterms.com\/#organization"},"image":{"@id":"https:\/\/binaryterms.com\/incremental-development-model.html#primaryimage"},"thumbnailUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/03\/Incremental-development-model.jpg","articleSection":["Software Engineering"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/binaryterms.com\/incremental-development-model.html#respond"]}]},{"@type":"WebPage","@id":"https:\/\/binaryterms.com\/incremental-development-model.html","url":"https:\/\/binaryterms.com\/incremental-development-model.html","name":"What is Incremental Development Model? Characteristics, Use, Types, Advantages & Disadvantages - Binary Terms","isPartOf":{"@id":"https:\/\/binaryterms.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/binaryterms.com\/incremental-development-model.html#primaryimage"},"image":{"@id":"https:\/\/binaryterms.com\/incremental-development-model.html#primaryimage"},"thumbnailUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/03\/Incremental-development-model.jpg","datePublished":"2020-03-12T06:39:05+00:00","dateModified":"2021-01-18T06:36:16+00:00","description":"The incremental development model is a prescriptive model which delivers the working component at each increment of the project. Incremental model is implemented when the client needs an immediate release of the project.","breadcrumb":{"@id":"https:\/\/binaryterms.com\/incremental-development-model.html#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/binaryterms.com\/incremental-development-model.html"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/binaryterms.com\/incremental-development-model.html#primaryimage","url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/03\/Incremental-development-model.jpg","contentUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/03\/Incremental-development-model.jpg","width":600,"height":291,"caption":"Incremental development model"},{"@type":"BreadcrumbList","@id":"https:\/\/binaryterms.com\/incremental-development-model.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/binaryterms.com\/"},{"@type":"ListItem","position":2,"name":"Incremental Development Model"}]},{"@type":"WebSite","@id":"https:\/\/binaryterms.com\/#website","url":"https:\/\/binaryterms.com\/","name":"Binary Terms","description":"The Computer Science &amp; IT Guide","publisher":{"@id":"https:\/\/binaryterms.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/binaryterms.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/binaryterms.com\/#organization","name":"Binary Terms","url":"https:\/\/binaryterms.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/","url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png","contentUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png","width":400,"height":63,"caption":"Binary Terms"},"image":{"@id":"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe","name":"Neha T","url":"https:\/\/binaryterms.com\/author\/author"}]}},"_links":{"self":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/1176","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/comments?post=1176"}],"version-history":[{"count":2,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/1176\/revisions"}],"predecessor-version":[{"id":2230,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/1176\/revisions\/2230"}],"wp:attachment":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/media?parent=1176"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/categories?post=1176"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/tags?post=1176"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}