{"id":52,"date":"2019-12-19T10:18:26","date_gmt":"2019-12-19T15:18:26","guid":{"rendered":"http:\/\/ayling.tech\/blog\/?p=52"},"modified":"2019-12-20T11:32:03","modified_gmt":"2019-12-20T16:32:03","slug":"objects-in-code","status":"publish","type":"post","link":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/","title":{"rendered":"Objects in code"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Everything I read about object oriented code gives an example, like an animal, that has features such as a number of legs, and a breed, and any number of other, entirely-irrelevant-to-real-life-examples. These examples are good at describing the very, <em>very<\/em> high-level concept, but they fail to provide the concrete examples that a user might genuinely need in their coding life.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A module I have written pulls data from Active Directory, and has functions that can change that data. I believe this is a much clearer example than one that uses imaginary animals.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>public class AD\n{\n     public static string domain;\n\n     public AD(DirectoryEntry de)\n     {\n          DirectoryEntryI = de;\n          \/\/Other methods\n     }\n\n     private DirectoryEntry _DirEntry {get;set;}\n     public DirectoryEntry DirEntry\n     {\n          get\n          {\n               UpdateDN();\n               if (this.DN is string objectDn)\n               {\n                    _DirEntry = new DirectoryEntry(\"LDAP:\/\/\" + objectDn);\n                    return _DirEntry;\n               }\n               return null;\n           }\n     }\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This class contains a constructor, uses Microsoft APIs [it would need &#8220;using System.DirectoryServices&#8221; above the namespace declaration], has member variables [DirEntry and _DirEntry] which have different accessibility, has a function [UpdateDN() which I have not included in the code to make it easier to read] and has a non-member variable to store the domain of this Active Directory object.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Personally, I think this is a far more interesting example.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Everything I read about object oriented code gives an example, like an animal, that has features such as a number of legs, and a breed, and any number of other, entirely-irrelevant-to-real-life-examples. These examples are good at describing the very, very high-level concept, but they fail to provide the concrete examples that a user might genuinely need in their coding life. A module I have written pulls data from Active Directory, and has functions that can change that data. I believe&#8230;<\/p>\n<p class=\"read-more\"><a class=\"btn btn-default\" href=\"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/\"> Read More<span class=\"screen-reader-text\">  Read More<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":127,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[14],"tags":[21,15,16,22,18,17],"class_list":["post-52","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-code","tag-active-directory","tag-c","tag-code","tag-directoryservices","tag-object-oriented-programming","tag-objects"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Everything I read about object oriented code gives an example, like an animal, that has features such as a number of legs, and a breed, and any number of other, entirely-irrelevant-to-real-life-examples. These examples are good at describing the very, very high-level concept, but they fail to provide the concrete examples that a user might genuinely\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"A\u00deling\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"A\u00deling&#039;s Thoughts - Exploring the boundaries of possibility\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Objects in code - A\u00deling&#039;s Thoughts\" \/>\n\t\t<meta property=\"og:description\" content=\"Everything I read about object oriented code gives an example, like an animal, that has features such as a number of legs, and a breed, and any number of other, entirely-irrelevant-to-real-life-examples. These examples are good at describing the very, very high-level concept, but they fail to provide the concrete examples that a user might genuinely\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-12-19T15:18:26+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-12-20T16:32:03+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codecopyblog\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@GavinAyling\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Objects in code - A\u00deling&#039;s Thoughts\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Everything I read about object oriented code gives an example, like an animal, that has features such as a number of legs, and a breed, and any number of other, entirely-irrelevant-to-real-life-examples. These examples are good at describing the very, very high-level concept, but they fail to provide the concrete examples that a user might genuinely\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@GavinAyling\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/2019\\\/objects-in-code\\\/#blogposting\",\"name\":\"Objects in code - A\\u00deling's Thoughts\",\"headline\":\"Objects in code\",\"author\":{\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/author\\\/gavinayling-tech\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/Code.png\",\"width\":768,\"height\":486},\"datePublished\":\"2019-12-19T10:18:26-05:00\",\"dateModified\":\"2019-12-20T11:32:03-05:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/2019\\\/objects-in-code\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/2019\\\/objects-in-code\\\/#webpage\"},\"articleSection\":\"Code, Active Directory, C#, code, DirectoryServices, object oriented programming, objects\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/2019\\\/objects-in-code\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/shortbooks.online\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/category\\\/code\\\/#listItem\",\"name\":\"Code\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/category\\\/code\\\/#listItem\",\"position\":2,\"name\":\"Code\",\"item\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/category\\\/code\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/2019\\\/objects-in-code\\\/#listItem\",\"name\":\"Objects in code\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/2019\\\/objects-in-code\\\/#listItem\",\"position\":3,\"name\":\"Objects in code\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/category\\\/code\\\/#listItem\",\"name\":\"Code\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/#person\",\"name\":\"A\\u00deling\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/2019\\\/objects-in-code\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ad909f588608abc0d84ee3456d38272e0835b3a5af4db8e6d168d91ac390960c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"A\\u00deling\"},\"sameAs\":[\"https:\\\/\\\/twitter.com\\\/GavinAyling\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/author\\\/gavinayling-tech\\\/#author\",\"url\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/author\\\/gavinayling-tech\\\/\",\"name\":\"A\\u00deling\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/2019\\\/objects-in-code\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ad909f588608abc0d84ee3456d38272e0835b3a5af4db8e6d168d91ac390960c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"A\\u00deling\"},\"sameAs\":[\"https:\\\/\\\/twitter.com\\\/GavinAyling\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/2019\\\/objects-in-code\\\/#webpage\",\"url\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/2019\\\/objects-in-code\\\/\",\"name\":\"Objects in code - A\\u00deling's Thoughts\",\"description\":\"Everything I read about object oriented code gives an example, like an animal, that has features such as a number of legs, and a breed, and any number of other, entirely-irrelevant-to-real-life-examples. These examples are good at describing the very, very high-level concept, but they fail to provide the concrete examples that a user might genuinely\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/2019\\\/objects-in-code\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/author\\\/gavinayling-tech\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/author\\\/gavinayling-tech\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/Code.png\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/2019\\\/objects-in-code\\\/#mainImage\",\"width\":768,\"height\":486},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/2019\\\/objects-in-code\\\/#mainImage\"},\"datePublished\":\"2019-12-19T10:18:26-05:00\",\"dateModified\":\"2019-12-20T11:32:03-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/\",\"name\":\"Thoughts from Gavin A\\u00deling\",\"description\":\"Exploring the boundaries of possibility\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/shortbooks.online\\\/blog\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Objects in code - A\u00deling's Thoughts","description":"Everything I read about object oriented code gives an example, like an animal, that has features such as a number of legs, and a breed, and any number of other, entirely-irrelevant-to-real-life-examples. These examples are good at describing the very, very high-level concept, but they fail to provide the concrete examples that a user might genuinely","canonical_url":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/#blogposting","name":"Objects in code - A\u00deling's Thoughts","headline":"Objects in code","author":{"@id":"https:\/\/shortbooks.online\/blog\/author\/gavinayling-tech\/#author"},"publisher":{"@id":"https:\/\/shortbooks.online\/blog\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/shortbooks.online\/blog\/wp-content\/uploads\/2019\/12\/Code.png","width":768,"height":486},"datePublished":"2019-12-19T10:18:26-05:00","dateModified":"2019-12-20T11:32:03-05:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/#webpage"},"isPartOf":{"@id":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/#webpage"},"articleSection":"Code, Active Directory, C#, code, DirectoryServices, object oriented programming, objects"},{"@type":"BreadcrumbList","@id":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/shortbooks.online\/blog#listItem","position":1,"name":"Home","item":"https:\/\/shortbooks.online\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/shortbooks.online\/blog\/category\/code\/#listItem","name":"Code"}},{"@type":"ListItem","@id":"https:\/\/shortbooks.online\/blog\/category\/code\/#listItem","position":2,"name":"Code","item":"https:\/\/shortbooks.online\/blog\/category\/code\/","nextItem":{"@type":"ListItem","@id":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/#listItem","name":"Objects in code"},"previousItem":{"@type":"ListItem","@id":"https:\/\/shortbooks.online\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/#listItem","position":3,"name":"Objects in code","previousItem":{"@type":"ListItem","@id":"https:\/\/shortbooks.online\/blog\/category\/code\/#listItem","name":"Code"}}]},{"@type":"Person","@id":"https:\/\/shortbooks.online\/blog\/#person","name":"A\u00deling","image":{"@type":"ImageObject","@id":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/ad909f588608abc0d84ee3456d38272e0835b3a5af4db8e6d168d91ac390960c?s=96&d=mm&r=g","width":96,"height":96,"caption":"A\u00deling"},"sameAs":["https:\/\/twitter.com\/GavinAyling"]},{"@type":"Person","@id":"https:\/\/shortbooks.online\/blog\/author\/gavinayling-tech\/#author","url":"https:\/\/shortbooks.online\/blog\/author\/gavinayling-tech\/","name":"A\u00deling","image":{"@type":"ImageObject","@id":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/ad909f588608abc0d84ee3456d38272e0835b3a5af4db8e6d168d91ac390960c?s=96&d=mm&r=g","width":96,"height":96,"caption":"A\u00deling"},"sameAs":["https:\/\/twitter.com\/GavinAyling"]},{"@type":"WebPage","@id":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/#webpage","url":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/","name":"Objects in code - A\u00deling's Thoughts","description":"Everything I read about object oriented code gives an example, like an animal, that has features such as a number of legs, and a breed, and any number of other, entirely-irrelevant-to-real-life-examples. These examples are good at describing the very, very high-level concept, but they fail to provide the concrete examples that a user might genuinely","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/shortbooks.online\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/#breadcrumblist"},"author":{"@id":"https:\/\/shortbooks.online\/blog\/author\/gavinayling-tech\/#author"},"creator":{"@id":"https:\/\/shortbooks.online\/blog\/author\/gavinayling-tech\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/shortbooks.online\/blog\/wp-content\/uploads\/2019\/12\/Code.png","@id":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/#mainImage","width":768,"height":486},"primaryImageOfPage":{"@id":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/#mainImage"},"datePublished":"2019-12-19T10:18:26-05:00","dateModified":"2019-12-20T11:32:03-05:00"},{"@type":"WebSite","@id":"https:\/\/shortbooks.online\/blog\/#website","url":"https:\/\/shortbooks.online\/blog\/","name":"Thoughts from Gavin A\u00deling","description":"Exploring the boundaries of possibility","inLanguage":"en-GB","publisher":{"@id":"https:\/\/shortbooks.online\/blog\/#person"}}]},"og:locale":"en_GB","og:site_name":"A\u00deling's Thoughts - Exploring the boundaries of possibility","og:type":"article","og:title":"Objects in code - A\u00deling's Thoughts","og:description":"Everything I read about object oriented code gives an example, like an animal, that has features such as a number of legs, and a breed, and any number of other, entirely-irrelevant-to-real-life-examples. These examples are good at describing the very, very high-level concept, but they fail to provide the concrete examples that a user might genuinely","og:url":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/","article:published_time":"2019-12-19T15:18:26+00:00","article:modified_time":"2019-12-20T16:32:03+00:00","article:publisher":"https:\/\/www.facebook.com\/codecopyblog","twitter:card":"summary","twitter:site":"@GavinAyling","twitter:title":"Objects in code - A\u00deling's Thoughts","twitter:description":"Everything I read about object oriented code gives an example, like an animal, that has features such as a number of legs, and a breed, and any number of other, entirely-irrelevant-to-real-life-examples. These examples are good at describing the very, very high-level concept, but they fail to provide the concrete examples that a user might genuinely","twitter:creator":"@GavinAyling"},"aioseo_meta_data":{"post_id":"52","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2022-01-10 19:03:27","updated":"2025-06-04 03:31:02","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/shortbooks.online\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/shortbooks.online\/blog\/category\/code\/\" title=\"Code\">Code<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tObjects in code\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/shortbooks.online\/blog"},{"label":"Code","link":"https:\/\/shortbooks.online\/blog\/category\/code\/"},{"label":"Objects in code","link":"https:\/\/shortbooks.online\/blog\/2019\/objects-in-code\/"}],"_links":{"self":[{"href":"https:\/\/shortbooks.online\/blog\/wp-json\/wp\/v2\/posts\/52","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shortbooks.online\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/shortbooks.online\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/shortbooks.online\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shortbooks.online\/blog\/wp-json\/wp\/v2\/comments?post=52"}],"version-history":[{"count":0,"href":"https:\/\/shortbooks.online\/blog\/wp-json\/wp\/v2\/posts\/52\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/shortbooks.online\/blog\/wp-json\/wp\/v2\/media\/127"}],"wp:attachment":[{"href":"https:\/\/shortbooks.online\/blog\/wp-json\/wp\/v2\/media?parent=52"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/shortbooks.online\/blog\/wp-json\/wp\/v2\/categories?post=52"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/shortbooks.online\/blog\/wp-json\/wp\/v2\/tags?post=52"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}