SlideShare a Scribd company logo
Drupal ONSEN 2015
Drupal ONSEN 2015
Drupal ONSEN 2015
Drupal ONSEN 2015
{
"_links": {
"type": {
"href": "http://d8.local/rest/type/file/file"
}
},
"filename": [{"value": “baby.jpg"}],
“data": [{"value": “fjdkjsaklfjsdklat…."}],
…
GET https://d8.local/photos
[
{
"title": "滝野公園",
"body": "お花綺麗",
"uri": "http://d8.local/sites/default/files/sample_4.jpg",
"lat": "43.060311111111",
"lng": "141.35076944444"
},
{
"title": "藻岩山",
"body": "キャラクターに囲まれる",
"uri": "http://d8.local/sites/default/files/sample_3.jpg",
"lat": "43.022111111111",
"lng": "141.3257"
},
….
Drupal ONSEN 2015
Drupal ONSEN 2015
Drupal ONSEN 2015
Drupal ONSEN 2015
Drupal ONSEN 2015
Drupal ONSEN 2015

More Related Content

PPTX
MUC - Moodle Universal Cache
PDF
03. ElasticSearch : Data In, Data Out
PDF
大規模サイトにおけるユーザーレベルのキャッシュ活用によるパフォーマンスチューニング
PPTX
Webアプリケーションフレームワークとしての Drupalの可能性
PDF
APIを利用したMauticと他システムとの連携について
PDF
Mauticをリバースプロキシの下で使うときに気をつけること
PDF
日本語ではじめるDrupal Console in Sapporo
PDF
日本語ではじめるDrupal Console
MUC - Moodle Universal Cache
03. ElasticSearch : Data In, Data Out
大規模サイトにおけるユーザーレベルのキャッシュ活用によるパフォーマンスチューニング
Webアプリケーションフレームワークとしての Drupalの可能性
APIを利用したMauticと他システムとの連携について
Mauticをリバースプロキシの下で使うときに気をつけること
日本語ではじめるDrupal Console in Sapporo
日本語ではじめるDrupal Console

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Web App vs Mobile App What Should You Build First.pdf
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
August Patch Tuesday
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
project resource management chapter-09.pdf
PDF
Mushroom cultivation and it's methods.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Encapsulation theory and applications.pdf
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PDF
Heart disease approach using modified random forest and particle swarm optimi...
PPTX
Tartificialntelligence_presentation.pptx
PDF
Approach and Philosophy of On baking technology
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
NewMind AI Weekly Chronicles - August'25-Week II
Building Integrated photovoltaic BIPV_UPV.pdf
Web App vs Mobile App What Should You Build First.pdf
Univ-Connecticut-ChatGPT-Presentaion.pdf
August Patch Tuesday
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
project resource management chapter-09.pdf
Mushroom cultivation and it's methods.pdf
Programs and apps: productivity, graphics, security and other tools
Unlocking AI with Model Context Protocol (MCP)
cloud_computing_Infrastucture_as_cloud_p
1 - Historical Antecedents, Social Consideration.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Encapsulation theory and applications.pdf
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
Heart disease approach using modified random forest and particle swarm optimi...
Tartificialntelligence_presentation.pptx
Approach and Philosophy of On baking technology
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
Ad
Ad

Drupal ONSEN 2015

  • 5. { "_links": { "type": { "href": "http://d8.local/rest/type/file/file" } }, "filename": [{"value": “baby.jpg"}], “data": [{"value": “fjdkjsaklfjsdklat…."}], …
  • 6. GET https://d8.local/photos [ { "title": "滝野公園", "body": "お花綺麗", "uri": "http://d8.local/sites/default/files/sample_4.jpg", "lat": "43.060311111111", "lng": "141.35076944444" }, { "title": "藻岩山", "body": "キャラクターに囲まれる", "uri": "http://d8.local/sites/default/files/sample_3.jpg", "lat": "43.022111111111", "lng": "141.3257" }, ….