{"id":3152,"date":"2020-06-01T10:35:51","date_gmt":"2020-06-01T01:35:51","guid":{"rendered":"http:\/\/taki-lab.site\/bocci\/?p=3152"},"modified":"2020-06-01T10:35:54","modified_gmt":"2020-06-01T01:35:54","slug":"%e3%80%90laravel%e3%80%91%e3%80%90%e3%83%80%e3%82%a4%e3%82%a8%e3%83%83%e3%83%88%e6%94%af%e6%8f%b4%e3%80%91%e3%83%87%e3%83%bc%e3%82%bf%e4%b8%80%e8%a6%a7%e7%94%bb%e9%9d%a2%e3%81%8b%e3%82%89%e3%83%87-2","status":"publish","type":"post","link":"https:\/\/taki-lab.site\/bocci\/?p=3152","title":{"rendered":"\u3010LARAVEL\u3011\u3010\u30c0\u30a4\u30a8\u30c3\u30c8\u652f\u63f4\u3011\u30c7\u30fc\u30bf\u4e00\u89a7\u753b\u9762\u304b\u3089\u30c7\u30fc\u30bf\u66f4\u65b0"},"content":{"rendered":"\n<p>\u524d\u56de\u307e\u3067\u306e\u72b6\u6cc1\u306f\u3053\u3061\u3089\u3002<\/p>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-\u81ea\u5206\u3001\u307c\u3063\u3061\u3067\u3059\u304c\u4f55\u304b\uff1f\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"1obsNMDkSy\"><a href=\"https:\/\/taki-lab.site\/bocci\/?p=3148\">\u3010LARAVEL\u3011\u3010\u30c0\u30a4\u30a8\u30c3\u30c8\u652f\u63f4\u3011\u30c7\u30fc\u30bf\u4e00\u89a7\u753b\u9762\u304b\u3089\u30c7\u30fc\u30bf\u5165\u529b<\/a><\/blockquote><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;\u3010LARAVEL\u3011\u3010\u30c0\u30a4\u30a8\u30c3\u30c8\u652f\u63f4\u3011\u30c7\u30fc\u30bf\u4e00\u89a7\u753b\u9762\u304b\u3089\u30c7\u30fc\u30bf\u5165\u529b&#8221; &#8212; \u81ea\u5206\u3001\u307c\u3063\u3061\u3067\u3059\u304c\u4f55\u304b\uff1f\" src=\"https:\/\/taki-lab.site\/bocci\/?p=3148&#038;embed=true#?secret=9Xyp0pgu2V#?secret=1obsNMDkSy\" data-secret=\"1obsNMDkSy\" width=\"474\" height=\"267\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>\u6700\u65b0\u30bd\u30fc\u30b9\u306f\u3053\u3061\u3089(gitHub)<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/takishita2nd\/diet-mng\">https:\/\/github.com\/takishita2nd\/diet-mng<\/a><\/p>\n\n\n\n<p>\u30c7\u30fc\u30bf\u7de8\u96c6\u30fb\u66f4\u65b0\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u307e\u305a\u3001\u7de8\u96c6\u30c0\u30a4\u30a2\u30ed\u30b0\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3067\u3059\u304c\u3001\u5165\u529b\u306e\u3068\u304d\u3068\u5225\u7269\u306b\u3057\u307e\u3057\u3087\u3046\u3002<\/p>\n\n\n\n<p>\u540c\u3058\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3082\u4f7f\u3048\u308b\u304b\u3082\u3057\u308c\u306a\u3044\u3051\u3069\u3001\u3044\u308d\u3044\u308d\u3081\u3093\u3069\u304f\u3055\u3044\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;template>\n    &lt;div>\n        &lt;div id=\"overlay\" v-show=\"show\">\n            &lt;div id=\"content\">\n                &lt;p v-if=\"error_flg == true\" class=\"error\">\n                    &lt;ui>\n                        &lt;li v-for=\"error in errors\">{{ error }}&lt;\/li>\n                    &lt;\/ui>\n                &lt;\/p>\n                &lt;table class=\"edit\">\n                    &lt;tbody>\n                        &lt;tr>\n                            &lt;td>\u4f53\u91cd&lt;\/td>\n                            &lt;td>&lt;input type=\"number\" v-model=\"contents.weight\" \/>&lt;\/td>\n                        &lt;\/tr>\n                        &lt;tr>\n                            &lt;td>\u4f53\u8102\u80aa&lt;\/td>\n                            &lt;td>&lt;input type=\"number\" v-model=\"contents.fat_rate\" \/>&lt;\/td>\n                        &lt;\/tr>\n                        &lt;tr>\n                            &lt;td>BMI&lt;\/td>\n                            &lt;td>&lt;input type=\"number\" v-model=\"contents.bmi\" \/>&lt;\/td>\n                        &lt;\/tr>\n                    &lt;\/tbody>\n                &lt;\/table>\n                &lt;p id=\"command\">\n                    &lt;button @click=\"clickAdd\">\u5165\u529b&lt;\/button>\n                    &lt;button @click=\"closeModal\">\u9589\u3058\u308b&lt;\/button>\n                &lt;\/p>\n            &lt;\/div>\n        &lt;\/div>\n    &lt;\/div>\n&lt;\/template>\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script>\nexport default {\n    props: &#91;'show'],\n    data() {\n        return {\n            errors: &#91;],\n            error_flg: &#91;],\n            param: {},\n            contents: {\n                id: \"\",\n                weight: \"\",\n                fat_rate: \"\",\n                bmi: \"\",\n            },\n        };\n    },\n    created: function() {\n    },\n    methods: {\n        dataSet: function(data) {\n            this.contents = data;\n        },\n        clickAdd: function() {\n            var self = this;\n            this.param.contents = this.contents;\n            axios.post('api\/weight\/edit', this.param).then(function(response){\n                self.clear();\n                self.closeModal();\n                self.$emit('update');\n            }).catch(function(error){\n                self.error_flg = true;\n                self.errors = error.response.data.errors;\n            });\n        },\n        closeModal: function() {\n            this.$parent.showEditDialogContent = false;\n        },\n        clear: function() {\n            this.contents.weight = \"\";\n            this.contents.fat_rate = \"\";\n            this.contents.bmi = \"\";\n            this.error_flg = false;\n            this.errors = &#91;];\n        }\n    }\n}\n&lt;\/script><\/code><\/pre>\n\n\n\n<p>\u305d\u3057\u3066\u3001\u305d\u308c\u3092\u4f7f\u7528\u3059\u308b\u5074\u306e\u89aa\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>        &lt;div>\n            &lt;weight-input-dialog-component :show=\"showInputDialogContent\" @update=\"invokeUpdateList\">&lt;\/weight-input-dialog-component>\n            &lt;weight-edit-dialog-component ref=\"editDialog\" :show=\"showEditDialogContent\" @update=\"invokeUpdateList\">&lt;\/weight-edit-dialog-component>\n        &lt;\/div>\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>        onClickEdit: function(id) {\n            var editData = {};\n            this.datalists.forEach(element => {\n                if(element.id == id){\n                    editData.id = id;\n                    editData.weight = element.weight;\n                    editData.fat_rate = element.fat_rate;\n                    editData.bmi = element.bmi;\n                    return true;\n                }\n            });\n            this.$refs.editDialog.dataSet(editData);\n            this.showEditDialogContent = true;\n<\/code><\/pre>\n\n\n\n<p>\u30dd\u30a4\u30f3\u30c8\u306f\u3001\u7de8\u96c6\u30c0\u30a4\u30a2\u30ed\u30b0\u306b\u30c7\u30fc\u30bf\u3092\u6e21\u3059\u3068\u304d\u3002<\/p>\n\n\n\n<p>\u89aa\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304b\u3089\u5b50\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u30e1\u30bd\u30c3\u30c9\u3092\u30b3\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u3053\u308c\u306f\u3001\u5b50\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u5b9a\u7fa9\u3059\u308b\u3068\u304d\u306b\u3001<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ref=\"editDialog\"<\/code><\/pre>\n\n\n\n<p>\u3068\u66f8\u304f\u3053\u3068\u3067\u3001<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>            this.$refs.editDialog.dataSet(editData);\n<\/code><\/pre>\n\n\n\n<p>\u3068\u3001\u5b50\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u30e1\u30bd\u30c3\u30c9\u3092\u5b9f\u884c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u305d\u306e\u5f15\u6570\u3067\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6e21\u3057\u3066\u3001\u8868\u793a\u3055\u305b\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u3042\u3068\u306f\u3001\u4eca\u307e\u3067\u3069\u304a\u308a\u3002<\/p>\n\n\n\n<p>Repository<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>    public function edit($id, $weight, $fat_rate, $bmi)\n    {\n        $model = $this->getItemById($id);\n        $model->weight = $weight;\n        $model->fat_rate = $fat_rate;\n        $model->bmi = $bmi;\n        $model->save();\n    }\n\n    public function getItemById($id)\n    {\n        return WeightManagement::where(&#91;'id' => $id])->first();\n    }\n\n<\/code><\/pre>\n\n\n\n<p>controller<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>    \/**\n     * \u30c7\u30fc\u30bf\u3092\uff11\u4ef6\u66f4\u65b0\u3059\u308b\n     *\/\n    public function edit(Request $request)\n    {\n        $param = $this->weightManagement->getParam();\n        $this->weightManagement->edit( $request->contents&#91;\"id\"], \n            $request->contents&#91;\"weight\"],\n            $request->contents&#91;\"fat_rate\"],\n            $request->contents&#91;\"bmi\"]\n        );\n        \n        return response()->json();\n    }\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>Route::post('api\/weight\/edit', 'Weight\\ApiController@edit');\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https:\/\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/06\/20200601102045.mp4\"><\/video><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"\/\/blog.with2.net\/link\/?2023426:1010\" target=\"_blank\" rel=\"noreferrer noopener\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2019\/12\/03a6eee54039f74ded0b8f7548b1868f.png?w=474\" alt=\"\" title=\"\u30d1\u30bd\u30b3\u30f3\u30e9\u30f3\u30ad\u30f3\u30b0\"\/><\/a><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>\u524d\u56de\u307e\u3067\u306e\u72b6\u6cc1\u306f\u3053\u3061\u3089\u3002 \u6700\u65b0\u30bd\u30fc\u30b9\u306f\u3053\u3061\u3089(gitHub) https:\/\/github.com\/takishita2nd\/diet-mng \u30c7\u30fc\u30bf\u7de8\u96c6\u30fb\u66f4\u65b0\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002 \u307e\u305a\u3001\u7de8\u96c6\u30c0\u30a4\u30a2\u30ed\u30b0\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3067 &hellip; <a href=\"https:\/\/taki-lab.site\/bocci\/?p=3152\" class=\"more-link\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"screen-reader-text\">\u3010LARAVEL\u3011\u3010\u30c0\u30a4\u30a8\u30c3\u30c8\u652f\u63f4\u3011\u30c7\u30fc\u30bf\u4e00\u89a7\u753b\u9762\u304b\u3089\u30c7\u30fc\u30bf\u66f4\u65b0<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[167,3],"tags":[138,192],"class_list":["post-3152","post","type-post","status-publish","format-standard","hentry","category-laravel","category-3","tag-laravel","tag-192"],"aioseo_notices":[],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8SDbY-OQ","jetpack-related-posts":[{"id":3148,"url":"https:\/\/taki-lab.site\/bocci\/?p=3148","url_meta":{"origin":3152,"position":0},"title":"\u3010LARAVEL\u3011\u3010\u30c0\u30a4\u30a8\u30c3\u30c8\u652f\u63f4\u3011\u30c7\u30fc\u30bf\u4e00\u89a7\u753b\u9762\u304b\u3089\u30c7\u30fc\u30bf\u5165\u529b","author":"taki","date":"2020\u5e745\u670831\u65e5","format":false,"excerpt":"\u524d\u56de\u307e\u3067\u306e\u72b6\u6cc1\u306f\u3053\u3061\u3089\u3002 https:\/\/taki-lab.site\/bocci\/?p=3117 \u6700\u2026","rel":"","context":"Laravel","block_context":{"text":"Laravel","link":"https:\/\/taki-lab.site\/bocci\/?cat=167"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/05\/Screenshot-from-2020-05-31-11-56-25.png?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/05\/Screenshot-from-2020-05-31-11-56-25.png?resize=350%2C200 1x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/05\/Screenshot-from-2020-05-31-11-56-25.png?resize=525%2C300 1.5x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/05\/Screenshot-from-2020-05-31-11-56-25.png?resize=700%2C400 2x"},"classes":[]},{"id":3094,"url":"https:\/\/taki-lab.site\/bocci\/?p=3094","url_meta":{"origin":3152,"position":1},"title":"\u3010LARAVEL\u3011\u3010\u30c0\u30a4\u30a8\u30c3\u30c8\u652f\u63f4\u3011\u5165\u529b\u30c0\u30a4\u30a2\u30ed\u30b0\u753b\u9762\u3092\u4f5c\u6210\u3059\u308b","author":"taki","date":"2020\u5e745\u670828\u65e5","format":false,"excerpt":"\u524d\u56de\u306e\u72b6\u6cc1\u306f\u3053\u3061\u3089 https:\/\/taki-lab.site\/bocci\/?p=3073 \u6700\u65b0\u30bd\u30fc\u2026","rel":"","context":"Laravel","block_context":{"text":"Laravel","link":"https:\/\/taki-lab.site\/bocci\/?cat=167"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/05\/Screenshot-from-2020-05-27-11-48-50.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/05\/Screenshot-from-2020-05-27-11-48-50.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/05\/Screenshot-from-2020-05-27-11-48-50.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/05\/Screenshot-from-2020-05-27-11-48-50.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":3161,"url":"https:\/\/taki-lab.site\/bocci\/?p=3161","url_meta":{"origin":3152,"position":2},"title":"\u3010LARAVEL\u3011\u3010\u30c0\u30a4\u30a8\u30c3\u30c8\u652f\u63f4\u3011\u30c7\u30fc\u30bf\u4e00\u89a7\u753b\u9762\u304b\u3089\u30c7\u30fc\u30bf\u524a\u9664","author":"taki","date":"2020\u5e746\u67082\u65e5","format":false,"excerpt":"\u524d\u56de\u307e\u3067\u306e\u72b6\u6cc1\u306f\u3053\u3061\u3089\u3002 https:\/\/taki-lab.site\/bocci\/?p=3152 \u6700\u2026","rel":"","context":"Laravel","block_context":{"text":"Laravel","link":"https:\/\/taki-lab.site\/bocci\/?cat=167"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1722,"url":"https:\/\/taki-lab.site\/bocci\/?p=1722","url_meta":{"origin":3152,"position":3},"title":"\u3010Laravel\u3011\u30c6\u30fc\u30d6\u30eb\u306e\u5185\u5bb9\u3092\u66f4\u65b0\u3059\u308b","author":"taki","date":"2019\u5e7411\u670823\u65e5","format":false,"excerpt":"\u524d\u56de\u307e\u3067\u306e\u69d8\u5b50\u306f\u3053\u3061\u3089\u3002 http:\/\/taki-lab.site\/bocci\/?p=1715 \u30bd\u30fc\u2026","rel":"","context":"Linux","block_context":{"text":"Linux","link":"https:\/\/taki-lab.site\/bocci\/?cat=8"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2019\/11\/Screenshot-from-2019-11-23-12-41-20.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":3586,"url":"https:\/\/taki-lab.site\/bocci\/?p=3586","url_meta":{"origin":3152,"position":4},"title":"\u3010LARAVEL\u3011\u3010\u30c0\u30a4\u30a8\u30c3\u30c8\u652f\u63f4\u3011\u30c0\u30c3\u30b7\u30e5\u30dc\u30fc\u30c9\u306b\u98df\u4e8b\u7ba1\u7406\u3092\u8ffd\u52a0\u3059\u308b","author":"taki","date":"2020\u5e747\u670814\u65e5","format":false,"excerpt":"\u524d\u56de\u307e\u3067\u306e\u72b6\u6cc1\u306f\u3053\u3061\u3089 https:\/\/taki-lab.site\/bocci\/?p=3549 \u6700\u65b0\u2026","rel":"","context":"Laravel","block_context":{"text":"Laravel","link":"https:\/\/taki-lab.site\/bocci\/?cat=167"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/07\/06896ae217236d1ede12faaa3a1c95b3.png?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/07\/06896ae217236d1ede12faaa3a1c95b3.png?resize=350%2C200 1x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/07\/06896ae217236d1ede12faaa3a1c95b3.png?resize=525%2C300 1.5x, https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/07\/06896ae217236d1ede12faaa3a1c95b3.png?resize=700%2C400 2x"},"classes":[]},{"id":3117,"url":"https:\/\/taki-lab.site\/bocci\/?p=3117","url_meta":{"origin":3152,"position":5},"title":"\u3010LARAVEL\u3011\u3010\u30c0\u30a4\u30a8\u30c3\u30c8\u652f\u63f4\u3011\u30c7\u30fc\u30bf\u4e00\u89a7\u753b\u9762\u3092\u4f5c\u6210\u3059\u308b","author":"taki","date":"2020\u5e745\u670830\u65e5","format":false,"excerpt":"\u524d\u56de\u307e\u3067\u306e\u72b6\u6cc1\u306f\u3053\u3061\u3089\u3002 https:\/\/taki-lab.site\/bocci\/?p=3094 \u6700\u2026","rel":"","context":"Laravel","block_context":{"text":"Laravel","link":"https:\/\/taki-lab.site\/bocci\/?cat=167"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/taki-lab.site\/bocci\/wp-content\/uploads\/2020\/05\/20541da3eb40aa16f68e5f4544e3426a.jpg?resize=350%2C200","width":350,"height":200},"classes":[]}],"jetpack_likes_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/posts\/3152","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3152"}],"version-history":[{"count":1,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/posts\/3152\/revisions"}],"predecessor-version":[{"id":3154,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=\/wp\/v2\/posts\/3152\/revisions\/3154"}],"wp:attachment":[{"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3152"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3152"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/taki-lab.site\/bocci\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}