{"id":68002,"date":"2023-06-29T09:37:32","date_gmt":"2023-06-29T09:37:32","guid":{"rendered":"https:\/\/morningtrain.dk\/5-incredible-secrets-to-using-github-copilot\/"},"modified":"2026-04-28T12:06:15","modified_gmt":"2026-04-28T12:06:15","slug":"5-incredible-secrets-to-using-github-copilot","status":"publish","type":"post","link":"https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/","title":{"rendered":"5 incredible secrets to using GitHub Copilot"},"content":{"rendered":"<section class=\"mt-blog-post-cover wp-block-mt-blog-post-cover\">\n    <div class=\"mt-blog-post-cover__inner page-container\">\n        <div class=\"mt-blog-post-cover__text-container\">\n                                                <p class=\"mt-blog-post-cover__tagline tagline\">AI<\/p>\n                                                    <p class=\"mt-blog-post-cover__date\">\n                        29. June 2023                    <\/p>\n                                                        <h1 class=\"mt-blog-post-cover__title\">5 incredible secrets to using GitHub Copilot<\/h1>\n                    <\/div>\n        <div class=\"wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">GitHub Copilot is an AI model and a revolutionary tool that has transformed the world of coding. But like any powerful technology, its full potential is only available to those who know its deeper secrets. In this article, we will reveal the 5 incredible secrets to using GitHub Copilot. <\/p><\/div><figure class=\"wp-block-post-featured-image\"><img decoding=\"async\" width=\"1248\" height=\"720\" src=\"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-incredible-things-about-Github-Copilot.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" style=\"object-fit:cover;\" srcset=\"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-incredible-things-about-Github-Copilot.png 1248w, https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-incredible-things-about-Github-Copilot-300x173.png 300w, https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-incredible-things-about-Github-Copilot-1024x591.png 1024w, https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-incredible-things-about-Github-Copilot-768x443.png 768w, https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-incredible-things-about-Github-Copilot-600x346.png 600w\" sizes=\"(max-width: 1248px) 100vw, 1248px\" \/><\/figure>\n    <\/div>\n<\/section>\n\n\n<section\n    class=\"mt-blog-post-content mt-blog-post-content--has-table-of-contents mtSpacing-top-none mtSpacing-bottom-medium\"\n>\n    <div class=\"mt-blog-post-content__inner page-container\">\n        <div class=\"mt-blog-post-content__table-of-contents\">\n                                                <p class=\"mt-blog-post-content__table-of-contents-title\">\n                        Content\n                    <\/p>\n                                                    <a\n                        href=\"#input\"\n                        class=\"mt-blog-post-content__table-of-contents-item\"\n                    >\n                        1. Provide clear inputs\n                    <\/a>\n                                    <a\n                        href=\"#organize\"\n                        class=\"mt-blog-post-content__table-of-contents-item\"\n                    >\n                        2. Organize your project\n                    <\/a>\n                                    <a\n                        href=\"#placement\"\n                        class=\"mt-blog-post-content__table-of-contents-item\"\n                    >\n                        3. Marker location\n                    <\/a>\n                                    <a\n                        href=\"#context\"\n                        class=\"mt-blog-post-content__table-of-contents-item\"\n                    >\n                        4. Context exploitation\n                    <\/a>\n                                    <a\n                        href=\"#priority\"\n                        class=\"mt-blog-post-content__table-of-contents-item\"\n                    >\n                        5. High-priority topics\n                    <\/a>\n                                  <\/div>\n        <div class=\"mt-blog-post-content__items\">\n                            \n\n<h2 class=\"wp-block-heading\" id=\"input\">1: Provide Copilot with clear inputs<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">GitHub Copilot works best when it receives clear and precise instructions. The clearer the input, the better the Context model can generate context-aware code suggestions. <\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><em>* When you write in VSCode, provide Copilot with a clear and precise prompt to work with.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>* The clearer the input, the better the Context model can generate context-aware code suggestions.<\/em><\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"organize\">2: Organize your project<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A well-organized project helps Copilot understand the context and deliver better suggestions. Ensure that your project has descriptive file names and meaningful code with descriptive method names and comments. <\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><em>* Ensure a well-structured project with descriptive file names.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>* Write meaningful code with descriptive method names and comments.<\/em><\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"placement\">3: Strategic cursor placement<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Copilot\u2019s suffix feature can be leveraged through strategic cursor placement in your code. The Context model provides suggestions based on the cursor\u2019s position. <\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><em>* Leverage Copilot\u2019s suffix feature through strategic cursor placement in your code.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>* The Context model provides suggestions based on the cursor\u2019s position.<\/em><\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"context\">4: Maximize Context utilization<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Copilot uses 20 open VSCode tabs for context-aware suggestions. For better context, keep files shorter or manually insert related code as comments above your cursor position. This method improves Copilot\u2019s accuracy using adjacent-file context.  <\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><em>* Copilot leverages 20 open VSCode tabs for context-aware suggestions.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>* For better context, keep files shorter or manually insert related code as comments above your cursor position.<\/em><\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"priority\">5: Focus on high-priority items<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For specific features or critical bug fixes, open related files to improve Copilot\u2019s context, code suggestions, and efficiency. By doing so, Copilot can leverage the context from these files, improving the code suggestions. <\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><em>* For specific features or critical bug fixes, open related files to improve Copilot\u2019s context, code suggestions, and efficiency.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>* By doing so, Copilot can leverage the context from these files, improving the code suggestions.<\/em><\/p>\n<\/blockquote>\n\n\n                                            <\/div>\n        <div class=\"mt-blog-post-content__small-related-posts\">\n                                <\/div>\n    <\/div>\n    <\/section>\n\n","protected":false},"excerpt":{"rendered":"<p>GitHub Copilot is an <a href=\"https:\/\/morningtrain.dk\/en\/what-is-an-ai-model\/\">AI model<\/a> and a revolutionary tool that has transformed the world of coding. But like any powerful <a href=\"https:\/\/morningtrain.dk\/web\/teknologier\/\">technology<\/a>, its full potential is only available to those who know its deeper secrets. In this article, we will reveal the <em>5 incredible secrets to using GitHub Copilot.<\/em>  <\/p>\n","protected":false},"author":8,"featured_media":69090,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[385],"tags":[],"class_list":["post-68002","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>5 secrets to using GitHub Copilot | Insights<\/title>\n<meta name=\"description\" content=\"GitHub Copilot is a revolutionary tool that has transformed the world of coding. 5 incredible secrets to using GitHub Copilot.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"5 secrets to using GitHub Copilot | Insights\" \/>\n<meta property=\"og:description\" content=\"GitHub Copilot is a revolutionary tool that has transformed the world of coding. 5 incredible secrets to using GitHub Copilot.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/\" \/>\n<meta property=\"og:site_name\" content=\"Morningtrain\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-29T09:37:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-28T12:06:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-incredible-things-about-Github-Copilot.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1248\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Thomas_oe\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thomas_oe\" \/>\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:\\\/\\\/morningtrain.dk\\\/en\\\/5-incredible-secrets-to-using-github-copilot\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-incredible-secrets-to-using-github-copilot\\\/\"},\"author\":{\"name\":\"Thomas_oe\",\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/#\\\/schema\\\/person\\\/63e16ee89f0ebc4bcee579ec153e7ea4\"},\"headline\":\"5 incredible secrets to using GitHub Copilot\",\"datePublished\":\"2023-06-29T09:37:32+00:00\",\"dateModified\":\"2026-04-28T12:06:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-incredible-secrets-to-using-github-copilot\\\/\"},\"wordCount\":308,\"image\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-incredible-secrets-to-using-github-copilot\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/morningtrain.dk\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/5-incredible-things-about-Github-Copilot.png\",\"articleSection\":[\"AI\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-incredible-secrets-to-using-github-copilot\\\/\",\"url\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-incredible-secrets-to-using-github-copilot\\\/\",\"name\":\"5 secrets to using GitHub Copilot | Insights\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-incredible-secrets-to-using-github-copilot\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-incredible-secrets-to-using-github-copilot\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/morningtrain.dk\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/5-incredible-things-about-Github-Copilot.png\",\"datePublished\":\"2023-06-29T09:37:32+00:00\",\"dateModified\":\"2026-04-28T12:06:15+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/#\\\/schema\\\/person\\\/63e16ee89f0ebc4bcee579ec153e7ea4\"},\"description\":\"GitHub Copilot is a revolutionary tool that has transformed the world of coding. 5 incredible secrets to using GitHub Copilot.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-incredible-secrets-to-using-github-copilot\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-incredible-secrets-to-using-github-copilot\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-incredible-secrets-to-using-github-copilot\\\/#primaryimage\",\"url\":\"https:\\\/\\\/morningtrain.dk\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/5-incredible-things-about-Github-Copilot.png\",\"contentUrl\":\"https:\\\/\\\/morningtrain.dk\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/5-incredible-things-about-Github-Copilot.png\",\"width\":1248,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/5-incredible-secrets-to-using-github-copilot\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"5 incredible secrets to using GitHub Copilot\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/\",\"name\":\"Morningtrain\",\"description\":\"Digitalt bureau p\u00e5 1&#039; klasse\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/morningtrain.dk\\\/en\\\/#\\\/schema\\\/person\\\/63e16ee89f0ebc4bcee579ec153e7ea4\",\"name\":\"Thomas_oe\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"caption\":\"Thomas_oe\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"5 secrets to using GitHub Copilot | Insights","description":"GitHub Copilot is a revolutionary tool that has transformed the world of coding. 5 incredible secrets to using GitHub Copilot.","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:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/","og_locale":"en_US","og_type":"article","og_title":"5 secrets to using GitHub Copilot | Insights","og_description":"GitHub Copilot is a revolutionary tool that has transformed the world of coding. 5 incredible secrets to using GitHub Copilot.","og_url":"https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/","og_site_name":"Morningtrain","article_published_time":"2023-06-29T09:37:32+00:00","article_modified_time":"2026-04-28T12:06:15+00:00","og_image":[{"width":1248,"height":720,"url":"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-incredible-things-about-Github-Copilot.png","type":"image\/png"}],"author":"Thomas_oe","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Thomas_oe","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/#article","isPartOf":{"@id":"https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/"},"author":{"name":"Thomas_oe","@id":"https:\/\/morningtrain.dk\/en\/#\/schema\/person\/63e16ee89f0ebc4bcee579ec153e7ea4"},"headline":"5 incredible secrets to using GitHub Copilot","datePublished":"2023-06-29T09:37:32+00:00","dateModified":"2026-04-28T12:06:15+00:00","mainEntityOfPage":{"@id":"https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/"},"wordCount":308,"image":{"@id":"https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/#primaryimage"},"thumbnailUrl":"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-incredible-things-about-Github-Copilot.png","articleSection":["AI"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/","url":"https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/","name":"5 secrets to using GitHub Copilot | Insights","isPartOf":{"@id":"https:\/\/morningtrain.dk\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/#primaryimage"},"image":{"@id":"https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/#primaryimage"},"thumbnailUrl":"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-incredible-things-about-Github-Copilot.png","datePublished":"2023-06-29T09:37:32+00:00","dateModified":"2026-04-28T12:06:15+00:00","author":{"@id":"https:\/\/morningtrain.dk\/en\/#\/schema\/person\/63e16ee89f0ebc4bcee579ec153e7ea4"},"description":"GitHub Copilot is a revolutionary tool that has transformed the world of coding. 5 incredible secrets to using GitHub Copilot.","breadcrumb":{"@id":"https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/#primaryimage","url":"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-incredible-things-about-Github-Copilot.png","contentUrl":"https:\/\/morningtrain.dk\/wp-content\/uploads\/2026\/04\/5-incredible-things-about-Github-Copilot.png","width":1248,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/morningtrain.dk\/en\/5-incredible-secrets-to-using-github-copilot\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/morningtrain.dk\/en\/"},{"@type":"ListItem","position":2,"name":"5 incredible secrets to using GitHub Copilot"}]},{"@type":"WebSite","@id":"https:\/\/morningtrain.dk\/en\/#website","url":"https:\/\/morningtrain.dk\/en\/","name":"Morningtrain","description":"Digitalt bureau p\u00e5 1&#039; klasse","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/morningtrain.dk\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/morningtrain.dk\/en\/#\/schema\/person\/63e16ee89f0ebc4bcee579ec153e7ea4","name":"Thomas_oe","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"Thomas_oe"}}]}},"_links":{"self":[{"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/posts\/68002","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/comments?post=68002"}],"version-history":[{"count":4,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/posts\/68002\/revisions"}],"predecessor-version":[{"id":70295,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/posts\/68002\/revisions\/70295"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/media\/69090"}],"wp:attachment":[{"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/media?parent=68002"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/categories?post=68002"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/morningtrain.dk\/en\/wp-json\/wp\/v2\/tags?post=68002"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}