{"id":2381,"date":"2020-07-04T09:10:29","date_gmt":"2020-07-04T09:10:29","guid":{"rendered":"https:\/\/eeldev.com\/?p=2381"},"modified":"2020-07-04T15:58:07","modified_gmt":"2020-07-04T15:58:07","slug":"eoscore-1-4","status":"publish","type":"post","link":"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/","title":{"rendered":"EOSCore:: 1.4"},"content":{"rendered":"<div class=\"pdfprnt-buttons pdfprnt-buttons-post pdfprnt-top-right\"><a href=\"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/posts\/2381?print=pdf\" class=\"pdfprnt-button pdfprnt-button-pdf\" target=\"_blank\" ><\/a><a href=\"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/posts\/2381?print=print\" class=\"pdfprnt-button pdfprnt-button-print\" target=\"_blank\" ><\/a><\/div>\n<h2 class=\"wp-block-heading\"><strong>General<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Updated <strong>EOS SDK<\/strong> to <strong>1.7.0<\/strong><\/li><li>EOSCore:: will now compile for <strong>Linux<\/strong>.<br>Linux functionality is <strong>untested<\/strong><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Lobby<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Fixed missing <strong>AddNotify IDs<\/strong> not being set properly<\/li><li>New function: <strong>EOSLobbyAddNotifyLobbyInviteAccepted<\/strong><\/li><li>New function: <strong>EOSLobbyRemoveNotifyLobbyInviteAccepted<\/strong><\/li><li>New delegate: <strong>OnLobbyInviteAcceptedCallbackInfo<\/strong><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>P2P<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>EOSP2PSendPacket<\/strong>&nbsp;now supports optional reliability and optional ordering. Ordered packets are only ordered relative to other ordered packets. Ordered packets are always reliable.<\/li><li>New function: <strong>EOS_SetRelayControl<\/strong>&nbsp;and&nbsp;<strong>EOS_GetRelayControl<\/strong>&nbsp;to control usage of P2P relay servers. Relay servers can now be:Disabled: Relay servers will not be used for P2P connections.<\/li><li>New function:<strong> EOS_SetPortRange<\/strong>&nbsp;and&nbsp;<strong>EOS_GetPortRange<\/strong>&nbsp;to control what network ports are preferred by P2P.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>EOS SDK 1.7.0 Changelog<\/strong><\/h2>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Authentication<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>New<\/strong>: EOS_Auth_Login for External Accounts<ul><li>Added type&nbsp;<strong>EOS_LCT_ExternalAuth<\/strong>&nbsp;to&nbsp;<strong>EOS_ELoginCredentialType<\/strong>.<\/li><li>Added ExternalType to&nbsp;<strong>EOS_Auth_Credentials<\/strong>&nbsp;data structure.<\/li><li>Added support for authentication with external Encrypted Steam App Ticket. This integrates with Epic\u2019s Account Portal and, after success, links the Steam account to the specified Epic Account.<\/li><\/ul><\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Core<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Failed HTTP requests have been changed to use exponential backoff when retrying.<\/li><li>Added more error logging during EOS_Initialize for several cases that return EOS_UnexpectedError<\/li><li><strong>Bug Fix<\/strong>: EOS_EpicAccountId_FromString and&nbsp;<strong>EOS_ProductUserId_FromString<\/strong>&nbsp;properly handle UTF8 character input. Proper identifiers do not include anything other than basic ANSI but this prevents any issues in the future.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>iOS Mobile<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>The SDK is now available on iOS platforms for iOS11+<\/li><li>iOS projects that embed the SDK need to have bitcode disabled and must run on a physical iOS device. Simulator functionality is under investigation.<\/li><li>Added EOS_Connect_Login support for EOS_ECT_APPLE_ID_TOKEN, using the native &#8220;Sign in with Apple&#8221; API to provide a JWT Token in exchange for access (Requires iOS13+).<\/li><li>Added EOS_Auth_Login support for EOS_LCT_AccountPortal on iOS. This is a web authentication session login via the Epic Account Portal, which supports many authentication services.<\/li><li>Added the ability for the SDK to Load, Save and Delete items in the iOS Keychain on device. This is handled automatically for the dev during login. This persistent authentication can be deleted at any time when required by the dev.<\/li><li>Added an additional login sample that demonstrates:<ul><li>Logging into the EOS Auth Interface using the Account Portal<\/li><li>Auto login with any previously persisted secure credentials in the Keychain<\/li><li>Logout flows and Keychain credential removal<\/li><li>Optionally demonstrates iOS \u201cSign in with Apple\u201d for logging into the EOS Connect Interface (See sample documentation on how to enable this feature).<\/li><\/ul><\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Leaderboards<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Bug Fix<\/strong>: Leaderboard interface will now properly return&nbsp;<strong>EOS_NotFound<\/strong>&nbsp;when retrieving data for a leaderboard that doesn&#8217;t exist.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Lobbies<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Added the presence concept to lobbies and integrated into the Social Overlay.<\/li><li>Added some improvements to lobby recovery during backend service deployments. Clients will try to recover if lobby information becomes out of sync during that time.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>P2P<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>New<\/strong>:&nbsp;<strong>EOS_P2P_SendPacket<\/strong>&nbsp;now supports optional reliability and optional ordering. Ordered packets are only ordered relative to other ordered packets. Ordered packets are always reliable.<\/li><li><strong>New<\/strong>: Added functions&nbsp;<strong>EOS_SetRelayControl<\/strong>&nbsp;and&nbsp;<strong>EOS_GetRelayControl<\/strong>&nbsp;to control usage of P2P relay servers. Relay servers can now be:<ul><li>Disabled: Relay servers will not be used for P2P connections.<\/li><li>Allowed: if direct connection fails relays will be used.<\/li><li>Forced: Relays will always be used for P2P connections.<\/li><\/ul><\/li><li><strong>New<\/strong>: Added functions&nbsp;<strong>EOS_SetPortRange<\/strong>&nbsp;and&nbsp;<strong>EOS_GetPortRange<\/strong>&nbsp;to control what network ports are preferred by P2P.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Samples<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>New<\/strong>: Added Steam Authentication Support<ul><li>Added Steam build targets to each config for AuthAndFriends project. The Steam version is set up to include Steam SDK headers, links with the Steam SDK library and copies over required Steam SDK files to the sample Bin folder pre-build. The Steamworks SDK must be downloaded by the developer.<\/li><li>Build will copy steam_appid.txt from the root of the project once it exists there.<\/li><li>Added SteamManager to manage Steam Init, Requesting Steam Encrypted App Ticket and invoking login with received App Ticket as a string to&nbsp;<strong>EOS_Auth_Login<\/strong>.<\/li><li>After user info is retrieved, the Steam DisplayName is displayed in the output console to verify external user info is correct via FUsers::GetExternalAccountDisplayName().<\/li><\/ul><\/li><li><strong>Bug Fix<\/strong>: Fixed some sample crashes which could occur while logged in and closing the sample.<\/li><li><strong>Bug Fix<\/strong>: Lobby sample to now properly disconnects on &#8220;unexpected disconnect&#8221; message from SDK<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Session Based Matchmaking<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Bug Fix<\/strong>:&nbsp;<strong>EOS_Sessions_CreateSessionModification<\/strong>&nbsp;and&nbsp;<strong>EOS_Sessions_UpdateSessionModification<\/strong>&nbsp;will now properly null out the out parameter on failure.<\/li><li><strong>Bug Fix<\/strong>:&nbsp;<strong>EOS_Sessions_CreateSessionModification<\/strong>&nbsp;properly checks that a user is logged in before succeeding if not creating sessions as a dedicated server.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Social Overlay<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Achievements have been enabled and are now displayed in the overlay. Older versions of the SDKs will not show achievements and require the upgrade.<\/li><li><strong>Bug Fix<\/strong>: Fixed a localization issue that caused missing text in Achievement notifications for locales other than English<\/li><li>Delay the initial Social Overlay startup until the EOS SDK knows rather all associated overlay features are available for the client credentials. This will allow removing the Achievements tab from the Social Overlay on games that do not currently use the EOS Service.<\/li><li><strong>Bug Fix<\/strong>: Improved handling of Social Overlay UI interactions when dealing with backend service calls with a EOS_EResult that will retry (determined by&nbsp;<strong>EOS_EResult_IsOperationComplete<\/strong>&nbsp;returning&nbsp;<strong>EOS_FALSE<\/strong>).<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>General Updated EOS SDK to 1.7.0 EOSCore:: will now compile for Linux.Linux functionality is untested Lobby Fixed missing AddNotify IDs not being set properly New function: EOSLobbyAddNotifyLobbyInviteAccepted New function: EOSLobbyRemoveNotifyLobbyInviteAccepted New delegate: OnLobbyInviteAcceptedCallbackInfo P2P EOSP2PSendPacket&nbsp;now supports optional reliability and optional ordering. Ordered packets are only ordered relative to other ordered packets. Ordered packets are always &#8230; <a title=\"EOSCore:: 1.4\" class=\"read-more\" href=\"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/\" aria-label=\"Read more about EOSCore:: 1.4\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1,15,4],"tags":[],"class_list":["post-2381","post","type-post","status-publish","format-standard","hentry","category-all","category-eoscore","category-unreal-engine"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>EOSCore:: 1.4 - eelDev<\/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:\/\/eeldev.com\/index.php\/eoscore-1-4\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EOSCore:: 1.4 - eelDev\" \/>\n<meta property=\"og:description\" content=\"General Updated EOS SDK to 1.7.0 EOSCore:: will now compile for Linux.Linux functionality is untested Lobby Fixed missing AddNotify IDs not being set properly New function: EOSLobbyAddNotifyLobbyInviteAccepted New function: EOSLobbyRemoveNotifyLobbyInviteAccepted New delegate: OnLobbyInviteAcceptedCallbackInfo P2P EOSP2PSendPacket&nbsp;now supports optional reliability and optional ordering. Ordered packets are only ordered relative to other ordered packets. Ordered packets are always ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/\" \/>\n<meta property=\"og:site_name\" content=\"eelDev\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-04T09:10:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-07-04T15:58:07+00:00\" \/>\n<meta name=\"author\" content=\"hulken\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"hulken\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/\"},\"author\":{\"name\":\"hulken\",\"@id\":\"https:\/\/eeldev.com\/#\/schema\/person\/453df1c4d38f093dcdfb5de4e5db6f41\"},\"headline\":\"EOSCore:: 1.4\",\"datePublished\":\"2020-07-04T09:10:29+00:00\",\"dateModified\":\"2020-07-04T15:58:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/\"},\"wordCount\":920,\"publisher\":{\"@id\":\"https:\/\/eeldev.com\/#organization\"},\"articleSection\":[\"all\",\"eoscore\",\"unreal engine\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/\",\"url\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/\",\"name\":\"EOSCore:: 1.4 - eelDev\",\"isPartOf\":{\"@id\":\"https:\/\/eeldev.com\/#website\"},\"datePublished\":\"2020-07-04T09:10:29+00:00\",\"dateModified\":\"2020-07-04T15:58:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eeldev.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"EOSCore:: 1.4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eeldev.com\/#website\",\"url\":\"https:\/\/eeldev.com\/\",\"name\":\"eelDev\",\"description\":\"eelDev.com\",\"publisher\":{\"@id\":\"https:\/\/eeldev.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eeldev.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/eeldev.com\/#organization\",\"name\":\"eelDev\",\"url\":\"https:\/\/eeldev.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eeldev.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/eeldev.com\/wp-content\/uploads\/2022\/12\/logo_new_transparent-4.png\",\"contentUrl\":\"https:\/\/eeldev.com\/wp-content\/uploads\/2022\/12\/logo_new_transparent-4.png\",\"width\":2048,\"height\":682,\"caption\":\"eelDev\"},\"image\":{\"@id\":\"https:\/\/eeldev.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/eeldev.com\/#\/schema\/person\/453df1c4d38f093dcdfb5de4e5db6f41\",\"name\":\"hulken\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eeldev.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5d9ffdb0e0076ccbd670aa09e82b97faf7131270e265284654c5d4b3887d69d1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5d9ffdb0e0076ccbd670aa09e82b97faf7131270e265284654c5d4b3887d69d1?s=96&d=mm&r=g\",\"caption\":\"hulken\"},\"url\":\"https:\/\/eeldev.com\/index.php\/author\/hulken\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"EOSCore:: 1.4 - eelDev","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:\/\/eeldev.com\/index.php\/eoscore-1-4\/","og_locale":"en_US","og_type":"article","og_title":"EOSCore:: 1.4 - eelDev","og_description":"General Updated EOS SDK to 1.7.0 EOSCore:: will now compile for Linux.Linux functionality is untested Lobby Fixed missing AddNotify IDs not being set properly New function: EOSLobbyAddNotifyLobbyInviteAccepted New function: EOSLobbyRemoveNotifyLobbyInviteAccepted New delegate: OnLobbyInviteAcceptedCallbackInfo P2P EOSP2PSendPacket&nbsp;now supports optional reliability and optional ordering. Ordered packets are only ordered relative to other ordered packets. Ordered packets are always ... Read more","og_url":"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/","og_site_name":"eelDev","article_published_time":"2020-07-04T09:10:29+00:00","article_modified_time":"2020-07-04T15:58:07+00:00","author":"hulken","twitter_card":"summary_large_image","twitter_misc":{"Written by":"hulken","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/#article","isPartOf":{"@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/"},"author":{"name":"hulken","@id":"https:\/\/eeldev.com\/#\/schema\/person\/453df1c4d38f093dcdfb5de4e5db6f41"},"headline":"EOSCore:: 1.4","datePublished":"2020-07-04T09:10:29+00:00","dateModified":"2020-07-04T15:58:07+00:00","mainEntityOfPage":{"@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/"},"wordCount":920,"publisher":{"@id":"https:\/\/eeldev.com\/#organization"},"articleSection":["all","eoscore","unreal engine"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/","url":"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/","name":"EOSCore:: 1.4 - eelDev","isPartOf":{"@id":"https:\/\/eeldev.com\/#website"},"datePublished":"2020-07-04T09:10:29+00:00","dateModified":"2020-07-04T15:58:07+00:00","breadcrumb":{"@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eeldev.com\/index.php\/eoscore-1-4\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-4\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eeldev.com\/"},{"@type":"ListItem","position":2,"name":"EOSCore:: 1.4"}]},{"@type":"WebSite","@id":"https:\/\/eeldev.com\/#website","url":"https:\/\/eeldev.com\/","name":"eelDev","description":"eelDev.com","publisher":{"@id":"https:\/\/eeldev.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eeldev.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/eeldev.com\/#organization","name":"eelDev","url":"https:\/\/eeldev.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eeldev.com\/#\/schema\/logo\/image\/","url":"https:\/\/eeldev.com\/wp-content\/uploads\/2022\/12\/logo_new_transparent-4.png","contentUrl":"https:\/\/eeldev.com\/wp-content\/uploads\/2022\/12\/logo_new_transparent-4.png","width":2048,"height":682,"caption":"eelDev"},"image":{"@id":"https:\/\/eeldev.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/eeldev.com\/#\/schema\/person\/453df1c4d38f093dcdfb5de4e5db6f41","name":"hulken","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eeldev.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5d9ffdb0e0076ccbd670aa09e82b97faf7131270e265284654c5d4b3887d69d1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5d9ffdb0e0076ccbd670aa09e82b97faf7131270e265284654c5d4b3887d69d1?s=96&d=mm&r=g","caption":"hulken"},"url":"https:\/\/eeldev.com\/index.php\/author\/hulken\/"}]}},"_links":{"self":[{"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/posts\/2381","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/comments?post=2381"}],"version-history":[{"count":12,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/posts\/2381\/revisions"}],"predecessor-version":[{"id":2393,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/posts\/2381\/revisions\/2393"}],"wp:attachment":[{"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/media?parent=2381"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/categories?post=2381"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/tags?post=2381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}