mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 10:38:10 +08:00
refactor: 分散式目录结构 — 每个条目独立 <id>/index.json
This commit is contained in:
22
services/baidu-map/index.json
Normal file
22
services/baidu-map/index.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"id": "baidu-map",
|
||||
"name": "百度地图 API",
|
||||
"description": "地理位置服务,支持地理编码、路线规划和 POI 搜索",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "manual",
|
||||
"endpoint": "https://api.map.baidu.com/v3",
|
||||
"capabilities": [
|
||||
"geocoding",
|
||||
"route_plan",
|
||||
"poi_search",
|
||||
"distance_calc"
|
||||
],
|
||||
"version": "3.0",
|
||||
"author": "百度",
|
||||
"tags": [
|
||||
"地图",
|
||||
"地理位置",
|
||||
"POI"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user