{"id":434,"date":"2021-04-07T12:47:16","date_gmt":"2021-04-07T12:47:16","guid":{"rendered":"https:\/\/turtleflyblog.com\/?p=434"},"modified":"2022-02-28T09:23:48","modified_gmt":"2022-02-28T09:23:48","slug":"c-flurl","status":"publish","type":"post","link":"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/","title":{"rendered":"C# Uri\u4e32\u63a5\u53c3\u6578\u7684\u597d\u5de5\u5177Flurl"},"content":{"rendered":"\n

\u7576\u6211\u5011\u4f7f\u7528HttpClient\u547c\u53ebweb api\u548cURL\u6642\u3002\u6211\u5011\u5f80\u5f80\u6703\u7528string\u65b9\u5f0f\u4f86\u8a2d\u5b9a\u8a72URL\u7684\u53c3\u6578-\u5982id\u503c\u7b49\u7b49\uff0c\u4f8b\u5982\u4ee5\u4e0b:<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

\u7d50\u679c\u5982\u4e0b<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

\u53ef\u7528string.format\u65b9\u5f0f\u6216C# 6\u63d0\u4f9b\u7684\u65b9\u6cd5\u50b3\u5165\u53c3\u6578\u3002\u7136\u800c\u9019\u4e9b\u65b9\u6cd5\u4e5f\u7522\u751f\u4e86\u4e00\u500b\u56b4\u91cd\u7684\u554f\u984c-\u53ef\u8b80\u6027\u3002\u7576\u53c3\u6578\u8d8a\u591a\uff0c\u8a72URL string\u4e5f\u8d8a\u5197\u9577\u66f4\u4e82\u3002\u672c\u6587\u63a8\u85a6\u4e00\u500b\u597d\u7528\u7684\u5eab-Flurl\u3002<\/p>\n\n\n\n

Flurl\u53ef\u7531nuget\u4e0b\u8f09<\/p>\n\n\n\n

PM> Install-Package Flurl<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

\u6216\u4e5f\u53ef\u7528dotnet cli\u65b9\u5f0f\u4e0b\u8f09<\/p>\n\n\n\n

dotnet add package Flurl<\/p>\n\n\n\n

\u4e0b\u8f09Flurl\u5f8c\u53ef\u4fee\u6539\u548c\u7cbe\u7c21\u4ee5\u4e0a\u7a0b\u5f0f\u78bc\u5982\u4e0b<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

\u4ee5\u4e0a\u7a0b\u5f0f\u78bc\u4e3b\u8981\u900f\u904eAppendPathSegment\u548cSetQueryParam\u5169\u500bFlurl\u5eab\u63d0\u4f9b\u7684\u65b9\u6cd5\uff0c\u4f86\u7d44\u5408Url\u7684Path\u548cQueryString\u3002\u6211\u5011\u4e5f\u53ef\u4f9d\u60c5\u6cc1\u522a\u6e1bQueryString\u3002<\/p>\n\n\n\n

\u53e6\u5916\u4e5f\u53ef\u4ee5\u7528SetQueryParams\u65b9\u6cd5\uff0c\u8a72\u65b9\u6cd5\u53ef\u63a5\u53d7\u985e\u5225\u6216\u4efb\u4f55\u6709\u9375\u503c\u7684\u96c6\u5408-\u5982(\u5b57\u5178Dict\u6216\u5143\u7956Tuples)<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

\u5be6\u4f5c\u548c\u5b78\u7fd2Flurl\u5eab\u63d0\u4f9b\u7684\u65b9\u6cd5\u4e26\u4e0d\u6703\u82b1\u592a\u591a\u6642\u9593\uff0c\u6709\u6548\u7684\u4f7f\u7528\u8a72\u5eab(Flurl)\u53ef\u589e\u52a0\u7a0b\u5f0f\u78bc\u7684\u53ef\u8b80\u6027\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"

\u7576\u6211\u5011\u4f7f\u7528HttpClient\u547c\u53ebweb api\u548cURL\u6642\u3002\u6211\u5011\u5f80\u5f80\u6703\u7528string\u65b9\u5f0f\u4f86\u8a2d\u5b9a\u8a72URL\u7684\u53c3\u6578-\u5982id\u503c\u7b49\u7b49\uff0c\u4f8b\u5982\u4ee5\u4e0b: \u7d50\u679c\u5982\u4e0b \u53ef\u7528string.format\u65b9\u5f0f\u6216C# 6\u63d0\u4f9b\u7684\u65b9\u6cd5\u50b3\u5165\u53c3\u6578\u3002\u7136\u800c\u9019\u4e9b\u65b9\u6cd5\u4e5f\u7522\u751f\u4e86\u4e00\u500b\u56b4\u91cd\u7684\u554f\u984c-\u53ef\u8b80\u6027\u3002\u7576\u53c3\u6578\u8d8a\u591a\uff0c\u8a72URL string\u4e5f\u8d8a\u5197\u9577\u66f4\u4e82\u3002\u672c\u6587\u63a8\u85a6\u4e00\u500b\u597d\u7528\u7684\u5eab-Flurl\u3002 Flurl\u53ef\u7531nuget\u4e0b\u8f09 PM> Install-Package Flurl \u6216\u4e5f\u53ef\u7528dotnet cli\u65b9\u5f0f\u4e0b\u8f09 dotnet add package Flurl \u4e0b\u8f09Flurl\u5f8c\u53ef\u4fee\u6539\u548c\u7cbe\u7c21\u4ee5\u4e0a\u7a0b\u5f0f\u78bc\u5982\u4e0b \u4ee5\u4e0a\u7a0b\u5f0f\u78bc\u4e3b\u8981\u900f\u904eAppendPathSegment\u548cSetQueryParam\u5169\u500bFlurl\u5eab\u63d0\u4f9b\u7684\u65b9\u6cd5\uff0c\u4f86\u7d44\u5408Url\u7684Path\u548cQueryString\u3002\u6211\u5011\u4e5f\u53ef\u4f9d\u60c5\u6cc1\u522a\u6e1bQueryString\u3002 \u53e6\u5916\u4e5f\u53ef\u4ee5\u7528SetQueryParams\u65b9\u6cd5\uff0c\u8a72\u65b9\u6cd5\u53ef\u63a5\u53d7\u985e\u5225\u6216\u4efb\u4f55\u6709\u9375\u503c\u7684\u96c6\u5408-\u5982(\u5b57\u5178Dict\u6216\u5143\u7956Tuples) \u5be6\u4f5c\u548c\u5b78\u7fd2Flurl\u5eab\u63d0\u4f9b\u7684\u65b9\u6cd5\u4e26\u4e0d\u6703\u82b1\u592a\u591a\u6642\u9593\uff0c\u6709\u6548\u7684\u4f7f\u7528\u8a72\u5eab(Flurl)\u53ef\u589e\u52a0\u7a0b\u5f0f\u78bc\u7684\u53ef\u8b80\u6027\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[38],"tags":[],"class_list":["post-434","post","type-post","status-publish","format-standard","hentry","category-pg"],"yoast_head":"\nC# Uri\u4e32\u63a5\u53c3\u6578\u7684\u597d\u5de5\u5177Flurl - Who said turtle cannot fly<\/title>\n<meta name=\"description\" content=\"\u7576\u6211\u5011\u4f7f\u7528HttpClient\u547c\u53ebweb api\u548cURL\u6642\u3002\u6211\u5011\u5f80\u5f80\u6703\u7528string\u65b9\u5f0f\u4f86\u8a2d\u5b9a\u8a72URL\u7684\u53c3\u6578-\u5982id\u503c\u7b49\u7b49\uff0c\u4f8b\u5982\u4ee5\u4e0b\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C# Uri\u4e32\u63a5\u53c3\u6578\u7684\u597d\u5de5\u5177Flurl - Who said turtle cannot fly\" \/>\n<meta property=\"og:description\" content=\"\u7576\u6211\u5011\u4f7f\u7528HttpClient\u547c\u53ebweb api\u548cURL\u6642\u3002\u6211\u5011\u5f80\u5f80\u6703\u7528string\u65b9\u5f0f\u4f86\u8a2d\u5b9a\u8a72URL\u7684\u53c3\u6578-\u5982id\u503c\u7b49\u7b49\uff0c\u4f8b\u5982\u4ee5\u4e0b\" \/>\n<meta property=\"og:url\" content=\"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/\" \/>\n<meta property=\"og:site_name\" content=\"Who said turtle cannot fly\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-07T12:47:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-28T09:23:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/turtleflyblog.com\/wp-content\/uploads\/2021\/04\/1.png\" \/>\n<meta name=\"author\" content=\"Joseph\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Joseph\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/\",\"url\":\"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/\",\"name\":\"C# Uri\u4e32\u63a5\u53c3\u6578\u7684\u597d\u5de5\u5177Flurl - Who said turtle cannot fly\",\"isPartOf\":{\"@id\":\"https:\/\/turtleflyblog.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/turtleflyblog.com\/wp-content\/uploads\/2021\/04\/1.png\",\"datePublished\":\"2021-04-07T12:47:16+00:00\",\"dateModified\":\"2022-02-28T09:23:48+00:00\",\"author\":{\"@id\":\"https:\/\/turtleflyblog.com\/#\/schema\/person\/130c2e1bdce4a8ba27bfe14c65988172\"},\"description\":\"\u7576\u6211\u5011\u4f7f\u7528HttpClient\u547c\u53ebweb api\u548cURL\u6642\u3002\u6211\u5011\u5f80\u5f80\u6703\u7528string\u65b9\u5f0f\u4f86\u8a2d\u5b9a\u8a72URL\u7684\u53c3\u6578-\u5982id\u503c\u7b49\u7b49\uff0c\u4f8b\u5982\u4ee5\u4e0b\",\"breadcrumb\":{\"@id\":\"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/#breadcrumb\"},\"inLanguage\":\"en-AU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/turtleflyblog.com\/wp-content\/uploads\/2021\/04\/1.png?fit=553%2C189&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/turtleflyblog.com\/wp-content\/uploads\/2021\/04\/1.png?fit=553%2C189&ssl=1\",\"width\":553,\"height\":189},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/turtleflyblog.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"C# Uri\u4e32\u63a5\u53c3\u6578\u7684\u597d\u5de5\u5177Flurl\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/turtleflyblog.com\/#website\",\"url\":\"https:\/\/turtleflyblog.com\/\",\"name\":\"Who said turtle cannot fly\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/turtleflyblog.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-AU\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/turtleflyblog.com\/#\/schema\/person\/130c2e1bdce4a8ba27bfe14c65988172\",\"name\":\"Joseph\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-AU\",\"@id\":\"https:\/\/turtleflyblog.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/539caa7bc4af75cd4ab82fc8d51935da?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/539caa7bc4af75cd4ab82fc8d51935da?s=96&d=mm&r=g\",\"caption\":\"Joseph\"},\"sameAs\":[\"https:\/\/turtleflyblog.com\/\/\"],\"url\":\"https:\/\/turtleflyblog.com\/author\/joseph\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"C# Uri\u4e32\u63a5\u53c3\u6578\u7684\u597d\u5de5\u5177Flurl - Who said turtle cannot fly","description":"\u7576\u6211\u5011\u4f7f\u7528HttpClient\u547c\u53ebweb api\u548cURL\u6642\u3002\u6211\u5011\u5f80\u5f80\u6703\u7528string\u65b9\u5f0f\u4f86\u8a2d\u5b9a\u8a72URL\u7684\u53c3\u6578-\u5982id\u503c\u7b49\u7b49\uff0c\u4f8b\u5982\u4ee5\u4e0b","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:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/","og_locale":"en_US","og_type":"article","og_title":"C# Uri\u4e32\u63a5\u53c3\u6578\u7684\u597d\u5de5\u5177Flurl - Who said turtle cannot fly","og_description":"\u7576\u6211\u5011\u4f7f\u7528HttpClient\u547c\u53ebweb api\u548cURL\u6642\u3002\u6211\u5011\u5f80\u5f80\u6703\u7528string\u65b9\u5f0f\u4f86\u8a2d\u5b9a\u8a72URL\u7684\u53c3\u6578-\u5982id\u503c\u7b49\u7b49\uff0c\u4f8b\u5982\u4ee5\u4e0b","og_url":"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/","og_site_name":"Who said turtle cannot fly","article_published_time":"2021-04-07T12:47:16+00:00","article_modified_time":"2022-02-28T09:23:48+00:00","og_image":[{"url":"https:\/\/turtleflyblog.com\/wp-content\/uploads\/2021\/04\/1.png","type":"","width":"","height":""}],"author":"Joseph","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Joseph","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/","url":"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/","name":"C# Uri\u4e32\u63a5\u53c3\u6578\u7684\u597d\u5de5\u5177Flurl - Who said turtle cannot fly","isPartOf":{"@id":"https:\/\/turtleflyblog.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/#primaryimage"},"image":{"@id":"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/#primaryimage"},"thumbnailUrl":"https:\/\/turtleflyblog.com\/wp-content\/uploads\/2021\/04\/1.png","datePublished":"2021-04-07T12:47:16+00:00","dateModified":"2022-02-28T09:23:48+00:00","author":{"@id":"https:\/\/turtleflyblog.com\/#\/schema\/person\/130c2e1bdce4a8ba27bfe14c65988172"},"description":"\u7576\u6211\u5011\u4f7f\u7528HttpClient\u547c\u53ebweb api\u548cURL\u6642\u3002\u6211\u5011\u5f80\u5f80\u6703\u7528string\u65b9\u5f0f\u4f86\u8a2d\u5b9a\u8a72URL\u7684\u53c3\u6578-\u5982id\u503c\u7b49\u7b49\uff0c\u4f8b\u5982\u4ee5\u4e0b","breadcrumb":{"@id":"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/#breadcrumb"},"inLanguage":"en-AU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/"]}]},{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/#primaryimage","url":"https:\/\/i0.wp.com\/turtleflyblog.com\/wp-content\/uploads\/2021\/04\/1.png?fit=553%2C189&ssl=1","contentUrl":"https:\/\/i0.wp.com\/turtleflyblog.com\/wp-content\/uploads\/2021\/04\/1.png?fit=553%2C189&ssl=1","width":553,"height":189},{"@type":"BreadcrumbList","@id":"https:\/\/turtleflyblog.com\/zh\/2021\/04\/07\/c-flurl\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/turtleflyblog.com\/en\/"},{"@type":"ListItem","position":2,"name":"C# Uri\u4e32\u63a5\u53c3\u6578\u7684\u597d\u5de5\u5177Flurl"}]},{"@type":"WebSite","@id":"https:\/\/turtleflyblog.com\/#website","url":"https:\/\/turtleflyblog.com\/","name":"Who said turtle cannot fly","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/turtleflyblog.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-AU"},{"@type":"Person","@id":"https:\/\/turtleflyblog.com\/#\/schema\/person\/130c2e1bdce4a8ba27bfe14c65988172","name":"Joseph","image":{"@type":"ImageObject","inLanguage":"en-AU","@id":"https:\/\/turtleflyblog.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/539caa7bc4af75cd4ab82fc8d51935da?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/539caa7bc4af75cd4ab82fc8d51935da?s=96&d=mm&r=g","caption":"Joseph"},"sameAs":["https:\/\/turtleflyblog.com\/\/"],"url":"https:\/\/turtleflyblog.com\/author\/joseph\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/turtleflyblog.com\/wp-json\/wp\/v2\/posts\/434","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/turtleflyblog.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/turtleflyblog.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/turtleflyblog.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/turtleflyblog.com\/wp-json\/wp\/v2\/comments?post=434"}],"version-history":[{"count":1,"href":"https:\/\/turtleflyblog.com\/wp-json\/wp\/v2\/posts\/434\/revisions"}],"predecessor-version":[{"id":660,"href":"https:\/\/turtleflyblog.com\/wp-json\/wp\/v2\/posts\/434\/revisions\/660"}],"wp:attachment":[{"href":"https:\/\/turtleflyblog.com\/wp-json\/wp\/v2\/media?parent=434"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/turtleflyblog.com\/wp-json\/wp\/v2\/categories?post=434"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/turtleflyblog.com\/wp-json\/wp\/v2\/tags?post=434"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}