スピーチをPOSTできるようにする
スピーチをPOSTできるようにする.
以下メモ.
http://localhost:3000/speech_balloon_templates/1.json { "caption":"\u9577\u65b9\u5f62", "classname":"Square", "created_at":"2012-08-05T06:08:32Z", "id":1, "name":"square@pettan.com", "settings": "{\"classname\"=>\"Square\", \"caption\"=>\"\u9577\u65b9\u5f62\", \"default_width\"=>150, \"default_height\"=>150, \"templates\"=>{\"all\"=>{\"balloon\"=>{\"system_picture_id\"=>1}, \"speech\"=>{\"x_rate\"=>1, \"y_rate\"=>1, \"width_rate\"=>98, \"height_rate\"=>98}}}}", "t":0, "updated_at":"2012-08-05T06:08:32Z" }
パネルのPOST形式
{ "width": 400, "height": 200, "border": 1, "x": 0, "y": 0, "z": 1, "panel_pictures_attributes": { "new1": { "picture_id": 3, "x": 10, "y": 135, "z": 3, "t": 0, "width": 100, "height": 103 }, "new2": { "picture_id": 2, "x": 20, "y": 275, "z": 4, "t": 1, "width": 150, "height": 233 } }, "speech_balloons_attributes": { "newsb1": { "speech_balloon_template_id": 1, "classname": "Square", "z": 5, "t": 2, "settings": "{}", "balloons_attributes": { "newb1": { "system_picture_id": 2, "x": 35, "y": 120, "width": 81, "height": 63, "caption": "test" } }, "speeches_attributes": { "news1": { "content": "test", "x": 10, "y": 10, "width": 61, "height": 43 } } } } }
スピーチをPOSTできるようにする.
以下メモ.
http://localhost:3000/speech_balloon_templates/1.json { "caption":"\u9577\u65b9\u5f62", "classname":"Square", "created_at":"2012-08-05T06:08:32Z", "id":1, "name":"square@pettan.com", "settings": "{\"classname\"=>\"Square\", \"caption\"=>\"\u9577\u65b9\u5f62\", \"default_width\"=>150, \"default_height\"=>150, \"templates\"=>{\"all\"=>{\"balloon\"=>{\"system_picture_id\"=>1}, \"speech\"=>{\"x_rate\"=>1, \"y_rate\"=>1, \"width_rate\"=>98, \"height_rate\"=>98}}}}", "t":0, "updated_at":"2012-08-05T06:08:32Z" }
パネルのPOST形式
{ "width": 400, "height": 200, "border": 1, "x": 0, "y": 0, "z": 1, "panel_pictures_attributes": { "new1": { "picture_id": 3, "x": 10, "y": 135, "z": 3, "t": 0, "width": 100, "height": 103 }, "new2": { "picture_id": 2, "x": 20, "y": 275, "z": 4, "t": 1, "width": 150, "height": 233 } }, "speech_balloons_attributes": { "newsb1": { "speech_balloon_template_id": 1, "classname": "Square", "z": 5, "t": 2, "settings": "{}", "balloons_attributes": { "newb1": { "system_picture_id": 2, "x": 35, "y": 120, "width": 81, "height": 63, "caption": "test" } }, "speeches_attributes": { "news1": { "content": "test", "x": 10, "y": 10, "width": 61, "height": 43 } } } } }