regionhalland/region-halland-plugin-rest-navigation

WordPress JSON插件,用于返回导航菜单

安装: 2

依赖项: 0

建议者: 0

安全: 0

类型:wordpress-plugin

v3.0.1 2021-01-12 13:46 UTC

This package is not auto-updated.

Last update: 2024-09-22 05:29:59 UTC


README

应用范围

此插件用于从WP JSON中获取Region Halland应用的导航数据。

插件添加以下端点

端点用途
/wp-json/rh/v1/navigation/menus返回所有菜单的数组。
/wp-json/rh/v1/navigation/menus/<menu>返回单个菜单。例如 wp-json/rh/v1/navigation/menus/digitala-vardmoten
/wp-json/rh/v1/navigation/services返回所有Region Halland的服务
/wp-json/rh/v1/navigation/services/popular/<amount>返回 <amount> 个热门服务。例如 wp-json/rh/v1/navigation/services/popular/5

API响应示例

所有菜单

[
	{
		"term_id": 2,
		"name": "Apps",
		"slug": "apps",
		"term_group": 0,
		"term_taxonomy_id": 2,
		"taxonomy": "nav_menu",
		"description": "",
		"parent": 0,
		"count": 4,
		"filter": "raw",
		"api_url": "http://rhapp.test/wp-json/rh/v1/navigation/apps",
		"menu_items": [
			{
				"ID": 28,
				"post_author": "1",
				"post_date": "2020-11-03 14:07:23",
				"post_date_gmt": "2020-11-03 14:07:23",
				"post_title": "Digitala vårdmöten",
				"post_excerpt": "",
				"post_status": "publish",
				"post_name": "digitala-vardmoten",
				"post_modified": "2020-12-10 06:56:58",
				"post_modified_gmt": "2020-12-10 06:56:58",
				"post_parent": 0,
				"menu_order": 1,
				"post_type": "nav_menu_item",
				"menu_item_parent": "0",
				"object_id": "28",
				"title": "Digitala vårdmöten",
				"url": "#",
				"target": "",
				"attr_title": "",
				"description": "",
				"children": [
					{
						"ID": 25,
						"post_author": "1",
						"post_date": "2020-11-03 12:42:09",
						"post_date_gmt": "2020-11-03 12:42:09",
						"post_title": "",
						"post_excerpt": "",
						"post_status": "publish",
						"post_name": "25",
						"post_modified": "2020-12-10 06:56:58",
						"post_modified_gmt": "2020-12-10 06:56:58",
						"post_parent": 0,
						"menu_order": 2,
						"post_type": "app",
						"menu_item_parent": "28",
						"object_id": "11",
						"title": "Min App",
						"target": "",
						"attr_title": "",
						"description": "<p>Denna appen är bra att ha!</p>\n",
						"instructions": "<p>Följ länken och installera via App Store!</p>\n",
						"download_url": "https://play.google.com/store/apps/details?id=se.regionhalland.regionhalland&hl=sv",
						"icon": "http://rhapp.test/app/uploads/2020/06/ikon.png"
					},
					{
						"ID": 29,
						"post_author": "1",
						"post_date": "2020-11-04 10:16:33",
						"post_date_gmt": "2020-11-04 10:16:33",
						"post_title": "",
						"post_excerpt": "",
						"post_status": "publish",
						"post_name": "29",
						"post_modified": "2020-12-10 06:56:58",
						"post_modified_gmt": "2020-12-10 06:56:58",
						"post_parent": 0,
						"menu_order": 3,
						"post_type": "app",
						"menu_item_parent": "28",
						"object_id": "11",
						"title": "Min App",
						"target": "",
						"attr_title": "",
						"description": "<p>Denna appen är bra att ha!</p>\n",
						"instructions": "<p>Följ länken och installera via App Store!</p>\n",
						"download_url": "https://play.google.com/store/apps/details?id=se.regionhalland.regionhalland&hl=sv",
						"icon": "http://rhapp.test/app/uploads/2020/06/ikon.png"
					},
					{
						"ID": 30,
						"post_author": "1",
						"post_date": "2020-11-04 10:16:33",
						"post_date_gmt": "2020-11-04 10:16:33",
						"post_title": "",
						"post_excerpt": "",
						"post_status": "publish",
						"post_name": "30",
						"post_modified": "2020-12-10 06:56:58",
						"post_modified_gmt": "2020-12-10 06:56:58",
						"post_parent": 0,
						"menu_order": 4,
						"post_type": "app",
						"menu_item_parent": "28",
						"object_id": "11",
						"title": "Min App",
						"target": "",
						"attr_title": "",
						"description": "<p>Denna appen är bra att ha!</p>\n",
						"instructions": "<p>Följ länken och installera via App Store!</p>\n",
						"download_url": "https://play.google.com/store/apps/details?id=se.regionhalland.regionhalland&hl=sv",
						"icon": "http://rhapp.test/app/uploads/2020/06/ikon.png"
					}
				]
			}
		]
	},
	{
		"term_id": 3,
		"name": "Pages",
		"slug": "pages",
		"term_group": 0,
		"term_taxonomy_id": 3,
		"taxonomy": "nav_menu",
		"description": "",
		"parent": 0,
		"count": 0,
		"filter": "raw",
		"api_url": "http://rhapp.test/wp-json/rh/v1/navigation/pages",
		"menu_items": null
	}
]

单个菜单

{
	"term_id": 2,
	"name": "Apps",
	"slug": "apps",
	"term_group": 0,
	"term_taxonomy_id": 2,
	"taxonomy": "nav_menu",
	"description": "",
	"parent": 0,
	"count": 4,
	"filter": "raw",
	"menu_items": [
		{
			"ID": 28,
			"post_author": "1",
			"post_date": "2020-11-03 14:07:23",
			"post_date_gmt": "2020-11-03 14:07:23",
			"post_title": "Digitala vårdmöten",
			"post_excerpt": "",
			"post_status": "publish",
			"post_name": "digitala-vardmoten",
			"post_modified": "2020-12-10 06:56:58",
			"post_modified_gmt": "2020-12-10 06:56:58",
			"post_parent": 0,
			"menu_order": 1,
			"post_type": "nav_menu_item",
			"menu_item_parent": "0",
			"object_id": "28",
			"title": "Digitala vårdmöten",
			"url": "#",
			"target": "",
			"attr_title": "",
			"description": "",
			"children": [
				{
					"ID": 25,
					"post_author": "1",
					"post_date": "2020-11-03 12:42:09",
					"post_date_gmt": "2020-11-03 12:42:09",
					"post_title": "",
					"post_excerpt": "",
					"post_status": "publish",
					"post_name": "25",
					"post_modified": "2020-12-10 06:56:58",
					"post_modified_gmt": "2020-12-10 06:56:58",
					"post_parent": 0,
					"menu_order": 2,
					"post_type": "app",
					"menu_item_parent": "28",
					"object_id": "11",
					"title": "Min App",
					"target": "",
					"attr_title": "",
					"description": "<p>Denna appen är bra att ha!</p>\n",
					"instructions": "<p>Följ länken och installera via App Store!</p>\n",
					"download_url": "https://play.google.com/store/apps/details?id=se.regionhalland.regionhalland&hl=sv",
					"icon": "http://rhapp.test/app/uploads/2020/06/ikon.png"
				},
				{
					"ID": 29,
					"post_author": "1",
					"post_date": "2020-11-04 10:16:33",
					"post_date_gmt": "2020-11-04 10:16:33",
					"post_title": "",
					"post_excerpt": "",
					"post_status": "publish",
					"post_name": "29",
					"post_modified": "2020-12-10 06:56:58",
					"post_modified_gmt": "2020-12-10 06:56:58",
					"post_parent": 0,
					"menu_order": 3,
					"post_type": "app",
					"menu_item_parent": "28",
					"object_id": "11",
					"title": "Min App",
					"target": "",
					"attr_title": "",
					"description": "<p>Denna appen är bra att ha!</p>\n",
					"instructions": "<p>Följ länken och installera via App Store!</p>\n",
					"download_url": "https://play.google.com/store/apps/details?id=se.regionhalland.regionhalland&hl=sv",
					"icon": "http://rhapp.test/app/uploads/2020/06/ikon.png"
				},
				{
					"ID": 30,
					"post_author": "1",
					"post_date": "2020-11-04 10:16:33",
					"post_date_gmt": "2020-11-04 10:16:33",
					"post_title": "",
					"post_excerpt": "",
					"post_status": "publish",
					"post_name": "30",
					"post_modified": "2020-12-10 06:56:58",
					"post_modified_gmt": "2020-12-10 06:56:58",
					"post_parent": 0,
					"menu_order": 4,
					"post_type": "app",
					"menu_item_parent": "28",
					"object_id": "11",
					"title": "Min App",
					"target": "",
					"attr_title": "",
					"description": "<p>Denna appen är bra att ha!</p>\n",
					"instructions": "<p>Följ länken och installera via App Store!</p>\n",
					"download_url": "https://play.google.com/store/apps/details?id=se.regionhalland.regionhalland&hl=sv",
					"icon": "http://rhapp.test/app/uploads/2020/06/ikon.png"
				}
			]
		}
	]
}

许可证模型

此插件使用许可证模型GPL-3.0。您可以阅读有关此许可证模型的更多信息,通过随附的文件“LICENSE”。

安装和激活

A) Hämta pluginen via Git eller läs in det med Composer
B) Installera Region Hallands plugin i Wordpress plugin folder
C) Aktivera pluginet inifrån Wordpress admin

通过Git下载插件

git clone https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhRestNavigation

通过composer导入插件

注意!确保您下载的是当前版本。

"require": {
  "regionhalland/region-halland-plugin-rest-navigation": "1.0.0"
},

版本历史

查看 CHANGELOG.md